Home
last modified time | relevance | path

Searched refs:vfsent (Results 1 – 3 of 3) sorted by relevance

/titanic_44/usr/src/lib/libdevinfo/
H A Ddevfsmap.c1053 struct vfstab vfsent; in is_root_controller() local
1068 if (getvfsfile(fp, &vfsent, "/") != 0) { in is_root_controller()
1078 if (strncmp(vfsent.vfs_special, META_DEV, sizeof (META_DEV) - 1) != 0) { in is_root_controller()
1079 if (compare_controller(rootdir, vfsent.vfs_special, path) == 0) in is_root_controller()
1098 vfsent.vfs_special + sizeof (META_DEV) - 1, tmpfile); in is_root_controller()
1482 struct vfstab vfsent; in is_dev_in_vfstab() local
1499 while (getvfsent(fp, &vfsent) == 0) { in is_dev_in_vfstab()
1500 if (strncmp(vfsent.vfs_special, SLASH_DEV_SLASH, in is_dev_in_vfstab()
1503 rootdir, vfsent.vfs_special); in is_dev_in_vfstab()
1512 } else if (strncmp(vfsent.vfs_special, SLASH_DEVICES_SLASH, in is_dev_in_vfstab()
[all …]
/titanic_44/usr/src/cmd/svr4pkg/libinst/
H A Dmntinfo.c764 mod_existing(struct vfstab *vfsent, int fstab_entry, int is_remote) in mod_existing() argument
769 if (is_remote && hasopt(vfsent->vfs_mntopts, MNTOPT_RO)) in mod_existing()
781 construct_vfs(struct vfstab *vfsent, char *client_path, char *link_name, in construct_vfs() argument
787 if ((nfte = fs_tab_init(client_path, vfsent->vfs_fstype)) == NULL) in construct_vfs()
839 if (is_remote && hasopt(vfsent->vfs_mntopts, MNTOPT_RO)) in construct_vfs()
845 nfte->remote_name = strdup(vfsent->vfs_special); in construct_vfs()
/titanic_44/usr/src/cmd/fs.d/
H A Dmount.c157 typedef struct vfsent { struct
169 struct vfsent *next; /* used when in linked list */ argument