Home
last modified time | relevance | path

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

/freebsd/sys/kern/
H A Dkern_fail.c107 TAILQ_HEAD(fail_point_entry_queue, fail_point_entry);
164 struct fail_point_entry { struct
172 TAILQ_ENTRY(fail_point_entry) fe_entries; /**< next entry ptr */ argument
201 static struct fail_point_entry *fail_point_entry_new(struct
204 static void fail_point_entry_destroy(struct fail_point_entry *fp_entry);
223 struct fail_point_entry *ent; in fail_point_is_off()
262 struct fail_point_entry *ent; in fail_point_setting_destroy()
274 static struct fail_point_entry *
277 struct fail_point_entry *fp_entry; in fail_point_entry_new()
279 fp_entry = fp_malloc(sizeof(struct fail_point_entry), in fail_point_entry_new()
[all …]
/freebsd/sys/sys/
H A Dfail.h56 struct fail_point_entry;