/third_party/ltp/testcases/kernel/security/tomoyo/ |
H A D | tomoyo_policy_memory_test.c | 33 static void BUG(const char *msg) in BUG() function 48 BUG("BUG: Policy read error\n"); in get_meminfo() 58 BUG("BUG: Policy read error\n"); in check_policy_common() 70 printf("BUG: Policy write error: %s %s at %d\n", policy, in check_policy_common() 72 BUG(""); in check_policy_common() 189 BUG("BUG: Policy write error\n"); in domain_policy_test() 214 BUG("Polic in domain_policy_test() [all...] |
H A D | include.h | 257 static void BUG(const char *fmt, ...) 260 static void BUG(const char *fmt, ...) in BUG() function 263 printf("BUG: "); in BUG() 281 BUG("Can't read %s", proc_policy_domain_policy); in write_domain_policy() 303 BUG("Can't %s %s", is_delete ? "delete" : "append", in write_domain_policy() 319 BUG("Can't read %s", proc_policy_exception_policy); in write_exception_policy() 336 BUG("Can't %s %s", is_delete ? "delete" : "append", in write_exception_policy() 354 BUG("Can't read %s", proc_policy_profile); in set_profile() 373 BUG("Can't change profile to 255-CONFIG::%s=%s", in set_profile()
|
/third_party/ltp/testcases/kdump/lib/lkdtm/ |
H A D | lkdtm.c | 42 * It can be one of PANIC, BUG, EXCEPTION, LOOP, OVERFLOW 85 BUG, enumerator 104 "BUG", 258 case BUG: in lkdtm_handler() 259 printk(KERN_INFO "lkdtm : BUG\n"); in lkdtm_handler() 260 BUG(); in lkdtm_handler()
|
/third_party/mesa3d/src/gallium/drivers/etnaviv/ |
H A D | etnaviv_resource.c | 124 BUG("Problem allocating tile status for resource"); in etna_screen_resource_alloc_ts() 280 BUG("Problem allocating kms memory for resource"); in etna_resource_alloc() 298 BUG("Problem allocating video memory for resource"); in etna_resource_alloc() 528 BUG("BO stride %u is too small for RS engine width padding (%zu, format %s)", in etna_resource_from_handle() 534 BUG("BO size %u is too small for RS engine height padding (%u, format %s)", in etna_resource_from_handle()
|
H A D | etnaviv_transfer.c | 153 BUG("unsupported tiling %i", rsc->layout); in etna_transfer_unmap() 270 BUG("unsupported map flags %#x with tile status/tiled layout", usage); in etna_transfer_map() 276 BUG("resource has depth >1 with tile status"); in etna_transfer_map() 467 BUG("unsupported tiling %i for reading", rsc->layout); in etna_transfer_map()
|
H A D | etnaviv_context.c | 255 BUG("Unsupported draw mode"); in etna_draw_vbo() 267 BUG("Index buffer upload failed."); in etna_draw_vbo() 279 BUG("Unsupported or no index buffer"); in etna_draw_vbo() 300 BUG("compiled shaders are not okay"); in etna_draw_vbo()
|
H A D | etnaviv_query_acc_occlusion.c | 78 BUG("samples overflow"); in occlusion_resume()
|
H A D | etnaviv_debug.h | 80 #define BUG(fmt, ...) \ macro
|
H A D | etnaviv_asm.c | 69 BUG("error: generating instruction that accesses two different uniforms"); in etna_assemble()
|
H A D | etnaviv_query_acc_perfmon.c | 70 BUG("samples overflow perfmon"); in pm_query()
|
H A D | etnaviv_state.c | 184 BUG("Alignment error, trying to render to offset %08x with tile " in etna_set_framebuffer_state() 324 BUG("Number of samples in color and depth texture must match (%i and %i respectively)", in etna_set_framebuffer_state() 540 BUG("number of elements (%u) exceeds chip maximum (%u)", num_elements, in etna_vertex_elements_state_create()
|
H A D | etnaviv_texture_desc.c | 156 BUG("Unhandled texture target"); in etna_create_sampler_view_desc()
|
H A D | etnaviv_shader.c | 323 BUG("Number of elements %u does not match the number of VS inputs %zu", in etna_shader_update_vs_inputs()
|
H A D | etnaviv_compiler_nir.c | 1289 BUG("Semantic value not found in vertex shader outputs\n"); in etna_link_shader()
|
/third_party/FreeBSD/sys/compat/linuxkpi/common/include/linux/ |
H A D | pagemap.h | 46 #define PAGE_BUG(page) BUG()
|
H A D | kernel.h | 139 #define BUG() do { \ macro 140 panic("BUG() at %s %d\n", __FUNCTION__, __LINE__); \ 145 BUG(); \
|
/third_party/selinux/libsepol/src/ |
H A D | services.c | 70 #define BUG() do { ERR(NULL, "Badness at %s:%d", __FILE__, __LINE__); } while (0) macro 480 BUG(); in constraint_expr_eval_reason() 489 BUG(); in constraint_expr_eval_reason() 499 BUG(); in constraint_expr_eval_reason() 616 BUG(); in constraint_expr_eval_reason() 621 BUG(); in constraint_expr_eval_reason() 635 BUG(); in constraint_expr_eval_reason() 652 BUG(); in constraint_expr_eval_reason() 671 BUG(); in constraint_expr_eval_reason() 686 BUG(); in constraint_expr_eval_reason() [all...] |
/third_party/ltp/testcases/kdump/lib/crasher/ |
H A D | crasher.c | 71 case '1': /* BUG() test */ in crasher_write() 72 BUG(); in crasher_write()
|
/third_party/ffmpeg/libavutil/ |
H A D | error.c | 39 { ERROR_TAG(BUG), "Internal bug, should not have happened" },
|
/third_party/backends/frontend/ |
H A D | tstbackend.c | 62 BUG /* bug in tstbackend */ enumerator 137 case BUG: /* bug in tstbackend */ in check() 138 printf("tstbackend BUG : %s\n", str); in check() 142 if (level == FATAL || level == BUG) { in check() 895 check(BUG, (SANE_OPTION_IS_SETTABLE(opt->cap)), in set_min_value() 947 check(BUG, (SANE_OPTION_IS_SETTABLE(opt->cap)), in set_max_value() 999 check(BUG, (SANE_OPTION_IS_SETTABLE(opt->cap)), in set_random_value()
|
/third_party/gn/misc/vim/syntax/ |
H A D | gn.vim | 64 syn keyword gnTodo contained TODO FIXME XXX BUG NOTE
|
/third_party/ltp/testcases/kernel/fs/scsi/ltpfs/ |
H A D | LtpfsCmds.c | 312 BUG(); in bd_acquire()
|
/third_party/node/deps/v8/ |
H A D | PRESUBMIT.py | 431 'Bogus BUG entry: {}. Please specify the issue tracker prefix and the ' 434 for bug in (input_api.change.BUG or '').split(','): 446 'BUG entry requires issue tracker prefix, e.g. {}:{}'.format(
|
/third_party/ltp/scripts/ |
H A D | checkpatch.pl | 3136 ($line =~ /^\s*(?:WARNING:|BUG:)/ || 4672 # avoid BUG() or BUG_ON() 4673 if ($line =~ /\b(?:BUG|BUG_ON)\b/) { 4677 "Avoid crashing the kernel - try using WARN_ON & recovery code rather than BUG() or BUG_ON()\n" . $herecurr);
|