Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libdiskmgt/common/
H A Dinuse_lu.c59 static struct lu_list *lu_listp = NULL; variable
95 free_lu(lu_listp); /* free old entries */ in inuse_lu()
96 lu_listp = NULL; in inuse_lu()
104 listp = lu_listp; in inuse_lu()
142 sp->next = lu_listp; in add_use_record()
143 lu_listp = sp; in add_use_record()