Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/devfsadm/
H A Ddevfsadm_impl.h154 #define NUMERAL_RESERVED 0x01 macro
H A Ddevfsadm.c5031 if (np->flags & NUMERAL_RESERVED) { in lookup_enum_cache()
5035 assert(np->flags == NUMERAL_RESERVED); in lookup_enum_cache()
5317 np->flags == NUMERAL_RESERVED); in new_id()
5346 np->flags == NUMERAL_RESERVED); in new_id()
5636 assert(np->flags == NUMERAL_RESERVED); in create_reserved_numeral()
5640 np->flags == NUMERAL_RESERVED); in create_reserved_numeral()
5650 np->flags = NUMERAL_RESERVED; in create_reserved_numeral()
5686 assert(np->flags == 0 || np->flags == NUMERAL_RESERVED); in create_cached_numeral()
5693 if (np->flags == NUMERAL_RESERVED) { in create_cached_numeral()