Searched refs:vtab (Results 1 – 5 of 5) sorted by relevance
253 struct vfstab vtab; in getmntpt() local307 while (getvfsent(file, &vtab) == 0) { in getmntpt()308 item = vtab.vfs_special; in getmntpt()309 if (item == NULL || vtab.vfs_mountp == NULL) in getmntpt()340 list[parttn(minor(sb.st_rdev))] = SAFE_STRDUP(vtab.vfs_mountp); in getmntpt()
1699 struct vfstab vtab; in find_fstype() local1705 status = getvfsspec(fp, &vtab, special); in find_fstype()1711 if (F_option && ! EQ(FSType, vtab.vfs_fstype)) in find_fstype()1713 "warning: %s is of type %s", special, vtab.vfs_fstype); in find_fstype()1714 return (new_string(vtab.vfs_fstype)); in find_fstype()
497 struct sdev_vop_table vtab[] = { variable1428 for (i = 0; vtab[i].vt_name != NULL; i++) { in sdev_filldir_dynamic()1438 if ((vtab[i].vt_flags & SDEV_PERSIST) || in sdev_filldir_dynamic()1439 !(vtab[i].vt_flags & SDEV_DYNAMIC)) in sdev_filldir_dynamic()1441 nm = vtab[i].vt_name; in sdev_filldir_dynamic()
934 for (vtp = &vtab[0]; vtp->vt_name != NULL; vtp++) in sdev_plugin_init()
532 extern struct sdev_vop_table vtab[];