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

/illumos-gate/usr/src/cmd/halt/
H A Dhalt.c137 static char fastboot_mounted[MAXPATHLEN]; variable
1116 (void) strlcpy(fastboot_mounted, mountpoint,
1117 sizeof (fastboot_mounted));
1663 } else if (strlen(fastboot_mounted) != 0) {
1664 (void) umount(fastboot_mounted);

Completed in 268 milliseconds