Searched defs:mntsp (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/halt/
H A Dhalt.c732 char mntsp[ZFS_MAX_DATASET_NAME_LEN]; local
754 (void) strlcpy(mntsp, mnt.mnt_special, sizeof (mntsp));
770 if ((zhp = zfs_open(g_zfs, mntsp,
772 (void) fprintf(stderr, gettext("Cannot open %s\n"), mntsp);
777 (void) strlcpy(bootfs, mntsp, sizeof (bootfs));
779 if ((poolname = strtok(mntsp, "/")) == NULL) {

Completed in 97 milliseconds