Searched refs:xbe_flags (Results 1 – 3 of 3) sorted by relevance
186 uint32_t i, flags = xbe->xbe_flags; in printxbe()312 xbe->xbe_flags |= IBF_USE_MASK; in add_cmd()316 xbe->xbe_flags |= IBF_ENABLED; in add_cmd()333 xbe->xbe_flags |= IBF_PRE_OPEN; in add_cmd()
196 imgact_binmisc_populate_interp(xbe->xbe_interpreter, ibe, xbe->xbe_flags); in imgact_binmisc_new_entry()206 ibe->ibe_flags = xbe->xbe_flags; in imgact_binmisc_new_entry()408 xbe->xbe_flags = ibe->ibe_flags; in imgact_binmisc_populate_xbe()484 if ((xbe.xbe_flags & ~IBF_VALID_UFLAGS) != 0) in sysctl_kern_binmisc()
68 uint32_t xbe_flags; /* Entry flags (IBF_*) */ member