Searched refs:hasmntopt (Results 1 - 11 of 11) sorted by relevance

/osnet-11/usr/src/lib/libshadowfs/common/
H A Dshadow_open.c83 if (hasmntopt(&mntent, "shadow") == NULL) {
H A Dshadow_migrate.c401 if ((mntopt = hasmntopt(&mntent, "shadow")) != NULL &&
/osnet-11/usr/src/lib/libzfs/common/
H A Dlibzfs_shadow.c250 if ((shadopt = hasmntopt(&entry, "shadow")) == NULL)
262 if (hasmntopt(&entry, "remount") != NULL &&
264 (prevshadow = hasmntopt(&entry, "shadow")) != NULL) {
H A Dlibzfs_dataset.c2902 if (hasmntopt(&mnt, mntopt_on) && !*val) {
2910 } else if (hasmntopt(&mnt, mntopt_off) && *val) {
/osnet-11/usr/src/lib/libinstzones/common/
H A Dzones_lofs.c121 if (hasmntopt(&mountTable[i], MNTOPT_RO) != NULL) {
/osnet-11/usr/src/lib/libc/port/gen/
H A Dgetmntent.c307 hasmntopt(struct mnttab *mnt, char *opt) function
/osnet-11/usr/src/lib/libntfs/common/libntfs/
H A Dvolume.c1478 if (hasmntopt(mnt, "ro") && !hasmntopt(mnt, "rw"))
/osnet-11/usr/src/lib/libfsmgt/common/
H A Dfs_mounts.c290 opt_found = hasmntopt(&mnttab_entry, mntopt);
/osnet-11/usr/src/cmd/hal/hald/solaris/
H A Ddevinfo_storage.c1572 hasmntopt ((struct mnttab *)&m, "ro") ? TRUE : FALSE);
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/
H A Dperl.c3328 if (hasmntopt(entry, MNTOPT_NOSUID))
3330 if (hasmntopt(entry, MNTOPT_NOEXEC))
3338 # endif /* getmntent+hasmntopt */
H A Dconfig_h.SH2580 * This symbol, if defined, indicates that the hasmntopt routine is

Completed in 91 milliseconds