Searched refs:UID_FLAGS_SEQ (Results 1 - 3 of 3) sorted by relevance

/opensolaris-onvv-gate/usr/src/cmd/isns/isnsd/
H A Disns_htab.h77 #define UID_FLAGS_SEQ (0x1) macro
H A Dhtable.c411 (tab->flags & UID_FLAGS_SEQ) != 0) {
606 * flags - UID_FLAGS_SEQ: the UID in the table needs to be sequential.
H A Dobj.c896 t = htab_create(UID_FLAGS_SEQ, 8, 1);
907 t = htab_create(UID_FLAGS_SEQ, 8, 1);
918 t = htab_create(UID_FLAGS_SEQ, 8, 1);
929 t = htab_create(UID_FLAGS_SEQ, 8, 2);

Completed in 99 milliseconds