Home
last modified time | relevance | path

Searched refs:BUG_ON (Results 1 - 8 of 8) sorted by relevance

/third_party/fsverity-utils/lib/
H A Dhash_algs.c32 BUG_ON(ret != 1); in openssl_digest_init()
42 BUG_ON(ret != 1); in openssl_digest_update()
51 BUG_ON(ret != 1); in openssl_digest_final()
H A Dlib_private.h81 #define BUG_ON(condition) \ macro
/third_party/FreeBSD/sys/compat/linuxkpi/common/include/linux/
H A Dscatterlist.h74 BUG_ON(psg->sg_magic != COMPAT_SG_MAGIC); in sg_mark_end()
H A Dkernel.h143 #define BUG_ON(condition) do { \ macro
/third_party/mesa3d/src/gallium/drivers/vc4/
H A Dvc4_simulator_validate.h49 #define BUG_ON(condition) assert(!(condition)) macro
/third_party/mesa3d/src/gallium/drivers/vc4/kernel/
H A Dvc4_render_cl.c370 BUG_ON(setup->next_offset != size); in vc4_create_rcl_bo()
H A Dvc4_validate.c779 BUG_ON(roundup(packet_size, 16) - packet_size > nr_relocs * 4); in validate_gl_shader_rec()
/third_party/ltp/scripts/
H A Dcheckpatch.pl4672 # 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);

Completed in 11 milliseconds