Home
last modified time | relevance | path

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

/freebsd-12.1/sys/kern/
H A Dkern_fail.c168 enum fail_point_t fe_type; /**< type of entry */ member
574 switch (ent->fe_type) { in fail_point_eval_nontrivial()
680 fp_entry_cpy[printed_entry_count].fe_type = FAIL_POINT_INVALID; in fail_point_get()
701 sbuf_printf(sb, "%s", fail_type_strings[ent->fe_type].name); in fail_point_get()
780 fail_type_strings[ent->fe_type].name); in fail_point_set()
787 fail_type_strings[ent->fe_type].name); in fail_point_set()
794 if (ent->fe_type == FAIL_POINT_OFF) { in fail_point_set()
802 } else if (ent->fe_type == FAIL_POINT_PAUSE) { in fail_point_set()
804 } else if (ent->fe_type == FAIL_POINT_SLEEP && (fp->fp_flags & in fail_point_set()
814 ent->fe_type = FAIL_POINT_DELAY; in fail_point_set()
[all …]