/osnet-11/usr/src/lib/libshadowfs/common/ |
H A D | shadow_open.c | 55 if (getmntany(mnttab, &mntent, &search) != 0) {
|
H A D | shadow_migrate.c | 393 if (getmntany(mnttab, &mntent, &search) != 0) {
|
/osnet-11/usr/src/lib/pylibbe/common/ |
H A D | libbe.py | 36 from bootmgmt.pysol import (mnttab_open, getmntany, mnttab_close, platform_name, namespace 484 mntent = getmntany(mnt_special=bootfs)
|
/osnet-11/usr/src/cmd/hal/addons/storage/ |
H A D | addon-storage.c | 252 if (getmntany(f, &mp, &mpref) == 0) {
|
/osnet-11/usr/src/lib/libc/port/gen/ |
H A D | getmntent.c | 141 getmntany(FILE *fp, struct mnttab *mgetp, struct mnttab *mrefp) function
|
/osnet-11/usr/src/lib/librdc/common/ |
H A D | rdcrules.c | 447 if ((rc = getmntany(mntfp, &mntent, &mntref)) != -1) {
|
/osnet-11/usr/src/cmd/hal/probing/storage/ |
H A D | probe-storage.c | 57 if (getmntany(f, &mp, &mpref) == 0) {
|
/osnet-11/usr/src/lib/pybootmgmt/common/bootmgmt/ |
H A D | pysol.py | 212 def getmntany(**attrs): function 220 r = _libc.getmntany(_mnttab_FILE, byref(mntmatch), byref(mntent)) 1325 "getmntany",
|
/osnet-11/usr/src/lib/libproc/common/ |
H A D | Pzone.c | 93 while (getmntany(fp, &mt, &mt_find) == 0 &&
|
/osnet-11/usr/src/lib/libfsmgt/common/ |
H A D | fs_mounts.c | 187 while (getmntany(fp, &mnttab_entry, search_entry) == 0) { 738 * functions such as getmntent, getextmntent, and getmntany in the order
|
/osnet-11/usr/src/lib/pam_modules/zfs_key/ |
H A D | zfs_key.c | 144 err = getmntany(mtab, &mget, &mref);
|
/osnet-11/usr/src/lib/libshare_plugins/legacy/ |
H A D | libshare_legacy.c | 730 if (getmntany(mnttab, &result, &entry) == 0) {
|
/osnet-11/usr/src/lib/libsmb/common/ |
H A D | smb_util.c | 801 if (getmntany(fp, mnttab, &mntpref) == 0) {
|
/osnet-11/usr/src/lib/libbe/common/ |
H A D | be_mount.c | 1638 if (getmntany(fp, (struct mnttab *)
|
/osnet-11/usr/src/lib/libbrand/common/ |
H A D | libbrand.c | 339 if (getmntany(mnttab, &result, &query) != 0) {
|
/osnet-11/usr/src/lib/lvm/libmeta/common/ |
H A D | meta_trans.c | 1492 if (getmntany(m, &tab_match, &tab_wildcard)) {
|
/osnet-11/usr/src/lib/libc/port/ |
H A D | llib-lc | 520 int getmntany(FILE *fd, struct mnttab *mgetp, struct mnttab *mrefp);
|
/osnet-11/usr/src/lib/pybootmgmt/common/bootmgmt/backend/loader/ |
H A D | grub2.py | 57 mnttab_open, getmntany, mnttab_close) 2391 mntentdict = getmntany(mnt_special=esp_dev)
|
/osnet-11/usr/src/lib/libzfs/common/ |
H A D | libzfs_dataset.c | 726 if (getmntany(hdl->libzfs_mnttab, &found, &srch) != 0) { 771 if (getmntany(hdl->libzfs_mnttab, entry, &srch) == 0)
|