/linux-4.1.27/scripts/coccinelle/api/ |
D | ptr_ret.cocci | 65 coccilib.org.print_todo(p[0], "WARNING: PTR_ERR_OR_ZERO can be used") 72 coccilib.org.print_todo(p[0], "WARNING: PTR_ERR_OR_ZERO can be used") 78 coccilib.org.print_todo(p[0], "WARNING: PTR_ERR_OR_ZERO can be used") 84 coccilib.report.print_report(p[0], "WARNING: PTR_ERR_OR_ZERO can be used") 90 coccilib.report.print_report(p[0], "WARNING: PTR_ERR_OR_ZERO can be used") 96 coccilib.report.print_report(p[0], "WARNING: PTR_ERR_OR_ZERO can be used")
|
D | kstrdup.cocci | 79 cocci.print_main("WARNING opportunity for kstrdep",p1) 87 cocci.print_main("WARNING opportunity for kstrdep",p1) 95 msg = "WARNING opportunity for kstrdep (strcpy on line %s)" % (p2[0].line) 103 msg = "WARNING opportunity for kstrdep (memcpy on line %s)" % (p2[0].line)
|
D | err_cast.cocci | 46 msg="WARNING ERR_CAST can be used with %s" % (x) 55 msg="WARNING: ERR_CAST can be used with %s" % (x)
|
D | memdup_user.cocci | 54 coccilib.org.print_todo(p[0], "WARNING opportunity for memdup_user") 60 coccilib.report.print_report(p[0], "WARNING opportunity for memdup_user")
|
D | memdup.cocci | 60 coccilib.org.print_todo(p[0], "WARNING opportunity for kmemdep") 66 coccilib.report.print_report(p[0], "WARNING opportunity for kmemdep")
|
D | resource_size.cocci | 83 msg="WARNING with %s" % (x) 92 msg="WARNING: Suspicious code. resource_size is maybe missing with %s" % (x)
|
D | simple_open.cocci | 70 coccilib.report.print_report(pf[0],"WARNING opportunity for simple_open, see also structure on line…
|
/linux-4.1.27/scripts/coccinelle/null/ |
D | badzero.cocci | 73 coccilib.org.print_todo(p[0], "WARNING comparing pointer to 0") 79 coccilib.report.print_report(p[0], "WARNING comparing pointer to 0") 171 coccilib.org.print_todo(p[0], "WARNING comparing pointer to 0, suggest !E") 177 coccilib.org.print_todo(p[0], "WARNING comparing pointer to 0") 183 coccilib.report.print_report(p[0], "WARNING comparing pointer to 0, suggest !E") 189 coccilib.report.print_report(p[0], "WARNING comparing pointer to 0") 232 coccilib.org.print_todo(p[0], "WARNING comparing pointer to 0") 238 coccilib.report.print_report(p[0], "WARNING comparing pointer to 0")
|
/linux-4.1.27/scripts/coccinelle/misc/ |
D | boolinit.cocci | 136 cocci.print_main("WARNING: Comparison to bool",p) 142 cocci.print_main("WARNING: Comparison of bool to 0/1",p) 148 cocci.print_main("WARNING: Assignment of bool to 0/1",p1) 160 coccilib.report.print_report(p[0],"WARNING: Comparison to bool") 166 coccilib.report.print_report(p[0],"WARNING: Comparison of bool to 0/1") 172 coccilib.report.print_report(p1[0],"WARNING: Assignment of bool to 0/1")
|
D | simple_return.cocci | 137 msg = "WARNING: end returns can be simpified and declaration on line %s can be dropped" % (q[0].lin… 148 msg = "WARNING: end returns may be simpified if negative or 0 value and declaration on line %s can … 157 msg = "WARNING: end returns can be simpified" 165 msg = "WARNING: end returns can be simpified if negative or 0 value" 172 msg = "WARNING: end returns can be simpified" 179 msg = "WARNING: end returns can be simpified if tested value is negative or 0"
|
D | bugon.cocci | 54 coccilib.org.print_todo(p[0], "WARNING use BUG_ON") 60 msg="WARNING: Use BUG_ON instead of if condition followed by BUG.\nPlease make sure the condition h…
|
D | array_size.cocci | 79 coccilib.org.print_todo(p[0], "WARNING should use ARRAY_SIZE") 85 msg="WARNING: Use ARRAY_SIZE"
|
D | badty.cocci | 68 coccilib.org.print_todo(p[0], "WARNING sizeof argument should be pointer type, not structure type") 74 msg="WARNING: Use correct pointer type argument for sizeof"
|
D | boolreturn.cocci | 57 msg = "WARNING: return of 0/1 in function '%s' with return type bool" % fn
|
D | orplus.cocci | 54 msg = "WARNING: sum of probable bitmasks, consider |"
|
/linux-4.1.27/drivers/isdn/hisax/ |
D | st5481_usb.c | 69 WARNING("control msg FIFO full"); in usb_ctrl_msg() 142 WARNING("urb status %d", urb->status); in usb_ctrl_complete() 194 WARNING("nonzero urb status received: %d", urb->status); in usb_int_complete() 231 WARNING("usb_submit_urb failed with result %d", status); in usb_int_complete() 253 WARNING("reset_configuration failed,status=%d", status); in st5481_setup_usb() 265 WARNING("expecting 7 got %d endpoints!", altsetting->desc.bNumEndpoints); in st5481_setup_usb() 275 WARNING("usb_set_interface failed,status=%d", status); in st5481_setup_usb() 501 WARNING("urb status %d", urb->status); in usb_in_complete() 527 WARNING("receive out of memory\n"); in usb_in_complete()
|
D | st5481.h | 223 #define WARNING(format, arg...) \ macro 414 WARNING("usb_submit_urb failed,status=%d", status); \
|
D | st5481_b.c | 183 WARNING("urb status %d", urb->status); in usb_b_out_complete() 378 WARNING("pr %#x\n", pr); in st5481_b_l2l1()
|
D | st5481_d.c | 394 WARNING("urb status %d", urb->status); in usb_d_out_complete() 425 WARNING("ep %d urb %d busy %#lx", EP_D_OUT, buf_nr, d_out->busy); in dout_start_xmit() 606 WARNING("pr %#x\n", pr); in st5481_d_l2l1()
|
/linux-4.1.27/security/integrity/evm/ |
D | Kconfig | 24 WARNING: changing the HMAC calculation method or adding 41 WARNING: changing the HMAC calculation method or adding
|
/linux-4.1.27/scripts/coccinelle/free/ |
D | devm_free.cocci | 62 msg="WARNING: invalid free of devm_ allocated data" 69 msg="WARNING: invalid free of devm_ allocated data"
|
D | ifnullfree.cocci | 52 msg = "WARNING: NULL check before freeing functions like kfree, debugfs_remove, debugfs_remove_recu…
|
/linux-4.1.27/scripts/dtc/ |
D | checks.c | 75 #define WARNING(nm, tfn, nfn, pfn, d, ...) \ macro 83 WARNING(nm, check_##nm, NULL, NULL, d, __VA_ARGS__) 89 WARNING(nm, NULL, check_##nm, NULL, d, __VA_ARGS__) 95 WARNING(nm, NULL, NULL, check_##nm, d, __VA_ARGS__) 212 WARNING(nm, NULL, check_is_string, NULL, (propname)) 231 WARNING(nm, NULL, check_is_cell, NULL, (propname)) 532 WARNING(addr_size_cells, NULL, fixup_addr_size_cells, NULL, NULL,
|
/linux-4.1.27/tools/testing/selftests/rcutorture/bin/ |
D | functions.sh | 216 # Prints "WARNING: " in yellow followed by remaining arguments
|
/linux-4.1.27/drivers/usb/musb/ |
D | musb_debug.h | 41 #define WARNING(fmt, args...) yprintk(KERN_WARNING, fmt, ## args) macro
|
D | davinci.c | 140 WARNING("dma still active\n"); in davinci_musb_disable() 330 WARNING("VBUS error workaround (delay coming)\n"); in davinci_musb_interrupt()
|
D | cppi_dma.c | 867 WARNING("rx dma%d -- no BDs? need %d\n", rx->index, n_bds); in cppi_next_rx_segment() 870 WARNING("rx dma%d -- only %d of %d BDs\n", rx->index, i, n_bds); in cppi_next_rx_segment() 964 WARNING("%cX DMA%d not cleaned up after abort!\n", in cppi_channel_program() 970 WARNING("program active channel? %cX DMA%d\n", in cppi_channel_program()
|
D | da8xx.c | 346 WARNING("VBUS error workaround (delay coming)\n"); in da8xx_musb_interrupt()
|
D | am35x.c | 283 WARNING("VBUS error workaround (delay coming)\n"); in am35x_musb_interrupt()
|
D | musb_core.c | 566 WARNING("bogus %s RESUME (%s)\n", in musb_stage0_irq() 595 WARNING("bogus %s RESUME (%s)\n", in musb_stage0_irq() 855 WARNING("unhandled DISCONNECT transition (%s)\n", in musb_stage0_irq()
|
D | musb_dsps.c | 360 WARNING("VBUS error workaround (delay coming)\n"); in dsps_interrupt()
|
D | musb_gadget.c | 1944 WARNING("unhandled RESUME transition (%s)\n", in musb_g_resume() 1974 WARNING("unhandled SUSPEND transition (%s)\n", in musb_g_suspend()
|
D | musb_host.c | 589 WARNING("rx%d, packet/%d ready?\n", ep->epnum, in musb_rx_reinit() 2483 WARNING("trying to suspend as %s while active\n", in musb_bus_suspend()
|
/linux-4.1.27/sound/pci/asihpi/ |
D | hpios.c | 62 HPI_DEBUG_LOG(WARNING, in hpios_locked_mem_alloc()
|
D | hpioctl.c | 151 HPI_DEBUG_LOG(WARNING, "small res size %d\n", res_max_size); in asihpi_hpi_ioctl() 259 HPI_DEBUG_LOG(WARNING, in asihpi_hpi_ioctl() 271 HPI_DEBUG_LOG(WARNING, in asihpi_hpi_ioctl()
|
D | hpimsgx.c | 166 HPI_DEBUG_LOG(WARNING, in subsys_message() 479 HPI_DEBUG_LOG(WARNING, in instream_close() 577 HPI_DEBUG_LOG(WARNING, in outstream_close()
|
D | hpicmn.c | 84 HPI_DEBUG_LOG(WARNING, in hpi_add_adapter() 262 HPI_DEBUG_LOG(WARNING, in control_cache_alloc_check()
|
D | hpi6205.c | 301 HPI_DEBUG_LOG(WARNING, in outstream_message() 345 HPI_DEBUG_LOG(WARNING, in instream_message() 390 HPI_DEBUG_LOG(WARNING, " %d,%d dsp crashed.\n", phm->object, in _HPI_6205()
|
/linux-4.1.27/fs/squashfs/ |
D | squashfs.h | 28 #define WARNING(s, args...) pr_warn("SQUASHFS: "s, ## args) macro
|
/linux-4.1.27/drivers/usb/dwc2/ |
D | Kconfig | 80 WARNING: Enabling this will quickly fill your message log. 87 WARNING: This feature is still experimental.
|
/linux-4.1.27/drivers/usb/gadget/udc/ |
D | at91_udc.h | 170 #define WARNING(stuff...) pr_warning("udc: " stuff) macro
|
D | omap_udc.h | 190 #define WARNING(stuff...) pr_warning("udc: " stuff) macro
|
D | pxa25x_udc.h | 248 #define WARNING(stuff...) pr_warning("udc: " stuff) macro
|
D | goku_udc.h | 288 #define WARNING(dev,fmt,args...) \ macro
|
D | fsl_usb2_udc.h | 557 #define WARNING(stuff...) pr_warning("udc: " stuff) macro
|
D | pxa25x_udc.c | 1538 WARNING("config change %02x fail %d?\n", in handle_ep0() 2256 WARNING("USB host won't detect disconnect!\n"); in pxa25x_udc_suspend()
|
D | omap_udc.c | 1058 WARNING("error changing config?\n"); in omap_ep_set_halt() 1710 WARNING("error resetting config?\n"); in ep0_irq() 3003 WARNING("session active; suspend requires disconnect\n"); in omap_udc_suspend()
|
D | fsl_udc_core.c | 1696 WARNING("Invalid EP?"); in dtd_complete_irq()
|
/linux-4.1.27/scripts/coccinelle/api/alloc/ |
D | alloc_cast.cocci | 69 msg="WARNING: casting value returned by memory allocation function to (%s *) is useless." % (t)
|
D | kzalloc-simple.cocci | 85 msg="WARNING: kzalloc should be used for %s, instead of kmalloc/memset" % (x)
|
/linux-4.1.27/Documentation/i2c/busses/ |
D | i2c-sis5595 | 55 WARNING: If you are trying to access the integrated sensors on the SiS5595
|
/linux-4.1.27/Documentation/power/ |
D | opp.txt | 75 WARNING: Users of OPP library should refresh their availability count using 82 WARNING on OPP List locking mechanism: 115 WARNING: Do not use this function in interrupt context. 203 WARNING: Do not use these functions in interrupt context. 335 WARNING: The struct dev_pm_opp pointer should not be parsed or modified by the
|
D | swsusp.txt | 3 * BIG FAT WARNING *********************************************************
|
/linux-4.1.27/drivers/staging/android/ |
D | Kconfig | 56 *WARNING* improper use of this can result in deadlocking kernel
|
/linux-4.1.27/drivers/net/wireless/ath/carl9170/ |
D | Kconfig | 51 SECURITY WARNING: It's relatively easy to eavesdrop all
|
/linux-4.1.27/Documentation/xtensa/ |
D | atomctl.txt | 25 CUSTOMER-WARNING:
|
/linux-4.1.27/drivers/infiniband/ulp/ipoib/ |
D | Kconfig | 22 WARNING: Enabling connected mode will trigger some packet
|
/linux-4.1.27/arch/cris/arch-v32/mach-a3/ |
D | dram_init.S | 21 ;; WARNING! The registers r8 and r9 are used as parameters carrying
|
/linux-4.1.27/Documentation/devicetree/bindings/mtd/ |
D | gpmi-nand.txt | 33 WARNING: on i.MX28 blockmark swapping cannot be
|
/linux-4.1.27/Documentation/sound/oss/ |
D | VIBRA16 | 35 (CONFLICT (IO FATAL)(IRQ FATAL)(DMA FATAL)(MEM FATAL)) # or WARNING
|
D | CMI8330 | 85 (CONFLICT (IO FATAL)(IRQ FATAL)(DMA FATAL)(MEM FATAL)) # or WARNING
|
/linux-4.1.27/arch/cris/arch-v32/mach-fs/ |
D | dram_init.S | 21 ;; WARNING! The registers r8 and r9 are used as parameters carrying
|
/linux-4.1.27/tools/perf/Documentation/ |
D | perf-annotate.txt | 52 Load module symbols. WARNING: use only with -k and LIVE kernel.
|
D | perf-diff.txt | 39 Load module symbols. WARNING: use only with -k and LIVE kernel
|
D | perf-report.txt | 235 Load module symbols. WARNING: This should only be used with -k and
|
/linux-4.1.27/arch/cris/arch-v10/lib/ |
D | dram_init.S | 18 ;; WARNING! The registers r8 and r9 are used as parameters carrying
|
/linux-4.1.27/Documentation/thermal/ |
D | nouveau_thermal | 34 WARNING: Some of these thresholds may not be used by Nouveau depending
|
D | sysfs-api.txt | 288 WARNING: Be careful while enabling this option on production systems,
|
/linux-4.1.27/Documentation/scheduler/ |
D | sched-rt-group.txt | 7 0. WARNING 18 0. WARNING
|
D | sched-deadline.txt | 7 0. WARNING 22 0. WARNING 114 * BIG FAT WARNING ******************************************************
|
/linux-4.1.27/Documentation/device-mapper/ |
D | dm-crypt.txt | 60 WARNING: Assess the specific security risks carefully before enabling this
|
/linux-4.1.27/Documentation/hwmon/ |
D | max16065 | 65 WARNING: Do not access chip registers using the i2cdump command, and do not use
|
D | zl6100 | 78 WARNING: Do not access chip registers using the i2cdump command, and do not use
|
/linux-4.1.27/Documentation/filesystems/ |
D | udf.txt | 70 WARNING: overriding the rootdir to a non-directory may
|
D | befs.txt | 5 WARNING
|
D | vfs.txt | 698 dentry_open: *WARNING: probably going away soon, do not use!* This is an
|
/linux-4.1.27/include/linux/usb/ |
D | composite.h | 622 #define WARNING(d, fmt, args...) \ macro
|
/linux-4.1.27/tools/perf/tests/ |
D | attr.py | 274 level = logging.WARNING
|
/linux-4.1.27/Documentation/cpu-freq/ |
D | core.txt | 108 WARNING: Do not use this function in interrupt context.
|
/linux-4.1.27/Documentation/ |
D | kernel-per-CPU-kthreads.txt | 191 WARNING: Please check your CPU specifications to 216 WARNING: Please check your CPU specifications to 221 WARNING: Please check your CPU specifications to
|
D | atomic_ops.txt | 76 *** WARNING: atomic_read() and atomic_set() DO NOT IMPLY BARRIERS! *** 176 *** WARNING: ACCESS_ONCE() DOES NOT IMPLY A BARRIER! *** 448 WARNING! It is incredibly important that the value be a boolean,
|
D | kmemcheck.txt | 219 run-time. WARNING: This feature is still experimental and may cause false 236 WARNING: kmemcheck: Caught 32-bit read from uninitialized memory (ffff88003e4a2024) 471 WARNING: kmemcheck: Caught 32-bit read from uninitialized memory (ffff88003e4a2024)
|
D | SubmittingPatches | 256 - WARNING: things requiring careful review 342 WARNING: Be wary of your editor's word-wrap corrupting your patch,
|
D | DMA-API.txt | 597 WARNING: at /data2/repos/linux-2.6-iommu/lib/dma-debug.c:448
|
D | kernel-parameters.txt | 2811 WARNING: Forcing ASPM on may cause system lockups. 3692 the WARNING dump is called, which prevents the trace to
|
/linux-4.1.27/Documentation/sound/alsa/ |
D | CMIPCI.txt | 33 *** WARNING *** 38 *** WARNING ***
|
/linux-4.1.27/arch/cris/arch-v32/mm/ |
D | mmu.S | 1 ; WARNING : The refill handler has been modified, see below !!!
|
/linux-4.1.27/drivers/net/wireless/iwlwifi/ |
D | Kconfig | 74 comment "WARNING: iwlwifi is useless without IWLDVM or IWLMVM"
|
/linux-4.1.27/drivers/usb/gadget/function/ |
D | f_obex.c | 386 WARNING(cdev, "obex ttyGS%d: can't prevent enumeration, %d\n", in obex_bind()
|
D | f_mass_storage.c | 440 WARNING(common, "error in submission: %s --> %d\n", in ep0_queue() 593 WARNING(fsg, "error in submission: %s --> %d\n", ep->name, rc); in start_transfer() 1434 WARNING(fsg, "usb_ep_set_halt -> %d\n", rc); in halt_bulk_in_endpoint() 1457 WARNING(fsg, "usb_ep_set_wedge -> %d\n", rc); in wedge_bulk_in_endpoint()
|
/linux-4.1.27/arch/m68k/fpsp040/ |
D | x_unfl.S | 196 | WARNING: a0 and d0 are assumed to be intact between the denorm and
|
/linux-4.1.27/Documentation/s390/ |
D | kvm.txt | 1 *** BIG FAT WARNING ***
|
D | 3270.txt | 42 WARNING: If you are using 3270 console support, you must rerun the
|
/linux-4.1.27/arch/arm/boot/dts/ |
D | vexpress-v2m-rs1.dtsi | 12 * WARNING! The hardware described in this file is independent from the
|
D | vexpress-v2m.dtsi | 12 * WARNING! The hardware described in this file is independent from the
|
D | sama5d4.dtsi | 1236 /* WARNING: revisit as pin spec has changed */
|
/linux-4.1.27/drivers/usb/host/ |
D | isp116x.h | 337 #define WARNING(stuff...) printk(KERN_WARNING "116x: " stuff) macro
|
D | isp116x-hcd.c | 885 WARNING("ep %p not empty?\n", ep); in isp116x_endpoint_disable()
|
/linux-4.1.27/Documentation/blockdev/ |
D | zram.txt | 131 WARNING
|
/linux-4.1.27/Documentation/networking/ |
D | phonet.txt | 180 WARNING:
|
D | netconsole.txt | 138 WARNING: the default target ethernet setting uses the broadcast
|
D | vortex.txt | 338 WARNING: DO NOT hook up hubs/switches/bridges to these
|
D | arcnet.txt | 28 WARNING:
|
D | can.txt | 1063 "ERROR-WARNING", "ERROR-PASSIVE", "BUS-OFF" or "STOPPED"
|
D | arcnet-hardware.txt | 463 WARNING. It's very important when setting these which way
|
/linux-4.1.27/sound/drivers/ |
D | Kconfig | 48 WARNING: if you already have a soundcard, enabling this
|
/linux-4.1.27/Documentation/input/ |
D | iforce-protocol.txt | 9 ** WARNING **
|
/linux-4.1.27/drivers/thermal/ |
D | Kconfig | 135 WARNING: Be careful while enabling this option on production systems,
|
/linux-4.1.27/Documentation/usb/ |
D | persist.txt | 133 WARNING: USB-persist can be dangerous!!
|
D | WUSB-Design-overview.txt | 265 *WARNING* This section needs a lot of work! 381 *WARNING* Old!!
|
D | URB.txt | 211 NOTE: ***** WARNING *****
|
D | power-management.txt | 562 WARNING: turning off a port may result in the inability to hot add a device.
|
/linux-4.1.27/drivers/edac/ |
D | Kconfig | 71 WARNING: Do not even assume this interface is staying stable!
|
/linux-4.1.27/drivers/base/ |
D | Kconfig | 134 WARNING: If you include additional firmware files into your binary
|
/linux-4.1.27/drivers/mtd/ |
D | Kconfig | 23 WARNING: some of the tests will ERASE entire MTD device which they
|
/linux-4.1.27/drivers/tty/serial/8250/ |
D | Kconfig | 20 [WARNING: Do not compile this driver as a module if you are using
|
/linux-4.1.27/Documentation/laptops/ |
D | thinkpad-acpi.txt | 1023 WARNING: 1174 WARNING WARNING WARNING: do not leave the fan disabled unless you are
|
/linux-4.1.27/drivers/usb/misc/ |
D | usbtest.c | 94 #define WARNING(tdev, fmt, args...) \ macro 2601 WARNING(dev, "couldn't get endpoints, %d\n", in usbtest_probe()
|
/linux-4.1.27/Documentation/scsi/ |
D | aic7xxx.txt | 189 WARNING: ALTERING OR ADDING THESE DRIVER PARAMETERS
|
D | aic79xx.txt | 214 WARNING: ALTERING OR ADDING THESE DRIVER PARAMETERS
|
/linux-4.1.27/drivers/misc/ |
D | Kconfig | 110 WARNING: This software may not be supported or function
|
/linux-4.1.27/drivers/block/ |
D | Kconfig | 279 WARNING: This device is not safe for journaled file systems like
|
/linux-4.1.27/drivers/usb/gadget/ |
D | composite.c | 2069 WARNING(cdev, "userspace failed to provide iSerialNumber\n"); in composite_bind()
|
/linux-4.1.27/Documentation/devicetree/ |
D | booting-without-of.txt | 690 WARNING: All "linux,*" properties defined in this document apply only 1058 WARNING: This version is still in early development stage; the
|
/linux-4.1.27/drivers/video/fbdev/ |
D | Kconfig | 1301 WARNING !!! This support does not work with G450 !!! 1644 WARNING: Do not use any application that uses the 3D engine
|
/linux-4.1.27/Documentation/cgroups/ |
D | memory.txt | 343 WARNING: In the current implementation, memory reclaim will NOT be
|
/linux-4.1.27/lib/ |
D | Kconfig.debug | 1333 BIG FAT WARNING: ENABLING THIS OPTION MIGHT BREAK BOOTING ON
|
/linux-4.1.27/init/ |
D | Kconfig | 1883 !!!WARNING!!! If you enable this option, you MUST make sure that the
|