Searched refs:vfs_mountp (Results 1 – 15 of 15) sorted by relevance
/illumos-gate/usr/src/uts/common/sys/ |
H A D | vfstab.h | 44 (vp)->vfs_mountp = (vp)->vfs_fstype = \ 52 (vp)->vfs_mountp ? (vp)->vfs_mountp : "-", \ 61 char *vfs_mountp; member
|
/illumos-gate/usr/src/lib/libfsmgt/common/ |
H A D | fs_mount_defaults.c | 284 vp->vfs_mountp = (char *)strtok_r( in fs_edit_mount_defaults() 408 vp->vfs_mountp = (char *)strtok_r( in fs_del_mount_default_ent() 521 if (vfstab_entry.vfs_mountp != NULL) { in create_mntdefaults_entry() 522 newp->mountp = strdup(vfstab_entry.vfs_mountp); in create_mntdefaults_entry() 629 search_entry->vfs_mountp = strdup(filter->mountp); in create_vfstab_filter() 630 if (search_entry->vfs_mountp == NULL) { in create_vfstab_filter() 695 free(vfstab_entry->vfs_mountp); in free_vfstab_entry() 710 ret_val = cmp_fields(mntdftp->mountp, vp->vfs_mountp, ret_val); in vfstab_line_cmp() 746 (vfstab_ent->vfs_mountp ? in create_vfstab_entry_line() 747 (strlen(vfstab_ent->vfs_mountp) +1) : 2) + in create_vfstab_entry_line() [all …]
|
/illumos-gate/usr/src/lib/libc/port/gen/ |
H A D | getvfsent.c | 104 vv.vfs_mountp = mountp; in getvfsfile() 120 DIFF(vfs_mountp) || in getvfsany() 159 DIFF(vfs_mountp) || in getvfsany() 185 GETTOK_R(vfs_mountp, NULL, &tmp); in getvfsent()
|
/illumos-gate/usr/src/cmd/fs.d/ |
H A D | fsck.c | 139 if (vfsave.vfs_mountp != NULL) { in vfdup() 140 free(vfsave.vfs_mountp); in vfdup() 141 vfsave.vfs_mountp = NULL; in vfdup() 143 if ((vp->vfs_mountp != NULL) && in vfdup() 144 ((vfsave.vfs_mountp = strdup(vp->vfs_mountp)) == NULL)) { in vfdup() 446 vref.vfs_mountp = argv[optind]; in main() 451 vref.vfs_mountp = NULL; in main() 724 dp->fsname = strdup(vfsp->vfs_mountp); in newdev()
|
H A D | mount.c | 444 vref.vfs_mountp = mountp; in main() 457 mountp = vref.vfs_mountp = NULL; in main() 471 mountp = vget.vfs_mountp; in main() 1033 vfserror(ret, vget.vfs_mountp); in getvfsall() 1050 if (vget.vfs_mountp == NULL || in getvfsall() 1054 if (check_fields(vget.vfs_fstype, vget.vfs_mountp)) { in getvfsall() 1139 if (strcmp(*mntlist, vp->v.vfs_mountp) == 0) { in make_vfsarray() 1271 myname, vp->v.vfs_mountp); in do_mounts() 1490 if (vin->vfs_mountp && in new_vfsent() 1491 (new->v.vfs_mountp = strdup(vin->vfs_mountp)) == NULL) in new_vfsent() [all …]
|
/illumos-gate/usr/src/lib/libdiskmgt/common/ |
H A D | inuse_fs.c | 320 if (vp->vfs_mountp != NULL) { in add_use_record() 321 vfsp->mountp = strdup(vp->vfs_mountp); in add_use_record()
|
/illumos-gate/usr/src/cmd/prtvtoc/ |
H A D | prtvtoc.c | 309 if (item == NULL || vtab.vfs_mountp == NULL) in getmntpt() 340 list[parttn(minor(sb.st_rdev))] = SAFE_STRDUP(vtab.vfs_mountp); in getmntpt()
|
/illumos-gate/usr/src/cmd/backup/dump/ |
H A D | dumpfstab.c | 122 mnt->mnt_dir = mntstrdup(vfs.vfs_mountp);
|
/illumos-gate/usr/src/cmd/svr4pkg/libinst/ |
H A D | mntinfo.c | 950 if (strcmp(vfs->vfs_mountp, "/") == 0) { in get_mntinfo() 956 install_root, vfs->vfs_mountp); in get_mntinfo()
|
/illumos-gate/usr/src/cmd/fs.d/ufs/tunefs/ |
H A D | tunefs.c | 111 if ((strcmp(vfsbuf.vfs_mountp, *specialp) == 0) || in searchvfstab()
|
/illumos-gate/usr/src/cmd/fs.d/udfs/fsck/ |
H A D | setup.c | 161 if (strcmp(devstr, vfsbuf.vfs_mountp) == 0) { in setup()
|
/illumos-gate/usr/src/lib/libbe/common/ |
H A D | be_mount.c | 1970 vp.vfs_mountp); in get_mountpoint_from_vfstab() 1972 (void) strlcpy(mountpoint, vp.vfs_mountp, size_mp); in get_mountpoint_from_vfstab()
|
H A D | be_utils.c | 3611 if (vp.vfs_special == NULL || vp.vfs_mountp == NULL) { in _update_vfstab()
|
/illumos-gate/usr/src/lib/cfgadm_plugins/scsi/common/ |
H A D | cfga_ctl.c | 1390 (void) strcpy(mount, S_STR(vfst.vfs_mountp)); in critical_ctrlr()
|
/illumos-gate/usr/src/cmd/fs.d/ufs/fsck/ |
H A D | utilities.c | 1582 SEARCH_TAB_BODY(vfstab, VFSTAB, vfs_mountp, vfs_special, vfsnull, in search_vfstab()
|