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

/illumos-gate/usr/src/test/zfs-tests/tests/functional/cli_root/zfs_set/
H A Dcanmount_004_pos.ksh57 mnted=$(get_prop mounted $CS_FS)
58 if [[ "$mnted" == "yes" ]]; then
/illumos-gate/usr/src/lib/brand/solaris10/zone/
H A Dattach.ksh199 mnted=`zfs get -H mounted $ACTIVE_DS | cut -f3`
200 if [[ $mnted = "no" ]]; then
H A Dcommon.ksh201 mnted=`zfs get -H mounted $ACTIVE_DS | cut -f3`
202 [[ $mnted = "yes" ]] && return
/illumos-gate/usr/src/lib/cfgadm_plugins/scsi/common/
H A Dcfga_ctl.c1041 int mnted; local
1059 mnted = 0;
1062 mnted = 1;
1069 if (!mnted) {
/illumos-gate/usr/src/cmd/boot/bootadm/
H A Dbootadm.h200 extern char *mount_top_dataset(char *pool, zfs_mnted_t *mnted);
H A Dbootadm.c624 * -a update-all -- (reboot to sync all mnted OS archive)
4222 zfs_mnted_t mnted; local
4282 mntpt = mount_top_dataset(pool, &mnted);
4297 (void) umount_top_dataset(pool, mnted, mntpt);
5841 * mnted returns one of the above values defined for zfs_mnted_t
5844 mount_legacy_dataset(char *pool, zfs_mnted_t *mnted) argument
5856 *mnted = ZFS_MNT_ERROR;
5882 *mnted = LEGACY_ALREADY;
5926 *mnted = LEGACY_MOUNTED;
5935 * mnted return
5938 mount_top_dataset(char *pool, zfs_mnted_t *mnted) argument
6071 umount_top_dataset(char *pool, zfs_mnted_t mnted, char *mntpt) argument
6207 zfs_mnted_t mnted; local
7305 zfs_mnted_t mnted; local
7452 zfs_mnted_t mnted; local
[all...]
/illumos-gate/usr/src/cmd/rexd/
H A Dmount_nfs.c116 FILE *mnted; local

Completed in 82 milliseconds