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

/illumos-gate/usr/src/cmd/fs.d/autofs/
H A Ddebug_alloc.c61 static struct alloc_list *halist = NULL; variable in typeref:struct:alloc_list
82 if (halist == NULL)
85 alist->next = halist;
86 halist = alist;
95 alist = halist;
98 if (alist == halist)
99 halist = halist->next;
380 alist = halist;

Completed in 43 milliseconds