Searched refs:IE_BITS_GEN_MASK (Results 1 - 4 of 4) sorted by relevance

/macosx-10.5.8/xnu-1228.15.4/osfmk/ipc/
H A Dipc_entry.h127 #define IE_BITS_GEN_MASK 0xff000000 /* 8 bits for generation */ macro
128 #define IE_BITS_GEN(bits) ((bits) & IE_BITS_GEN_MASK)
130 #define IE_BITS_NEW_GEN(old) (((old) + IE_BITS_GEN_ONE) & IE_BITS_GEN_MASK)
132 #define IE_BITS_GEN_MASK 0 macro
H A Dipc_entry.c530 entry->ie_bits &= IE_BITS_GEN_MASK;
592 entry->ie_bits &= IE_BITS_GEN_MASK;
924 entry->ie_bits = IE_BITS_GEN_MASK;
H A Dipc_space.c167 entry->ie_bits = IE_BITS_GEN_MASK;
H A Dmach_msg.c982 if ((entry->ie_bits & (IE_BITS_GEN_MASK|
1352 assert((entry->ie_bits &~ IE_BITS_GEN_MASK) == 0);

Completed in 35 milliseconds