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

/osnet-11/usr/src/lib/libdiskmgt/common/
H A Dinuse_lu.c51 struct lu_list { struct
52 struct lu_list *next;
57 static struct lu_list *lu_listp = NULL;
62 static void free_lu(struct lu_list *listp);
100 struct lu_list *listp;
122 struct lu_list *sp;
124 sp = (struct lu_list *)malloc(sizeof (struct lu_list));
150 free_lu(struct lu_list *listp) {
152 struct lu_list *next
[all...]

Completed in 19 milliseconds