Symbol: fallthrough
lib/libc/stdlib/malloc/jemalloc/include/jemalloc/jemalloc.h
210
# define JEMALLOC_FALLTHROUGH JEMALLOC_ATTR(fallthrough)
lib/libunbound/config.h
5
#define ATTR_FALLTHROUGH __attribute__((fallthrough));
sys/compat/linuxkpi/common/include/net/mac80211.h
1664
fallthrough;
sys/compat/linuxkpi/common/src/linux_siphash.c
102
case 7: b |= ((u64)end[6]) << 48; fallthrough;
sys/compat/linuxkpi/common/src/linux_siphash.c
103
case 6: b |= ((u64)end[5]) << 40; fallthrough;
sys/compat/linuxkpi/common/src/linux_siphash.c
104
case 5: b |= ((u64)end[4]) << 32; fallthrough;
sys/compat/linuxkpi/common/src/linux_siphash.c
106
case 3: b |= ((u64)end[2]) << 16; fallthrough;
sys/compat/linuxkpi/common/src/linux_siphash.c
270
case 7: b |= ((u64)end[6]) << 48; fallthrough;
sys/compat/linuxkpi/common/src/linux_siphash.c
271
case 6: b |= ((u64)end[5]) << 40; fallthrough;
sys/compat/linuxkpi/common/src/linux_siphash.c
272
case 5: b |= ((u64)end[4]) << 32; fallthrough;
sys/compat/linuxkpi/common/src/linux_siphash.c
274
case 3: b |= ((u64)end[2]) << 16; fallthrough;
sys/compat/linuxkpi/common/src/linux_siphash.c
304
case 7: b |= ((u64)end[6]) << 48; fallthrough;
sys/compat/linuxkpi/common/src/linux_siphash.c
305
case 6: b |= ((u64)end[5]) << 40; fallthrough;
sys/compat/linuxkpi/common/src/linux_siphash.c
306
case 5: b |= ((u64)end[4]) << 32; fallthrough;
sys/compat/linuxkpi/common/src/linux_siphash.c
308
case 3: b |= ((u64)end[2]) << 16; fallthrough;
sys/compat/linuxkpi/common/src/linux_siphash.c
429
case 3: b |= ((u32)end[2]) << 16; fallthrough;
sys/compat/linuxkpi/common/src/linux_siphash.c
453
case 3: b |= ((u32)end[2]) << 16; fallthrough;
sys/compat/linuxkpi/common/src/linux_siphash.c
68
case 7: b |= ((u64)end[6]) << 48; fallthrough;
sys/compat/linuxkpi/common/src/linux_siphash.c
69
case 6: b |= ((u64)end[5]) << 40; fallthrough;
sys/compat/linuxkpi/common/src/linux_siphash.c
70
case 5: b |= ((u64)end[4]) << 32; fallthrough;
sys/compat/linuxkpi/common/src/linux_siphash.c
72
case 3: b |= ((u64)end[2]) << 16; fallthrough;
sys/dev/bnxt/bnxt_en/if_bnxt.c
1875
fallthrough;
sys/dev/bnxt/bnxt_en/if_bnxt.c
2000
fallthrough;
sys/dev/bnxt/bnxt_en/if_bnxt.c
2327
fallthrough;
sys/dev/bnxt/bnxt_en/if_bnxt.c
2361
fallthrough;
sys/dev/bnxt/bnxt_en/if_bnxt.c
2375
fallthrough;
sys/dev/bnxt/bnxt_re/ib_verbs.c
3487
fallthrough;
sys/dev/bnxt/bnxt_re/qplib_fp.c
2061
fallthrough;
sys/dev/bnxt/bnxt_re/qplib_fp.c
2063
fallthrough;
sys/dev/qat/qat_common/adf_pfvf_vf_msg.c
140
fallthrough;
sys/dev/qat/qat_common/adf_pfvf_vf_msg.c
147
fallthrough;
sys/dev/qat/qat_common/adf_pfvf_vf_msg.c
155
fallthrough;
usr.bin/dtc/fdt.cc
512
[[fallthrough]];
usr.bin/dtc/fdt.cc
644
[[fallthrough]];
usr.sbin/pmc/display.cc
420
case FIELD::INTEGER: [[fallthrough]];
usr.sbin/pmc/display.cc
439
case FIELD::INTEGER: [[fallthrough]];
usr.sbin/pmc/view.cc
310
case PMCLOG_TYPE_PMCATTACH: [[fallthrough]];