Home
last modified time | relevance | path

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

/titanic_41/usr/src/lib/libdiskmgt/common/
H A Dinuse_svm.c53 struct svm_list { struct
54 struct svm_list *next; argument
60 static struct svm_list *svm_listp = NULL; argument
70 static void free_svm(struct svm_list *listp);
118 struct svm_list *listp; in inuse_svm()
215 struct svm_list *sp; in add_use_record()
223 sp = (struct svm_list *)malloc(sizeof (struct svm_list)); in add_use_record()
498 free_svm(struct svm_list *listp) { in free_svm()
500 struct svm_list *nextp; in free_svm()