Searched refs:KFAIL_POINT_CODE (Results 1 – 7 of 7) sorted by relevance
| /freebsd/sys/sys/ |
| H A D | fail.h | 246 KFAIL_POINT_CODE(parent, name, return RETURN_VALUE) 256 KFAIL_POINT_CODE(parent, name, return) 267 KFAIL_POINT_CODE(parent, name, (error_var) = RETURN_VALUE) 280 KFAIL_POINT_CODE(parent, name, (error_var) = RETURN_VALUE; goto label) 340 #define KFAIL_POINT_CODE(parent, name, code...) \ macro
|
| /freebsd/tools/test/stress2/misc/ |
| H A D | uma_zalloc_arg.sh | 81 + KFAIL_POINT_CODE(DEBUG_FP, malloc, { 113 + KFAIL_POINT_CODE(DEBUG_FP, uma_zalloc_arg, {
|
| /freebsd/sys/dev/random/ |
| H A D | fortuna.c | 486 KFAIL_POINT_CODE(DEBUG_FP, random_fortuna_pre_read, { in random_fortuna_pre_read()
|
| /freebsd/sys/dev/ioat/ |
| H A D | ioat.c | 1119 KFAIL_POINT_CODE(DEBUG_FP, ioat_release, /* do nothing */); in ioat_release()
|
| /freebsd/sys/nlm/ |
| H A D | nlm_prot_impl.c | 2311 KFAIL_POINT_CODE(DEBUG_FP, nlm_deny_grant, goto out); in nlm_do_granted()
|
| /freebsd/share/man/man9/ |
| H A D | Makefile | 1146 MLINKS+=fail.9 KFAIL_POINT_CODE.9 \
|
| /freebsd/sys/kern/ |
| H A D | vfs_vnops.c | 3016 KFAIL_POINT_CODE(DEBUG_FP, fill_kinfo_vnode__random_path, in vn_fill_kinfo_vnode()
|