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

/osnet-11/usr/src/lib/libdiskmgt/common/
H A Dinuse_svm.c60 static struct svm_list *svm_listp = NULL; variable in typeref:struct:svm_list
188 listp = svm_listp;
218 if (svm_listp != NULL && strcmp(svm_listp->slice, devname) == 0 &&
219 strcmp(svm_listp->type, type) == 0) {
246 sp->next = svm_listp;
247 svm_listp = sp;
475 free_svm(svm_listp);
476 svm_listp = NULL;

Completed in 15 milliseconds