Searched refs:exflags (Results 1 – 6 of 6) sorted by relevance
| /NextBSD/sys/arm/arm/ |
| HD | physmem.c | 161 regions_to_avail(vm_paddr_t *avail, uint32_t exflags, long *pavail) in regions_to_avail() argument 180 if ((exp->flags & exflags) == 0) in regions_to_avail() 316 void arm_physmem_exclude_region(vm_paddr_t pa, vm_size_t sz, uint32_t exflags) in arm_physmem_exclude_region() argument 329 insert_region(exregions, excnt++, pa, sz, exflags); in arm_physmem_exclude_region()
|
| /NextBSD/sys/arm/include/ |
| HD | physmem.h | 79 uint32_t exflags) in arm_physmem_exclude_regions() argument 83 exflags); in arm_physmem_exclude_regions()
|
| /NextBSD/contrib/netbsd-tests/fs/nfs/nfsservice/ |
| HD | mountd.c | 974 int has_host, exflags, got_nondir, dirplen, num, i; local 1048 exflags = MNT_EXPORTED; 1055 exflags |= MNT_EXNORESPORT; 1087 &has_host, &exflags, &anon)) 1169 if (do_nfssvc(line, lineno, ep, grp, exflags, &anon, 1921 do_nfssvc(line, lineno, ep, grp, exflags, anoncrp, dirp, dirplen, fsb) in do_nfssvc() argument 1926 int exflags; 1939 export.ex_flags = exflags;
|
| /NextBSD/usr.sbin/mountd/ |
| HD | mountd.c | 1407 int len, has_host, exflags, got_nondir, dirplen, netgrp; in get_exportlist_one() local 1424 exflags = MNT_EXPORTED; in get_exportlist_one() 1466 &exflags, &anon)) { in get_exportlist_one() 1644 if (do_mount(ep, grp, exflags, &anon, dirp, dirplen, in get_exportlist_one() 2455 do_mount(struct exportlist *ep, struct grouplist *grp, int exflags, in do_mount() argument 2480 eap->ex_flags = exflags; in do_mount() 2639 if ((exflags & MNT_EXPUBLIC) != 0) { in do_mount()
|
| /NextBSD/sys/nlm/ |
| HD | nlm_prot_impl.c | 1748 int error, exflags; in nlm_get_vfs_state() local 1761 (struct sockaddr *)&host->nh_addr, &exflags, &credanon, in nlm_get_vfs_state() 1766 if (exflags & MNT_EXRDONLY || in nlm_get_vfs_state() 1783 if (cred->cr_uid == 0 || (exflags & MNT_EXPORTANON)) { in nlm_get_vfs_state()
|
| /NextBSD/sys/fs/nfsserver/ |
| HD | nfs_nfsdport.c | 3032 int exflags, error = 0, numsecflavor, *secflavors, i; in nfsvno_v4rootexport() local 3034 error = vfs_stdcheckexp(&nfsv4root_mnt, nd->nd_nam, &exflags, in nfsvno_v4rootexport()
|