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/cmd/oamuser/user/
H A Dhomedir.c321 if (getmntany(fp, &entry, &search) == 0)
/illumos-gate/usr/src/lib/libgrubmgmt/common/
H A Dlibgrub_fs.c454 * getmntany returns non-zero for failure, and sets errno
456 rc = getmntany(fp, &mp, &mpref);
538 if ((rc = getmntany(fp, &mp, &mpref)) == 0)
/illumos-gate/usr/src/cmd/fs.d/ufs/quotacheck/
H A Dquotacheck.c306 if (getmntany(mtab, &mntp, &mpref) == 0 &&
331 if (getmntany(mtab, &mntp, &mpref) != 0) {
/illumos-gate/usr/src/lib/libc/port/gen/
H A Dgetmntent.c141 getmntany(FILE *fp, struct mnttab *mgetp, struct mnttab *mrefp) function
/illumos-gate/usr/src/cmd/avs/rdc/
H A Dsndrsubr.c98 if (getmntany(mntfp, &mntent, &mntref) != -1) {
/illumos-gate/usr/src/cmd/fuser/
H A Dfuser.c103 * libos. Repeated calls to getmntany() overwrite it; to save mnttab
120 ret = getmntany(frp, &mget, &mref);
/illumos-gate/usr/src/cmd/hal/addons/storage/
H A Daddon-storage.c252 if (getmntany(f, &mp, &mpref) == 0) {
/illumos-gate/usr/src/lib/librdc/common/
H A Drdcrules.c447 if ((rc = getmntany(mntfp, &mntent, &mntref)) != -1) {
/illumos-gate/usr/src/cmd/eject/
H A Deject.c492 if (getmntany(fp, &mp, &mref) == 0) {
/illumos-gate/usr/src/cmd/hal/probing/storage/
H A Dprobe-storage.c59 if (getmntany(f, &mp, &mpref) == 0) {
/illumos-gate/usr/src/cmd/boot/bootadm/
H A Dbootadm_loader.c1038 if (getmntany(fp, &mp, &mpref) != 0) {
1227 if (getmntany(fp, &mp, &mpref) != 0) {
H A Dbootadm.c5820 ret = getmntany(mntfp, &mp, &mpref);
7118 ret = getmntany(mntfp, &mp, &mpref);
7805 ret = getmntany(mntfp, &mp, &mpref);
/illumos-gate/usr/src/lib/libfsmgt/common/
H A Dfs_mounts.c187 while (getmntany(fp, &mnttab_entry, search_entry) == 0) {
738 * functions such as getmntent, getextmntent, and getmntany in the order
/illumos-gate/usr/src/lib/libproc/common/
H A DPzone.c97 while (getmntany(fp, &mt, &mt_find) == 0 &&
/illumos-gate/usr/src/lib/smbsrv/libsmb/common/
H A Dsmb_util.c651 if (getmntany(fp, &mnttab, &mntpref) == 0) {
/illumos-gate/usr/src/cmd/power/
H A Dhandlers.c906 if (getmntany(fp, &entry, &zroot) == 0) {
/illumos-gate/usr/src/cmd/rmvolmgr/
H A Drmm_common.c1247 if (getmntany(f, &mnt, &mpref) == 0) {
/illumos-gate/usr/src/cmd/luxadm/
H A Dqlgcupdate.c720 if (getmntany(fp, &mp, &mpref) != 0 ||
/illumos-gate/usr/src/lib/lvm/libmeta/common/
H A Dmeta_trans.c1491 if (getmntany(m, &tab_match, &tab_wildcard)) {
/illumos-gate/usr/src/cmd/fs.d/ufs/fsck/
H A Dutilities.c1581 (key.mnt_fstype = MNTTYPE_UFS), getmntany)
/illumos-gate/usr/src/lib/libbe/common/
H A Dbe_mount.c1809 if (getmntany(fp, (struct mnttab *)
/illumos-gate/usr/src/man/man3c/
H A DMakefile838 getmntany.3c \
1773 getmntany.3c := LINKSRC = getmntent.3c
/illumos-gate/usr/src/lib/libc/port/
H A Dllib-lc502 int getmntany(FILE *fd, struct mnttab *mgetp, struct mnttab *mrefp);
/illumos-gate/usr/src/cmd/avs/dsw/
H A Diiadm.c1804 if (getmntany(mntfp, &mntent, &mntref) != -1) {

Completed in 166 milliseconds

12