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

/illumos-gate/usr/src/cmd/rexd/
H A Dmount_nfs.c116 FILE *mnted; local
/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.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...]

Completed in 134 milliseconds