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,
111 typename, mountpt, special);
116 typename, special, mountpt);
126 typename, special, mountpt);
320 mountpt = mntpath;
322 if (mountpt) {
323 if (do_stat(mountpt, &st) < 0)
327 "directory\n"), typename, mountpt);
345 if (strcmp(mountpt, "/de
[all...]
/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) argument
61 if (nvlist_add_string(nvl, SDEV_NVNAME_MOUNTPT, mountpt)) {
H A Dlibdevinfo.h538 extern int di_prof_init(const char *mountpt, di_prof_t *);
/illumos-gate/usr/src/cmd/luxadm/
H A Dsetboot.c99 int mountpt = 0; local
113 mountpt = 1;
117 if (mountpt) {
/illumos-gate/usr/src/cmd/fs.d/ufs/quotaon/
H A Dquotaon.c298 quotactl(int cmd, char *mountpt, uid_t uid, caddr_t addr) argument
305 if (mountpt == NULL || mountpt[0] == '\0') {
309 if ((strlcpy(qfile, mountpt, sizeof (qfile)) >= sizeof (qfile)) ||
/illumos-gate/usr/src/cmd/svr4pkg/libinst/
H A Dmntinfo.c187 really_write(char *mountpt) argument
193 (void) snprintf(testfile, sizeof (testfile), "%s/testXXXXXX", mountpt);
/illumos-gate/usr/src/uts/common/fs/
H A Dvfs.c1131 char *resource = NULL, *mountpt = NULL; local
1357 mountpt = kmem_alloc(pnp->pn_pathlen + 1, KM_SLEEP);
1358 (void) strcpy(mountpt, pnp->pn_path);
1373 strlen(mountpt)) > MAXPATHLEN ||
1605 zone = zone_find_by_path(mountpt);
1640 vfs_setmntpoint(vfsp, mountpt, 0);
1814 if (mountpt != NULL)
1815 kmem_free(mountpt, strlen(mountpt) + 1);

Completed in 1175 milliseconds