Home
last modified time | relevance | path

Searched refs:getmntany (Results 1 – 25 of 31) sorted by relevance

12

/titanic_44/usr/src/cmd/fs.d/cachefs/umount/
H A Dumount.c147 ret = getmntany(finp, &mget, &mref); in main()
179 ret = getmntany(finp, &mget, &mref); in main()
/titanic_44/usr/src/uts/common/sys/
H A Dmnttab.h91 extern int getmntany(FILE *, struct mnttab *, struct mnttab *);
/titanic_44/usr/src/lib/libgrubmgmt/common/
H A Dlibgrub_fs.c456 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 Dquotacheck.c306 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 Dsndrsubr.c98 if (getmntany(mntfp, &mntent, &mntref) != -1) { in mounted()
/titanic_44/usr/src/cmd/hal/addons/storage/
H A Daddon-storage.c252 if (getmntany(f, &mp, &mpref) == 0) { in is_mounted()
/titanic_44/usr/src/lib/libc/port/gen/
H A Dgetmntent.c141 getmntany(FILE *fp, struct mnttab *mgetp, struct mnttab *mrefp) in getmntany() function
/titanic_44/usr/src/cmd/fuser/
H A Dfuser.c120 ret = getmntany(frp, &mget, &mref); in spec_to_mount()
/titanic_44/usr/src/lib/librdc/common/
H A Drdcrules.c447 if ((rc = getmntany(mntfp, &mntent, &mntref)) != -1) { in mounted()
/titanic_44/usr/src/cmd/hal/probing/storage/
H A Dprobe-storage.c59 if (getmntany(f, &mp, &mpref) == 0) { in is_mounted()
/titanic_44/usr/src/cmd/eject/
H A Deject.c492 if (getmntany(fp, &mp, &mref) == 0) { in display_busy()
/titanic_44/usr/src/cmd/fs.d/cachefs/cfsd/
H A Dcfsd_subr.c337 while ((xx = getmntany(fin, &minfo, &mpref)) != -1) { in subr_cache_setup()
/titanic_44/usr/src/lib/libproc/common/
H A DPzone.c97 while (getmntany(fp, &mt, &mt_find) == 0 && in rebuild_lofs_cache()
/titanic_44/usr/src/lib/libfsmgt/common/
H A Dfs_mounts.c187 while (getmntany(fp, &mnttab_entry, search_entry) == 0) { in fs_get_filtered_mount_list()
/titanic_44/usr/src/cmd/boot/installgrub/
H A Dinstallgrub.c1580 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 Dsmb_util.c651 if (getmntany(fp, &mnttab, &mntpref) == 0) { in smb_getdataset()
/titanic_44/usr/src/lib/c_synonyms/
H A Dsyn_common354 getmntany
/titanic_44/usr/src/cmd/fs.d/cachefs/cfsadmin/
H A Dcfsadmin.c1166 if (getmntany(mfp, &mt, &mtpref) != 0) { in issue_cod()
/titanic_44/usr/src/cmd/luxadm/
H A Dqlgcupdate.c720 if (getmntany(fp, &mp, &mpref) != 0 || in q_getbootdev()
/titanic_44/usr/src/cmd/power/
H A Dhandlers.c906 if (getmntany(fp, &entry, &zroot) == 0) { in check_mount()
/titanic_44/usr/src/cmd/rmvolmgr/
H A Drmm_common.c1247 if (getmntany(f, &mnt, &mpref) == 0) { in rmm_get_mnttab_mount_point()
/titanic_44/usr/src/lib/libbe/common/
H A Dbe_mount.c1809 if (getmntany(fp, (struct mnttab *) in loopback_mount_zonepath()
/titanic_44/usr/src/man/man3c/
H A DMakefile828 getmntany.3c \
1756 getmntany.3c := LINKSRC = getmntent.3c
/titanic_44/usr/src/cmd/fs.d/ufs/fsck/
H A Dutilities.c1581 (key.mnt_fstype = MNTTYPE_UFS), getmntany) in search_vfstab()
/titanic_44/usr/src/cmd/boot/bootadm/
H A Dbootadm.c5292 ret = getmntany(mntfp, &mp, &mpref);
6528 ret = getmntany(mntfp, &mp, &mpref);
7186 ret = getmntany(mntfp, &mp, &mpref);

12