Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/rmformat/
H A Drmf_misc.c345 struct mnttab *mntrefp; in check_and_unmount_scsi() local
370 mntrefp = (struct mnttab *)malloc(sizeof (struct mnttab)); in check_and_unmount_scsi()
371 if (mntrefp == NULL) { in check_and_unmount_scsi()
381 free(mntrefp); in check_and_unmount_scsi()