Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/
H A Dvuid_store.c71 VUID_SEG_NULL) {
146 if ((seg = vuid_find_seg(state, vuid_id_addr(id))) == VUID_SEG_NULL)
192 Vuid_seg *new_first_seg = VUID_SEG_NULL;
193 register Vuid_seg *new_previous_seg = VUID_SEG_NULL;
199 if (new_first_seg == VUID_SEG_NULL)
202 if (new_previous_seg != VUID_SEG_NULL)
223 new_seg->next = VUID_SEG_NULL;
253 return (VUID_SEG_NULL);
/illumos-gate/usr/src/uts/common/sys/
H A Dvuid_store.h90 #define VUID_SEG_NULL ((Vuid_seg *)0) macro