Home
last modified time | relevance | path

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

/freebsd/sys/kern/
H A Dkern_fail.c166 enum fail_point_t fe_type; /**< type of entry */ member
590 switch (ent->fe_type) { in fail_point_eval_nontrivial()
696 fp_entry_cpy[printed_entry_count].fe_type = FAIL_POINT_INVALID; in fail_point_get()
717 sbuf_printf(sb, "%s", fail_type_strings[ent->fe_type].name); in fail_point_get()
796 fail_type_strings[ent->fe_type].name); in fail_point_set()
803 fail_type_strings[ent->fe_type].name); in fail_point_set()
810 if (ent->fe_type == FAIL_POINT_OFF) { in fail_point_set()
818 } else if (ent->fe_type == FAIL_POINT_PAUSE) { in fail_point_set()
820 } else if (ent->fe_type == FAIL_POINT_SLEEP && (fp->fp_flags & in fail_point_set()
830 ent->fe_type = FAIL_POINT_DELAY; in fail_point_set()
[all …]