Home
last modified time | relevance | path

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

12

/illumos-gate/usr/src/uts/common/sys/
H A Dmnttab.h91 extern int getmntany(FILE *, struct mnttab *, struct mnttab *);
/illumos-gate/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()
/illumos-gate/usr/src/cmd/oamuser/user/
H A Dhomedir.c321 if (getmntany(fp, &entry, &search) == 0) in get_mnt_special()
/illumos-gate/usr/src/cmd/fs.d/ufs/quotacheck/
H A Dquotacheck.c304 if (getmntany(mtab, &mntp, &mpref) == 0 && in preen()
329 if (getmntany(mtab, &mntp, &mpref) != 0) { in preen()
/illumos-gate/usr/src/cmd/hal/addons/storage/
H A Daddon-storage.c253 if (getmntany(f, &mp, &mpref) == 0) { in is_mounted()
/illumos-gate/usr/src/lib/libc/port/gen/
H A Dgetmntent.c141 getmntany(FILE *fp, struct mnttab *mgetp, struct mnttab *mrefp) in getmntany() function
/illumos-gate/usr/src/cmd/fuser/
H A Dfuser.c118 ret = getmntany(frp, &mget, &mref); in spec_to_mount()
/illumos-gate/usr/src/cmd/hal/probing/storage/
H A Dprobe-storage.c59 if (getmntany(f, &mp, &mpref) == 0) { in is_mounted()
/illumos-gate/usr/src/cmd/eject/
H A Deject.c491 if (getmntany(fp, &mp, &mref) == 0) { in display_busy()
/illumos-gate/usr/src/cmd/boot/bootadm/
H A Dbootadm_loader.c1126 if (getmntany(fp, &mp, &mpref) != 0) { in update_temp()
1318 if (getmntany(fp, &mp, &mpref) != 0) { in enable_hyper()
H A Dbootadm.c5971 ret = getmntany(mntfp, &mp, &mpref);
7269 ret = getmntany(mntfp, &mp, &mpref);
7956 ret = getmntany(mntfp, &mp, &mpref);
/illumos-gate/usr/src/common/ficl/emu/
H A Dloader_emu.c588 ret = getmntany(fp, &mp, &mpref); in get_currdev()
891 ret = getmntany(fp, &mp, &mpref); in get_dev()
/illumos-gate/usr/src/lib/libproc/common/
H A DPzone.c97 while (getmntany(fp, &mt, &mt_find) == 0 && in rebuild_lofs_cache()
/illumos-gate/usr/src/lib/libfsmgt/common/
H A Dfs_mounts.c185 while (getmntany(fp, &mnttab_entry, search_entry) == 0) { in fs_get_filtered_mount_list()
/illumos-gate/usr/src/lib/c_synonyms/
H A Dsyn_common354 getmntany
/illumos-gate/usr/src/lib/smbsrv/libsmb/common/
H A Dsmb_util.c679 if (getmntany(fp, &mnttab, &mntpref) == 0) { in smb_getdataset()
/illumos-gate/usr/src/cmd/power/
H A Dhandlers.c906 if (getmntany(fp, &entry, &zroot) == 0) { in check_mount()
/illumos-gate/usr/src/cmd/luxadm/
H A Dqlgcupdate.c720 if (getmntany(fp, &mp, &mpref) != 0 || in q_getbootdev()
/illumos-gate/usr/src/cmd/boot/installboot/i386/
H A Dinstallboot.c369 ret = getmntany(fp, &mp, &mpref); in install_esp_cb()
812 ret = getmntany(fp, &mp, &mpref); in read_einfo_esp_cb()
/illumos-gate/usr/src/cmd/rmvolmgr/
H A Drmm_common.c1247 if (getmntany(f, &mnt, &mpref) == 0) { in rmm_get_mnttab_mount_point()
/illumos-gate/usr/src/lib/libbe/common/
H A Dbe_mount.c1781 if (getmntany(fp, (struct mnttab *) in loopback_mount_zonepath()
/illumos-gate/usr/src/cmd/fs.d/ufs/fsck/
H A Dutilities.c1588 (key.mnt_fstype = MNTTYPE_UFS), getmntany) in search_vfstab()
/illumos-gate/usr/src/man/man3c/
H A DMakefile868 getmntany.3c \
1866 getmntany.3c := LINKSRC = getmntent.3c
/illumos-gate/usr/src/lib/libc/port/
H A Dmapfile-vers2165 getmntany;
/illumos-gate/usr/src/lib/libzfs/common/
H A Dlibzfs_dataset.c863 if (getmntany(hdl->libzfs_mnttab, entry, &srch) == 0) in libzfs_mnttab_find()

12