Home
last modified time | relevance | path

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

/titanic_44/usr/src/cmd/halt/
H A Dhalt.c744 char mntsp[ZFS_MAX_DATASET_NAME_LEN]; in get_zfs_bootfs_arg() local
766 (void) strlcpy(mntsp, mnt.mnt_special, sizeof (mntsp)); in get_zfs_bootfs_arg()
782 if ((zhp = zfs_open(g_zfs, mntsp, in get_zfs_bootfs_arg()
784 (void) fprintf(stderr, gettext("Cannot open %s\n"), mntsp); in get_zfs_bootfs_arg()
789 (void) strlcpy(bootfs, mntsp, sizeof (bootfs)); in get_zfs_bootfs_arg()
791 if ((poolname = strtok(mntsp, "/")) == NULL) { in get_zfs_bootfs_arg()