Searched defs:mountpt (Results 1 - 6 of 6) sorted by relevance
| /illumos-gate/usr/src/lib/libdevinfo/ |
| H A D | devinfo_profile.c | 54 di_prof_init(const char *mountpt, di_prof_t *profp) argument 61 if (nvlist_add_string(nvl, SDEV_NVNAME_MOUNTPT, mountpt)) {
|
| /illumos-gate/usr/src/cmd/luxadm/ |
| H A D | setboot.c | 99 int mountpt = 0; local 113 mountpt = 1; 117 if (mountpt) {
|
| /illumos-gate/usr/src/cmd/fs.d/dev/ |
| H A D | mount.c | 57 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/fs.d/ufs/quotaon/ |
| H A D | quotaon.c | 298 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 D | mntinfo.c | 187 really_write(char *mountpt) argument 193 (void) snprintf(testfile, sizeof (testfile), "%s/testXXXXXX", mountpt);
|
| /illumos-gate/usr/src/uts/common/fs/ |
| H A D | vfs.c | 1131 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 80 milliseconds