Lines Matching refs:vfsent
1053 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()
1514 (void) strlcpy(physpath, vfsent.vfs_special, in is_dev_in_vfstab()