Searched defs:vfsent (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/cmd/svr4pkg/libinst/
H A Dmntinfo.c760 mod_existing(struct vfstab *vfsent, int fstab_entry, int is_remote) argument
765 if (is_remote && hasopt(vfsent->vfs_mntopts, MNTOPT_RO))
777 construct_vfs(struct vfstab *vfsent, char *client_path, char *link_name, argument
783 if ((nfte = fs_tab_init(client_path, vfsent->vfs_fstype)) == NULL)
835 if (is_remote && hasopt(vfsent->vfs_mntopts, MNTOPT_RO))
841 nfte->remote_name = strdup(vfsent->vfs_special);
/illumos-gate/usr/src/lib/libdevinfo/
H A Ddevfsmap.c1053 struct vfstab vfsent; local
1068 if (getvfsfile(fp, &vfsent, "/") != 0) {
1078 if (strncmp(vfsent.vfs_special, META_DEV, sizeof (META_DEV) - 1) != 0) {
1079 if (compare_controller(rootdir, vfsent.vfs_special, path) == 0)
1098 vfsent.vfs_special + sizeof (META_DEV) - 1, tmpfile);
1482 struct vfstab vfsent; local
1499 while (getvfsent(fp, &vfsent) == 0) {
1500 if (strncmp(vfsent.vfs_special, SLASH_DEV_SLASH,
1503 rootdir, vfsent.vfs_special);
1512 } else if (strncmp(vfsent
[all...]
/illumos-gate/usr/src/cmd/fs.d/
H A Dmount.c150 typedef struct vfsent { struct
162 struct vfsent *next; /* used when in linked list */

Completed in 84 milliseconds