Home
last modified time | relevance | path

Searched refs:KFAIL_POINT_CODE (Results 1 – 6 of 6) sorted by relevance

/freebsd-13-stable/sys/sys/
HDfail.h246 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-13-stable/sys/dev/random/
HDfortuna.c482 KFAIL_POINT_CODE(DEBUG_FP, random_fortuna_pre_read, { in random_fortuna_pre_read()
/freebsd-13-stable/sys/dev/ioat/
HDioat.c1123 KFAIL_POINT_CODE(DEBUG_FP, ioat_release, /* do nothing */); in ioat_release()
/freebsd-13-stable/sys/nlm/
HDnlm_prot_impl.c2283 KFAIL_POINT_CODE(DEBUG_FP, nlm_deny_grant, goto out); in nlm_do_granted()
/freebsd-13-stable/share/man/man9/
HDMakefile1093 MLINKS+=fail.9 KFAIL_POINT_CODE.9 \
/freebsd-13-stable/sys/kern/
HDvfs_vnops.c2761 KFAIL_POINT_CODE(DEBUG_FP, fill_kinfo_vnode__random_path, in vn_fill_kinfo_vnode()