Home
last modified time | relevance | path

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

/titanic_41/usr/src/lib/libvolmgt/common/
H A Dvolmgt_on_private.c140 char *spcl_failed = NULL; /* spcl that failed */ in _dev_unmount() local
206 if (spcl_failed != NULL) { in _dev_unmount()
207 if (strcmp(spcl, spcl_failed) == 0) { in _dev_unmount()
216 spcl_failed = strdup(spcl); in _dev_unmount()
221 if (spcl_failed != NULL) { in _dev_unmount()
222 free(spcl_failed); in _dev_unmount()
223 spcl_failed = NULL; in _dev_unmount()
244 if (spcl_failed != NULL) { in _dev_unmount()
245 free(spcl_failed); in _dev_unmount()