Home
last modified time | relevance | path

Searched refs:FAIL_POINT_RC_CONTINUE (Results 1 – 2 of 2) sorted by relevance

/freebsd-13-stable/sys/sys/
HDfail.h51 FAIL_POINT_RC_CONTINUE = 0, /**< Continue with normal execution */ enumerator
191 return (FAIL_POINT_RC_CONTINUE); in fail_point_eval()
/freebsd-13-stable/sys/kern/
HDkern_fail.c555 ret = FAIL_POINT_RC_CONTINUE; in fail_point_eval_nontrivial()