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

/illumos-gate/usr/src/uts/common/sys/
H A Dvuid_store.h48 * booleans. The vuid storage package know to update the
51 * The ascii/meta segment has all booleans.
82 char booleans[VUID_BIT_ARRAY_SIZE]; member in struct:vuid_seg
96 (seg)->booleans[(offset)/BITSPERBYTE] |= \
99 (seg)->booleans[(offset)/BITSPERBYTE] &= \
102 ((seg)->booleans[(offset)/BITSPERBYTE] & \

Completed in 62 milliseconds