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

/illumos-gate/usr/src/head/
H A Dexec_attr.h68 * These macros are bitmasks. GET_ONE and GET_ALL are bitfield 0
70 * 1 and can be logically ORed with GET_ALL if one wants to get
78 #define GET_ALL 1 macro
82 #define IS_GET_ONE(f) (((f) & GET_ALL) == 0)
84 #define IS_GET_ALL(f) (((f) & GET_ALL) == 1)

Completed in 174 milliseconds