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

/illumos-gate/usr/src/uts/common/os/
H A Did32.c52 #define ID32_VALID(x) (ID32_ENCODE(ID32_DECODE(x)) == (x)) macro
59 #define ID32_VALID(x) (ID32_ENCODE(ID32_DECODE(x)) == (x)) macro
96 if (!ID32_VALID(id)) {
110 if (!ID32_VALID(id)) {

Completed in 55 milliseconds