Searched refs:fp_entry_cpy (Results 1 - 1 of 1) sorted by relevance

/freebsd-12-stable/sys/kern/
H A Dkern_fail.c651 struct fail_point_entry *fp_entry_cpy; local
660 fp_entry_cpy = fp_malloc(sizeof(struct fail_point_entry) *
673 fp_entry_cpy[printed_entry_count] = *ent;
680 fp_entry_cpy[printed_entry_count].fe_type = FAIL_POINT_INVALID;
683 ent = &fp_entry_cpy[idx];
712 fp_free(fp_entry_cpy);

Completed in 102 milliseconds