/Linux-v4.19/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 | vma_pages.cocci | 51 msg="WARNING: Consider using vma_pages helper on %s" % (x) 59 msg="WARNING: Consider using vma_pages helper on %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 | check_bq27xxx_data.cocci | 87 "WARNING %s and %s (line %d) are identical\n" 123 "WARNING %s and %s (line %d) are identical\n" 159 "WARNING %s and %s (line %d) are identical\n"
|
D | memdup.cocci | 59 coccilib.org.print_todo(p[0], "WARNING opportunity for kmemdup") 65 coccilib.report.print_report(p[0], "WARNING opportunity for kmemdup")
|
D | resource_size.cocci | 83 msg="WARNING with %s" % (x) 92 msg="WARNING: Suspicious code. resource_size is maybe missing with %s" % (x)
|
/Linux-v4.19/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-v4.19/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 | boolconv.cocci | 78 msg = "WARNING: conversion to bool not needed here" 89 msg = "WARNING: conversion to bool not needed here"
|
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 | 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 | array_size.cocci | 79 coccilib.org.print_todo(p[0], "WARNING should use ARRAY_SIZE") 85 msg="WARNING: Use ARRAY_SIZE"
|
D | cond_no_effect.cocci | 58 cocci.print_main("WARNING: possible condition with no effect (if == else)",p) 64 coccilib.report.print_report(p[0],"WARNING: possible condition with no effect (if == else)")
|
D | boolreturn.cocci | 58 msg = "WARNING: return of 0/1 in function '%s' with return type bool" % fn
|
/Linux-v4.19/scripts/dtc/ |
D | checks.c | 68 #define WARNING(nm_, fn_, d_, ...) \ macro 193 WARNING(nm, check_is_string, (propname)) 222 WARNING(nm, check_is_string_list, (propname)) 240 WARNING(nm, check_is_cell, (propname)) 339 WARNING(unit_address_vs_reg, check_unit_address_vs_reg, NULL); 662 WARNING(names_is_string_list, check_names_is_string_list, NULL); 682 WARNING(alias_paths, check_alias_paths, NULL); 700 WARNING(addr_size_cells, fixup_addr_size_cells, NULL, 735 WARNING(reg_format, check_reg_format, NULL, &addr_size_cells); 776 WARNING(ranges_format, check_ranges_format, NULL, &addr_size_cells); [all …]
|
/Linux-v4.19/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() 496 WARNING("urb status %d", urb->status); in usb_in_complete() 522 WARNING("receive out of memory\n"); in usb_in_complete()
|
/Linux-v4.19/scripts/coccinelle/api/alloc/ |
D | zalloc-simple.cocci | 168 msg="WARNING: kzalloc should be used for %s, instead of kmalloc/memset" % (x) 198 msg="WARNING: vzalloc should be used for %s, instead of vmalloc/memset" % (x) 228 msg="WARNING: dma_zalloc_coherent should be used for %s, instead of dma_alloc_coherent/memset" % (x) 258 msg="WARNING: kzalloc_node should be used for %s, instead of kmalloc_node/memset" % (x) 288 msg="WARNING: kmem_cache_zalloc should be used for %s, instead of kmem_cache_alloc/memset" % (x) 318 msg="WARNING: kmem_zalloc should be used for %s, instead of kmem_alloc/memset" % (x) 348 msg="WARNING: devm_kzalloc should be used for %s, instead of devm_kmalloc/memset" % (x) 378 msg="WARNING: kvzalloc should be used for %s, instead of kvmalloc/memset" % (x) 408 msg="WARNING: kvzalloc_node should be used for %s, instead of kvmalloc_node/memset" % (x)
|
/Linux-v4.19/scripts/coccinelle/tests/ |
D | unsigned_lesser_than_zero.cocci | 66 msg = "WARNING: Unsigned expression compared with zero: %s" % (e) 74 msg = "WARNING: Unsigned expression compared with zero: %s" % (e)
|
/Linux-v4.19/security/integrity/evm/ |
D | Kconfig | 25 WARNING: changing the HMAC calculation method or adding 42 WARNING: changing the HMAC calculation method or adding
|
/Linux-v4.19/tools/testing/selftests/rcutorture/bin/ |
D | functions.sh | 252 # Prints "WARNING: " in yellow followed by remaining arguments
|
/Linux-v4.19/drivers/usb/musb/ |
D | musb_debug.h | 16 #define WARNING(fmt, args...) yprintk(KERN_WARNING, fmt, ## args) macro
|
/Linux-v4.19/scripts/coccinelle/free/ |
D | devm_free.cocci | 141 msg="WARNING: invalid free of devm_ allocated data" 148 msg="WARNING: invalid free of devm_ allocated data"
|
/Linux-v4.19/sound/pci/asihpi/ |
D | hpios.c | 62 HPI_DEBUG_LOG(WARNING, in hpios_locked_mem_alloc()
|