Searched defs:ALLFLAGS (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/cmd/ptools/pflags/
H A Dpflags.c74 #define ALLFLAGS (LWPFLAGS|PROCFLAGS) macro
382 if (arg & ~ALLFLAGS)
383 (void) sprintf(str, "0x%x", arg & ~ALLFLAGS);
/illumos-gate/usr/src/uts/common/fs/proc/
H A Dprcontrol.c1597 #define ALLFLAGS \ macro
1606 if (flags & ~ALLFLAGS)
1640 if (flags & ~ALLFLAGS)
H A Dprioctl.c3046 #define ALLFLAGS \ macro
3049 if (flags & ~ALLFLAGS)

Completed in 56 milliseconds