Searched refs:getvfsany (Results 1 – 16 of 16) sorted by relevance
/titanic_50/usr/src/cmd/fs.d/ |
H A D | volcopy.c | 196 ii = getvfsany(fd, &vget, &vref); in main() 201 ii = getvfsany(fd, &vget, &vref); in main()
|
H A D | ff.c | 290 ret = getvfsany(fd, &vget, &vref); in lookup() 295 ret = getvfsany(fd, &vget, &vref); in lookup()
|
H A D | switchout.c | 375 ret = getvfsany(fd, &vget, &vref); in lookup() 380 ret = getvfsany(fd, &vget, &vref); in lookup()
|
H A D | mount.c | 450 while ((ret = getvfsany(fd, &vget, &vref)) > 0) in main() 461 while ((ret = getvfsany(fd, &vget, &vref)) > 0) in main()
|
H A D | fsck.c | 208 if ((error = getvfsany(fp, vp, vrefp)) != 0) in mygetvfsany()
|
/titanic_50/usr/src/lib/libc/port/gen/ |
H A D | getvfsent.c | 105 return (getvfsany(fd, vp, &vv)); in getvfsfile() 109 getvfsany(FILE *fd, struct vfstab *vgetp, struct vfstab *vrefp) in getvfsany() function
|
/titanic_50/usr/src/uts/common/sys/ |
H A D | vfstab.h | 71 extern int getvfsany(FILE *, struct vfstab *, struct vfstab *);
|
/titanic_50/usr/src/lib/libadm/common/ |
H A D | fulldevnm.c | 319 if (getvfsany(fp, &vp, &ref_vp)) { in getvfsspecial()
|
/titanic_50/usr/src/lib/libfsmgt/common/ |
H A D | fs_mount_defaults.c | 122 while (getvfsany(fp, &vfstab_entry, search_entry) == 0) { in fs_get_filtered_mount_defaults()
|
/titanic_50/usr/src/lib/c_synonyms/ |
H A D | syn_common | 402 getvfsany
|
/titanic_50/usr/src/cmd/fs.d/ufs/fsck/ |
H A D | utilities.c | 1103 if ((getvfsany(vfstab, &vfsbuf, &vfskey) == 0) && in writable() 1576 (retval = retval), getvfsany) in search_vfstab()
|
/titanic_50/usr/src/man/man3c/ |
H A D | Makefile | 856 getvfsany.3c \ 1849 getvfsany.3c := LINKSRC = getvfsent.3c
|
/titanic_50/usr/src/lib/libc/port/ |
H A D | mapfile-vers | 1906 getvfsany;
|
H A D | llib-lc | 593 int getvfsany(FILE *fd, struct vfstab *vgetp, struct vfstab *vrefp);
|
/titanic_50/usr/src/pkg/manifests/ |
H A D | system-library.man3c.inc | 856 link path=usr/share/man/man3c/getvfsany.3c target=getvfsent.3c
|
/titanic_50/ |
H A D | .gitignore | 4956 usr/src/man/man3c/getvfsany.3c
|