Home
last modified time | relevance | path

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

/f-stack/freebsd/kern/
H A Dkern_fail.c131 FAIL_POINT_OFF, /**< don't fail */ enumerator
149 [FAIL_POINT_OFF] = FP_TYPE_NM_LEN("off"),
813 if (ent->fe_type == FAIL_POINT_OFF) { in fail_point_set()
1122 for (type = FAIL_POINT_OFF; type < FAIL_POINT_NUMTYPES; type++) { in parse_type()