Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/fs.d/dev/
H A Dmount.c57 static char *mountpt; variable
96 if (mount(special, mountpt, flags, fstype, &mountargs, in do_mount()
111 typename, mountpt, special); in do_mount()
116 typename, special, mountpt); in do_mount()
126 typename, special, mountpt); in do_mount()
320 mountpt = mntpath; in main()
322 if (mountpt) { in main()
323 if (do_stat(mountpt, &st) < 0) in main()
327 "directory\n"), typename, mountpt); in main()
345 if (strcmp(mountpt, "/dev") == 0 && remount && in main()
/illumos-gate/usr/src/cmd/luxadm/
H A Dsetboot.c99 int mountpt = 0; in getbootdevname() local
113 mountpt = 1; in getbootdevname()
117 if (mountpt) { in getbootdevname()
/illumos-gate/usr/src/cmd/fs.d/ufs/quotaon/
H A Dquotaon.c296 quotactl(int cmd, char *mountpt, uid_t uid, caddr_t addr) in quotactl() argument
303 if (mountpt == NULL || mountpt[0] == '\0') { in quotactl()
307 if ((strlcpy(qfile, mountpt, sizeof (qfile)) >= sizeof (qfile)) || in quotactl()
/illumos-gate/usr/src/cmd/svc/milestone/
H A Dfs-minimal57 mountpt=`zfs get -H -o value mountpoint $be$fs 2>/dev/null`
59 if [ "x$mountpt" = "x$fs" ] ; then
/illumos-gate/usr/src/lib/libdevinfo/
H A Ddevinfo_profile.c54 di_prof_init(const char *mountpt, di_prof_t *profp) in di_prof_init() argument
61 if (nvlist_add_string(nvl, SDEV_NVNAME_MOUNTPT, mountpt)) { in di_prof_init()
H A Dlibdevinfo.h538 extern int di_prof_init(const char *mountpt, di_prof_t *);
/illumos-gate/usr/src/uts/common/fs/
H A Dvfs.c1112 char *resource = NULL, *mountpt = NULL; in domount() local
1339 mountpt = kmem_alloc(pnp->pn_pathlen + 1, KM_SLEEP); in domount()
1340 (void) strcpy(mountpt, pnp->pn_path); in domount()
1355 strlen(mountpt)) > MAXPATHLEN || in domount()
1586 zone = zone_find_by_path(mountpt); in domount()
1621 vfs_setmntpoint(vfsp, mountpt, 0); in domount()
1795 if (mountpt != NULL) in domount()
1796 kmem_free(mountpt, strlen(mountpt) + 1); in domount()
/illumos-gate/usr/src/cmd/svr4pkg/libinst/
H A Dmntinfo.c187 really_write(char *mountpt) in really_write() argument
193 (void) snprintf(testfile, sizeof (testfile), "%s/testXXXXXX", mountpt); in really_write()