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;
71 static struct vxvm_list *vxvm_listp = NULL;
121 struct vxvm_list *listp;
149 struct vxvm_list *sp;
151 sp = (struct vxvm_list *)malloc(sizeof (struct vxvm_list));
241 struct vxvm_list *listp = vxvm_listp;
242 struct vxvm_list *nextp;

Completed in 56 milliseconds