Lines Matching defs:fail_point_entry
106 /* Head of tailq of struct fail_point_entry */
107 TAILQ_HEAD(fail_point_entry_queue, fail_point_entry);
164 struct fail_point_entry {
172 TAILQ_ENTRY(fail_point_entry) fe_entries; /**< next entry ptr */
200 /* Allocate and initialize a struct fail_point_entry */
201 static struct fail_point_entry *fail_point_entry_new(struct
203 /* Free a struct fail_point_entry */
204 static void fail_point_entry_destroy(struct fail_point_entry *fp_entry);
223 struct fail_point_entry *ent;
262 struct fail_point_entry *ent;
273 /* Allocate and initialize a struct fail_point_entry */
274 static struct fail_point_entry *
277 struct fail_point_entry *fp_entry;
279 fp_entry = fp_malloc(sizeof(struct fail_point_entry),
291 /* Free a struct fail_point_entry */
293 fail_point_entry_destroy(struct fail_point_entry *fp_entry)
455 static char *parse_type(struct fail_point_entry *, char *);
547 struct fail_point_entry *ent;
665 struct fail_point_entry *ent;
667 struct fail_point_entry *fp_entry_cpy;
676 fp_entry_cpy = fp_malloc(sizeof(struct fail_point_entry) *
761 struct fail_point_entry *ent, *ent_next;
1001 struct fail_point_entry *ent;
1114 parse_type(struct fail_point_entry *ent, char *beg)