Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libdiskmgt/common/
H A Dinuse_vxvm.c71 static struct vxvm_list *vxvm_listp = NULL; variable
123 listp = vxvm_listp; in inuse_vxvm()
161 sp->next = vxvm_listp; in add_use_record()
162 vxvm_listp = sp; in add_use_record()
241 struct vxvm_list *listp = vxvm_listp; in free_vxvm()
251 vxvm_listp = NULL; in free_vxvm()