Home
last modified time | relevance | path

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

/freebsd/sys/kern/
H A Dkern_fail.c129 FAIL_POINT_OFF, /**< don't fail */ enumerator
147 [FAIL_POINT_OFF] = FP_TYPE_NM_LEN("off"),
810 if (ent->fe_type == FAIL_POINT_OFF) { in fail_point_set()
1119 for (type = FAIL_POINT_OFF; type < FAIL_POINT_NUMTYPES; type++) { in parse_type()