Home
last modified time | relevance | path

Searched refs:NUMERAL_RESERVED (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/devfsadm/
H A Ddevfsadm_impl.h154 #define NUMERAL_RESERVED 0x01 macro
H A Ddevfsadm.c5045 if (np->flags & NUMERAL_RESERVED) { in lookup_enum_cache()
5049 assert(np->flags == NUMERAL_RESERVED); in lookup_enum_cache()
5331 np->flags == NUMERAL_RESERVED); in new_id()
5360 np->flags == NUMERAL_RESERVED); in new_id()
5650 assert(np->flags == NUMERAL_RESERVED); in create_reserved_numeral()
5654 np->flags == NUMERAL_RESERVED); in create_reserved_numeral()
5664 np->flags = NUMERAL_RESERVED; in create_reserved_numeral()
5700 assert(np->flags == 0 || np->flags == NUMERAL_RESERVED); in create_cached_numeral()
5707 if (np->flags == NUMERAL_RESERVED) { in create_cached_numeral()