Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libdiskmgt/common/
H A Dinuse_vxvm.c66 struct vxvm_list { struct
67 struct vxvm_list *next; argument
71 static struct vxvm_list *vxvm_listp = NULL; argument
121 struct vxvm_list *listp; in inuse_vxvm()
149 struct vxvm_list *sp; in add_use_record()
151 sp = (struct vxvm_list *)malloc(sizeof (struct vxvm_list)); in add_use_record()
241 struct vxvm_list *listp = vxvm_listp; in free_vxvm()
242 struct vxvm_list *nextp; in free_vxvm()