Searched refs:amu_hasmntopt (Results 1 - 13 of 13) sorted by relevance

/netbsd-6-1-5-RELEASE/external/bsd/am-utils/dist/amd/
H A Dops_cdfs.c131 if (amu_hasmntopt(&mnt, MNTTAB_OPT_DEFPERM))
140 if (amu_hasmntopt(&mnt, MNTTAB_OPT_NODEFPERM))
145 if (amu_hasmntopt(&mnt, MNTTAB_OPT_NOVERSION))
150 if (amu_hasmntopt(&mnt, MNTTAB_OPT_RRIP))
155 if (amu_hasmntopt(&mnt, MNTTAB_OPT_NORRIP))
160 if (amu_hasmntopt(&mnt, MNTTAB_OPT_GENS))
165 if (amu_hasmntopt(&mnt, MNTTAB_OPT_EXTATT))
170 if (amu_hasmntopt(&mnt, MNTTAB_OPT_NOCASETRANS))
175 if (amu_hasmntopt(&mnt, MNTTAB_OPT_NOJOLIET))
180 if (amu_hasmntopt(
[all...]
H A Dops_tmpfs.c142 if ((p = amu_hasmntopt(&mnt, "nodes")) == NULL)
147 if ((p = amu_hasmntopt(&mnt, "size")) == NULL)
152 if ((p = amu_hasmntopt(&mnt, "uid")) == NULL)
157 if ((p = amu_hasmntopt(&mnt, "gid")) == NULL)
162 if ((p = amu_hasmntopt(&mnt, "mode")) == NULL)
H A Dautil.c294 if (amu_hasmntopt(&mnt, "unmount") || amu_hasmntopt(&mnt, "umount"))
297 if (amu_hasmntopt(&mnt, "nounmount") || amu_hasmntopt(&mnt, "noumount"))
H A Dops_udf.c192 if (amu_hasmntopt(&mnt, MNTTAB_OPT_CLOSESESSION))
H A Dam_ops.c345 if (amu_hasmntopt(&mnt2, oneopt) || amu_hasmntopt(&mnt2, revoneopt))
H A Dreaddir.c386 if (amu_hasmntopt(&mnt, "fullybrowsable"))
388 if (amu_hasmntopt(&mnt, "browsable"))
H A Dsrvr_nfs.c737 if (amu_hasmntopt(&mnt, "nfsv2")) {
818 if (amu_hasmntopt(&mnt, MNTTAB_OPT_PUBLIC)) {
H A Dops_nfs.c914 if (amu_hasmntopt(&mnt, "softlookup") ||
915 (amu_hasmntopt(&mnt, "soft") && !amu_hasmntopt(&mnt, "nosoftlookup")))
H A Dnfs_subr.c569 if (amu_hasmntopt(&mnt, "browsable")) {
/netbsd-6-1-5-RELEASE/external/bsd/am-utils/dist/libamu/
H A Dmount_fs.c163 flags |= amu_hasmntopt(mntp, opt->opt) ? opt->flag : 0;
304 if (nfs_proto && !amu_hasmntopt(mnt, MNTTAB_OPT_PROTO)) {
323 mnt->mnt_ro = (amu_hasmntopt(mnt, MNTTAB_OPT_RO) != NULL);
466 if (amu_hasmntopt(mntp, MNTTAB_OPT_NOAC) != NULL)
616 if (amu_hasmntopt(mntp, MNTTAB_OPT_NOCONN) != NULL)
618 else if (amu_hasmntopt(mntp, MNTTAB_OPT_CONN) != NULL)
646 if (amu_hasmntopt(mntp, MNTTAB_OPT_RESVPORT) != NULL)
709 if (amu_hasmntopt(mntp, MNTTAB_OPT_SOFT) != NULL)
714 if (amu_hasmntopt(mntp, MNTTAB_OPT_SPONGY) != NULL) {
730 if (amu_hasmntopt(mnt
[all...]
H A Dmtab.c129 char *str = amu_hasmntopt(mnt, opt);
175 char *str = amu_hasmntopt(mnt, opt);
228 char *str = amu_hasmntopt(mnt, opt);
H A Dhasmntopt.c106 amu_hasmntopt(mntent_t *mnt, char *opt) function
/netbsd-6-1-5-RELEASE/external/bsd/am-utils/dist/include/
H A Dam_defs.h1608 extern char *amu_hasmntopt(mntent_t *mnt, char *opt);
1610 # define amu_hasmntopt hasmntopt macro
1613 extern char *amu_hasmntopt(mntent_t *mnt, char *opt);

Completed in 164 milliseconds