Home
last modified time | relevance | path

Searched refs:getvfsent (Results 1 – 25 of 28) sorted by relevance

12

/titanic_41/usr/src/lib/libc/port/gen/
H A Dgetvfsent.c85 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 Dff.c112 while ((i = getvfsent(fp, &vfsbuf)) == 0) { in main()
188 while ((i = getvfsent(fp, &vfsbuf)) == 0) { in main()
H A Dfsck.c198 if ((error = getvfsent(fp, vp)) != 0) in mygetvfsent()
H A Dmount.c1027 while ((ret = getvfsent(fp, &vget)) != -1) { in getvfsall()
/titanic_41/usr/src/uts/common/sys/
H A Dvfstab.h68 extern int getvfsent(FILE *, struct vfstab *);
/titanic_41/usr/src/lib/libdiskmgt/common/
H A Dinuse_fs.c291 while (getvfsent(fp, &vp) == 0) { in load_vfstab()
/titanic_41/usr/src/cmd/backup/dump/
H A Ddumpfstab.c117 while ((status = getvfsent(tp, &vfs)) == 0) {
/titanic_41/usr/src/cmd/fs.d/ufs/quotaon/
H A Dquotaon.c169 while ((status = getvfsent(vfstab, &vfsbuf)) == NULL) { in main()
/titanic_41/usr/src/cmd/fs.d/ufs/repquota/
H A Drepquota.c171 while (getvfsent(vfstab, &vfsbuf) == 0) { in main()
/titanic_41/usr/src/cmd/fs.d/ufs/tunefs/
H A Dtunefs.c111 while (getvfsent(vfstab, &vfsbuf) == NULL) in searchvfstab()
/titanic_41/usr/src/cmd/fs.d/udfs/fsck/
H A Dsetup.c137 while (getvfsent(vfstab, &vfsbuf) == NULL) { in setup()
/titanic_41/usr/src/cmd/hal/tools/
H A Dhal-storage-shared.c175 return getvfsent (handle, &v) == 0 ? v.vfs_special : NULL; in fstab_next()
/titanic_41/usr/src/cmd/prtvtoc/
H A Dprtvtoc.c297 while (getvfsent(file, &vtab) == 0) { in getmntpt()
/titanic_41/usr/src/lib/libfsmgt/common/
H A Dfs_mount_defaults.c172 while (getvfsent(fp, &vfstab_entry) == 0) { in fs_get_mount_defaults()
/titanic_41/usr/src/lib/c_synonyms/
H A Dsyn_common403 getvfsent
/titanic_41/usr/src/cmd/fs.d/ufs/quotacheck/
H A Dquotacheck.c197 while (getvfsent(vfstab, &vfsbuf) == NULL) { in main()
/titanic_41/usr/src/cmd/svr4pkg/libinst/
H A Dmntinfo.c934 while (!getvfsent(pp, vfs)) { in get_mntinfo()
/titanic_41/usr/src/man/man3c/
H A DMakefile187 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 Dcfga_ctl.c1388 while ((vfsret = getvfsent(fp, &vfst)) == 0) { in critical_ctrlr()
/titanic_41/usr/src/lib/libc/amd64/
H A DMakefile432 getvfsent.o \
/titanic_41/usr/src/lib/libdevinfo/
H A Ddevfsmap.c1499 while (getvfsent(fp, &vfsent) == 0) { in is_dev_in_vfstab()
/titanic_41/usr/src/lib/libc/i386/
H A DMakefile.com465 getvfsent.o \
/titanic_41/usr/src/lib/libc/sparcv9/
H A DMakefile.com450 getvfsent.o \
/titanic_41/usr/src/lib/libc/sparc/
H A DMakefile.com490 getvfsent.o \
/titanic_41/usr/src/lib/libc/port/
H A Dllib-lc586 /* getvfsent.c */
590 int getvfsent(FILE *fd, struct vfstab *vp);

12