Searched refs:mountpt (Results 1 – 8 of 8) sorted by relevance
/titanic_41/usr/src/cmd/fs.d/dev/ |
H A D | mount.c | 57 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()
|
/titanic_41/usr/src/cmd/luxadm/ |
H A D | setboot.c | 99 int mountpt = 0; in getbootdevname() local 113 mountpt = 1; in getbootdevname() 117 if (mountpt) { in getbootdevname()
|
/titanic_41/usr/src/cmd/fs.d/ufs/quotaon/ |
H A D | quotaon.c | 298 quotactl(int cmd, char *mountpt, uid_t uid, caddr_t addr) in quotactl() argument 305 if (mountpt == NULL || mountpt[0] == '\0') { in quotactl() 309 if ((strlcpy(qfile, mountpt, sizeof (qfile)) >= sizeof (qfile)) || in quotactl()
|
/titanic_41/usr/src/lib/libdevinfo/ |
H A D | devinfo_profile.c | 54 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 D | libdevinfo.h | 538 extern int di_prof_init(const char *mountpt, di_prof_t *);
|
/titanic_41/usr/src/cmd/svc/milestone/ |
H A D | fs-minimal | 57 mountpt=`zfs get -H -o value mountpoint $be$fs 2>/dev/null` 59 if [ "x$mountpt" = "x$fs" ] ; then
|
/titanic_41/usr/src/uts/common/fs/ |
H A D | vfs.c | 1186 char *resource = NULL, *mountpt = NULL; in domount() local 1412 mountpt = kmem_alloc(pnp->pn_pathlen + 1, KM_SLEEP); in domount() 1413 (void) strcpy(mountpt, pnp->pn_path); in domount() 1428 strlen(mountpt)) > MAXPATHLEN || in domount() 1660 zone = zone_find_by_path(mountpt); in domount() 1695 vfs_setmntpoint(vfsp, mountpt, 0); in domount() 1869 if (mountpt != NULL) in domount() 1870 kmem_free(mountpt, strlen(mountpt) + 1); in domount()
|
/titanic_41/usr/src/cmd/svr4pkg/libinst/ |
H A D | mntinfo.c | 191 really_write(char *mountpt) in really_write() argument 197 (void) snprintf(testfile, sizeof (testfile), "%s/testXXXXXX", mountpt); in really_write()
|