Home
last modified time | relevance | path

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

/f-stack/freebsd/sys/
H A Dimgact_binmisc.h58 #define IBF_ENABLED 0x0001 /* Entry is active. */ macro
/f-stack/freebsd/kern/
H A Dimgact_binmisc.c328 ibe->ibe_flags &= ~IBF_ENABLED; in imgact_binmisc_disable_entry()
349 ibe->ibe_flags |= IBF_ENABLED; in imgact_binmisc_enable_entry()
566 if (!(IBF_ENABLED & ibe->ibe_flags)) in imgact_binmisc_find_interpreter()