Home
last modified time | relevance | path

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

/titanic_41/usr/src/lib/libdiskmgt/common/
H A Dinuse_svm.c60 static struct svm_list *svm_listp = NULL; variable
188 listp = svm_listp; in inuse_svm()
218 if (svm_listp != NULL && strcmp(svm_listp->slice, devname) == 0 && in add_use_record()
219 strcmp(svm_listp->type, type) == 0) { in add_use_record()
246 sp->next = svm_listp; in add_use_record()
247 svm_listp = sp; in add_use_record()
475 free_svm(svm_listp); in event_handler()
476 svm_listp = NULL; in event_handler()
/titanic_41/usr/src/cmd/lvm/metassist/layout/
H A Dlayout_svm_util.c1525 svm_snap_t *svm_listp = NULL; in svm_snapshot() local
1538 *errp = load_svm(&svm_listp); in svm_snapshot()
1541 free_svm_snapshot(svm_listp); in svm_snapshot()
1542 svm_listp = NULL; in svm_snapshot()
1547 return (svm_listp); in svm_snapshot()