Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/ptools/pflags/
H A Dpflags.c71 #define ALLFLAGS (LWPFLAGS|PROCFLAGS) macro
367 if (arg & ~ALLFLAGS) in prflags()
368 (void) sprintf(str, "0x%x", arg & ~ALLFLAGS); in prflags()
/illumos-gate/usr/src/uts/common/fs/proc/
H A Dprcontrol.c1736 #define ALLFLAGS \ macro
1745 if (flags & ~ALLFLAGS) in pr_set()
1779 if (flags & ~ALLFLAGS) in pr_unset()
H A Dprioctl.c2990 #define ALLFLAGS \ in prmapsetflags() macro
2993 if (flags & ~ALLFLAGS) in prmapsetflags()