Searched refs:exflags (Results 1 - 5 of 5) sorted by relevance

/freebsd-11-stable/sys/arm/include/
H A Dphysmem.h79 uint32_t exflags)
83 exflags);
78 arm_physmem_exclude_regions(struct mem_region * mrptr, int mrcount, uint32_t exflags) argument
/freebsd-11-stable/sys/arm/arm/
H A Dphysmem.c156 * exclusions that contain the given exflags, and generating an "avail list".
163 regions_to_avail(vm_paddr_t *avail, uint32_t exflags, long *pavail) argument
182 if ((exp->flags & exflags) == 0)
330 arm_physmem_exclude_region(vm_paddr_t pa, vm_size_t sz, uint32_t exflags) argument
345 insert_region(exregions, excnt++, pa, sz, exflags);
/freebsd-11-stable/usr.sbin/mountd/
H A Dmountd.c1507 int len, has_host, exflags, got_nondir, dirplen, netgrp; local
1524 exflags = MNT_EXPORTED;
1567 &exflags, &anon)) {
1741 grp->gr_exflags = exflags;
1745 if (passno == 0 && do_mount(ep, grp, exflags, &anon,
1766 * Save the security flavors and exflags
1798 hang_dirp(dirhead, tgrp, ep, opt_flags, &anon, exflags);
1803 opt_flags, &anon, exflags);
2431 int flags, struct xucred *anoncrp, int exflags)
2450 ep->ex_defexflags = exflags;
2430 hang_dirp(struct dirlist *dp, struct grouplist *grp, struct exportlist *ep, int flags, struct xucred *anoncrp, int exflags) argument
2482 add_dlist(struct dirlist **dpp, struct dirlist *newdp, struct grouplist *grp, int flags, struct exportlist *ep, struct xucred *anoncrp, int exflags) argument
2994 do_mount(struct exportlist *ep, struct grouplist *grp, int exflags, struct xucred *anoncrp, char *dirp, int dirplen, struct statfs *fsb, int numsecflavors, int *secflavors) argument
[all...]
/freebsd-11-stable/sys/nlm/
H A Dnlm_prot_impl.c1756 int error, exflags; local
1769 (struct sockaddr *)&host->nh_addr, &exflags, &credanon,
1774 if (exflags & MNT_EXRDONLY ||
1791 if (cred->cr_uid == 0 || (exflags & MNT_EXPORTANON)) {
/freebsd-11-stable/sys/fs/nfsserver/
H A Dnfs_nfsdport.c3098 int exflags, error = 0, numsecflavor, *secflavors, i; local
3100 error = vfs_stdcheckexp(&nfsv4root_mnt, nd->nd_nam, &exflags,

Completed in 158 milliseconds