/titanic_44/usr/src/cmd/fs.d/cachefs/umount/ |
H A D | umount.c | 147 ret = getmntany(finp, &mget, &mref); in main() 179 ret = getmntany(finp, &mget, &mref); in main()
|
/titanic_44/usr/src/uts/common/sys/ |
H A D | mnttab.h | 91 extern int getmntany(FILE *, struct mnttab *, struct mnttab *);
|
/titanic_44/usr/src/lib/libgrubmgmt/common/ |
H A D | libgrub_fs.c | 456 rc = getmntany(fp, &mp, &mpref); in grub_current_root() 538 if ((rc = getmntany(fp, &mp, &mpref)) == 0) in grub_fsd_get_mountp()
|
/titanic_44/usr/src/cmd/fs.d/ufs/quotacheck/ |
H A D | quotacheck.c | 306 if (getmntany(mtab, &mntp, &mpref) == 0 && in preen() 331 if (getmntany(mtab, &mntp, &mpref) != 0) { in preen()
|
/titanic_44/usr/src/cmd/avs/rdc/ |
H A D | sndrsubr.c | 98 if (getmntany(mntfp, &mntent, &mntref) != -1) { in mounted()
|
/titanic_44/usr/src/cmd/hal/addons/storage/ |
H A D | addon-storage.c | 252 if (getmntany(f, &mp, &mpref) == 0) { in is_mounted()
|
/titanic_44/usr/src/lib/libc/port/gen/ |
H A D | getmntent.c | 141 getmntany(FILE *fp, struct mnttab *mgetp, struct mnttab *mrefp) in getmntany() function
|
/titanic_44/usr/src/cmd/fuser/ |
H A D | fuser.c | 120 ret = getmntany(frp, &mget, &mref); in spec_to_mount()
|
/titanic_44/usr/src/lib/librdc/common/ |
H A D | rdcrules.c | 447 if ((rc = getmntany(mntfp, &mntent, &mntref)) != -1) { in mounted()
|
/titanic_44/usr/src/cmd/hal/probing/storage/ |
H A D | probe-storage.c | 59 if (getmntany(f, &mp, &mpref) == 0) { in is_mounted()
|
/titanic_44/usr/src/cmd/eject/ |
H A D | eject.c | 492 if (getmntany(fp, &mp, &mref) == 0) { in display_busy()
|
/titanic_44/usr/src/cmd/fs.d/cachefs/cfsd/ |
H A D | cfsd_subr.c | 337 while ((xx = getmntany(fin, &minfo, &mpref)) != -1) { in subr_cache_setup()
|
/titanic_44/usr/src/lib/libproc/common/ |
H A D | Pzone.c | 97 while (getmntany(fp, &mt, &mt_find) == 0 && in rebuild_lofs_cache()
|
/titanic_44/usr/src/lib/libfsmgt/common/ |
H A D | fs_mounts.c | 187 while (getmntany(fp, &mnttab_entry, search_entry) == 0) { in fs_get_filtered_mount_list()
|
/titanic_44/usr/src/cmd/boot/installgrub/ |
H A D | installgrub.c | 1580 if (getmntany(mntfp, &mp, &mpref) != 0) { in copy_stage2_to_pcfs() 1590 if (getmntany(mntfp, &mp, &mpref) != 0) { in copy_stage2_to_pcfs()
|
/titanic_44/usr/src/lib/smbsrv/libsmb/common/ |
H A D | smb_util.c | 651 if (getmntany(fp, &mnttab, &mntpref) == 0) { in smb_getdataset()
|
/titanic_44/usr/src/lib/c_synonyms/ |
H A D | syn_common | 354 getmntany
|
/titanic_44/usr/src/cmd/fs.d/cachefs/cfsadmin/ |
H A D | cfsadmin.c | 1166 if (getmntany(mfp, &mt, &mtpref) != 0) { in issue_cod()
|
/titanic_44/usr/src/cmd/luxadm/ |
H A D | qlgcupdate.c | 720 if (getmntany(fp, &mp, &mpref) != 0 || in q_getbootdev()
|
/titanic_44/usr/src/cmd/power/ |
H A D | handlers.c | 906 if (getmntany(fp, &entry, &zroot) == 0) { in check_mount()
|
/titanic_44/usr/src/cmd/rmvolmgr/ |
H A D | rmm_common.c | 1247 if (getmntany(f, &mnt, &mpref) == 0) { in rmm_get_mnttab_mount_point()
|
/titanic_44/usr/src/lib/libbe/common/ |
H A D | be_mount.c | 1809 if (getmntany(fp, (struct mnttab *) in loopback_mount_zonepath()
|
/titanic_44/usr/src/man/man3c/ |
H A D | Makefile | 828 getmntany.3c \ 1756 getmntany.3c := LINKSRC = getmntent.3c
|
/titanic_44/usr/src/cmd/fs.d/ufs/fsck/ |
H A D | utilities.c | 1581 (key.mnt_fstype = MNTTYPE_UFS), getmntany) in search_vfstab()
|
/titanic_44/usr/src/cmd/boot/bootadm/ |
H A D | bootadm.c | 5292 ret = getmntany(mntfp, &mp, &mpref); 6528 ret = getmntany(mntfp, &mp, &mpref); 7186 ret = getmntany(mntfp, &mp, &mpref);
|