Home
last modified time | relevance | path

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

/f-stack/freebsd/kern/
H A Dimgact_binmisc.c165 ibe = malloc(sizeof(*ibe), M_BINMISC, M_WAITOK|M_ZERO); in imgact_binmisc_new_entry()
183 return (ibe); in imgact_binmisc_new_entry()
192 if (!ibe) in imgact_binmisc_destroy_entry()
196 if (ibe->ibe_mask) in imgact_binmisc_destroy_entry()
200 if (ibe->ibe_name) in imgact_binmisc_destroy_entry()
202 if (ibe) in imgact_binmisc_destroy_entry()
219 return (ibe); in imgact_binmisc_find_entry()
372 memcpy(xbe->xbe_magic, ibe->ibe_magic, ibe->ibe_msize); in imgact_binmisc_populate_xbe()
373 memcpy(xbe->xbe_mask, ibe->ibe_mask, ibe->ibe_msize); in imgact_binmisc_populate_xbe()
583 return (ibe); in imgact_binmisc_find_interpreter()
[all …]