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

/illumos-gate/usr/src/cmd/lvm/util/
H A Dgrowfs.sh42 mount_pt=
62 M) add_opt "-M $OPTARG"; mount_pt="$OPTARG" ;;
138 with \`lockfs -u $mount_pt'." | fmt;
/illumos-gate/usr/src/uts/common/fs/nfs/
H A Dnfs4_client_debug.c820 char *mount_pt; local
829 mount_pt = NULL;
831 if (get_facts(msg, fp, &mount_pt, mi)) {
849 mount_pt ? " \n Client's lease expired on mount " : "",
850 mount_pt ? mount_pt : "");
853 if (mount_pt) {
854 len = strlen(mount_pt) + 1;
855 kmem_free(mount_pt, len);
1372 * Initialize the message with the relevant server/mount_pt/tim
[all...]
/illumos-gate/usr/src/cmd/stat/iostat/
H A Diostat.c897 mnt_t *mount_pt; local
921 mount_pt = lookup_mntent_byname(lu);
922 if (mount_pt) {
925 mount_pt->mount_point);
928 mount_pt->mount_point);

Completed in 52 milliseconds