/titanic_41/usr/src/lib/libc/port/gen/ |
H A D | getvfsent.c | 85 while ((ret = getvfsent(fd, vgetp)) == 0 && in getvfsspec() 118 while ((ret = getvfsent(fd, vgetp)) == 0 && in getvfsany() 154 while ((ret = getvfsent(fd, vgetp)) == 0 && in getvfsany() 169 getvfsent(FILE *fd, struct vfstab *vp) in getvfsent() function
|
/titanic_41/usr/src/cmd/fs.d/ |
H A D | ff.c | 112 while ((i = getvfsent(fp, &vfsbuf)) == 0) { in main() 188 while ((i = getvfsent(fp, &vfsbuf)) == 0) { in main()
|
H A D | fsck.c | 198 if ((error = getvfsent(fp, vp)) != 0) in mygetvfsent()
|
H A D | mount.c | 1027 while ((ret = getvfsent(fp, &vget)) != -1) { in getvfsall()
|
/titanic_41/usr/src/uts/common/sys/ |
H A D | vfstab.h | 68 extern int getvfsent(FILE *, struct vfstab *);
|
/titanic_41/usr/src/lib/libdiskmgt/common/ |
H A D | inuse_fs.c | 291 while (getvfsent(fp, &vp) == 0) { in load_vfstab()
|
/titanic_41/usr/src/cmd/backup/dump/ |
H A D | dumpfstab.c | 117 while ((status = getvfsent(tp, &vfs)) == 0) {
|
/titanic_41/usr/src/cmd/fs.d/ufs/quotaon/ |
H A D | quotaon.c | 169 while ((status = getvfsent(vfstab, &vfsbuf)) == NULL) { in main()
|
/titanic_41/usr/src/cmd/fs.d/ufs/repquota/ |
H A D | repquota.c | 171 while (getvfsent(vfstab, &vfsbuf) == 0) { in main()
|
/titanic_41/usr/src/cmd/fs.d/ufs/tunefs/ |
H A D | tunefs.c | 111 while (getvfsent(vfstab, &vfsbuf) == NULL) in searchvfstab()
|
/titanic_41/usr/src/cmd/fs.d/udfs/fsck/ |
H A D | setup.c | 137 while (getvfsent(vfstab, &vfsbuf) == NULL) { in setup()
|
/titanic_41/usr/src/cmd/hal/tools/ |
H A D | hal-storage-shared.c | 175 return getvfsent (handle, &v) == 0 ? v.vfs_special : NULL; in fstab_next()
|
/titanic_41/usr/src/cmd/prtvtoc/ |
H A D | prtvtoc.c | 297 while (getvfsent(file, &vtab) == 0) { in getmntpt()
|
/titanic_41/usr/src/lib/libfsmgt/common/ |
H A D | fs_mount_defaults.c | 172 while (getvfsent(fp, &vfstab_entry) == 0) { in fs_get_mount_defaults()
|
/titanic_41/usr/src/lib/c_synonyms/ |
H A D | syn_common | 403 getvfsent
|
/titanic_41/usr/src/cmd/fs.d/ufs/quotacheck/ |
H A D | quotacheck.c | 197 while (getvfsent(vfstab, &vfsbuf) == NULL) { in main()
|
/titanic_41/usr/src/cmd/svr4pkg/libinst/ |
H A D | mntinfo.c | 934 while (!getvfsent(pp, vfs)) { in get_mntinfo()
|
/titanic_41/usr/src/man/man3c/ |
H A D | Makefile | 187 getvfsent.3c \ 1747 getvfsany.3c := LINKSRC = getvfsent.3c 1748 getvfsfile.3c := LINKSRC = getvfsent.3c 1749 getvfsspec.3c := LINKSRC = getvfsent.3c
|
/titanic_41/usr/src/lib/cfgadm_plugins/scsi/common/ |
H A D | cfga_ctl.c | 1388 while ((vfsret = getvfsent(fp, &vfst)) == 0) { in critical_ctrlr()
|
/titanic_41/usr/src/lib/libc/amd64/ |
H A D | Makefile | 432 getvfsent.o \
|
/titanic_41/usr/src/lib/libdevinfo/ |
H A D | devfsmap.c | 1499 while (getvfsent(fp, &vfsent) == 0) { in is_dev_in_vfstab()
|
/titanic_41/usr/src/lib/libc/i386/ |
H A D | Makefile.com | 465 getvfsent.o \
|
/titanic_41/usr/src/lib/libc/sparcv9/ |
H A D | Makefile.com | 450 getvfsent.o \
|
/titanic_41/usr/src/lib/libc/sparc/ |
H A D | Makefile.com | 490 getvfsent.o \
|
/titanic_41/usr/src/lib/libc/port/ |
H A D | llib-lc | 586 /* getvfsent.c */ 590 int getvfsent(FILE *fd, struct vfstab *vp);
|