Home
last modified time | relevance | path

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

/f-stack/freebsd/sys/
H A Dimgact_binmisc.h61 #define IBF_VALID_UFLAGS 0x0003 /* Bits allowed from userland. */ macro
/f-stack/freebsd/kern/
H A Dimgact_binmisc.c451 if ((xbe.xbe_flags & ~IBF_VALID_UFLAGS) != 0) in sysctl_kern_binmisc()