Searched defs:prot (Results 1 - 25 of 190) sorted by relevance

12345678

/freebsd-11-stable/usr.bin/xlint/lint2/
H A Dmem2.c78 int prot, flags; local
/freebsd-11-stable/sys/dev/drm/
H A Ddrm_vm.c34 drm_mmap(struct cdev *kdev, vm_ooffset_t offset, vm_paddr_t *paddr, int prot, vm_memattr_t *memattr) argument
/freebsd-11-stable/sys/dev/drm2/
H A Ddrm_vm.c48 drm_mmap(struct cdev *kdev, vm_ooffset_t offset, vm_paddr_t *paddr, int prot, vm_memattr_t *memattr) argument
/freebsd-11-stable/usr.bin/login/
H A Dlogin_fbtab.c89 int prot; local
/freebsd-11-stable/sys/sparc64/sparc64/
H A Dmem.c91 vm_prot_t prot; local
/freebsd-11-stable/sys/compat/cloudabi/
H A Dcloudabi_mem.c95 int error, flags, prot; local
121 int error, prot; local
/freebsd-11-stable/usr.sbin/bhyve/
H A Dbootrom.c58 int fd, i, rv, prot; local
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/dfsan/
H A Ddfsan_interceptors.cpp20 INTERCEPTOR(void *, mmap, void *addr, SIZE_T length, int prot, int flags, argument
28 INTERCEPTOR(void *, mmap64, void *addr, SIZE_T length, int prot, int flags, argument
/freebsd-11-stable/sys/kern/
H A Dkern_physio.c49 vm_prot_t prot; local
/freebsd-11-stable/sys/mips/mips/
H A Dmem.c80 vm_prot_t prot; local
151 memmmap(struct cdev *dev, vm_ooffset_t offset, vm_paddr_t *paddr, int prot, vm_memattr_t *memattr) argument
/freebsd-11-stable/sys/vm/
H A Ddefault_pager.c83 default_pager_alloc(void *handle, vm_ooffset_t size, vm_prot_t prot, argument
H A Dvm_unix.c80 int prot, rv; local
H A Dsg_pager.c69 sg_pager_alloc(void *handle, vm_ooffset_t size, vm_prot_t prot, argument
/freebsd-11-stable/sys/compat/linux/
H A Dlinux_mmap.c66 linux_mmap_check_fp(struct file *fp, int flags, int prot, int maxprot) argument
77 linux_mmap_common(struct thread *td, uintptr_t addr, size_t len, int prot, argument
215 linux_mprotect_common(struct thread *td, uintptr_t addr, size_t len, int prot) argument
231 linux_fixup_prot(struct thread *td, int *prot) argument
[all...]
/freebsd-11-stable/contrib/ntp/sntp/libopts/
H A Dtext_mmap.c168 validate_mmap(char const * fname, int prot, int flags, tmap_info_t * mapinfo) argument
306 text_mmap(char const * pzFile, int prot, int flags, tmap_info_t * mi) argument
/freebsd-11-stable/sys/security/mac/
H A Dmac_posix_shm.c121 mac_posixshm_check_mmap(struct ucred *cred, struct shmfd *shmfd, int prot, argument
H A Dmac_process.c228 prot2str(vm_prot_t prot) argument
/freebsd-11-stable/tests/sys/vm/
H A Dmmap_test.c91 checked_mmap(int prot, int flags, int fd, int error, const char *msg) argument
/freebsd-11-stable/sys/compat/linuxkpi/common/include/linux/
H A Dpage.h63 pgprot2cachemode(pgprot_t prot) argument
/freebsd-11-stable/sys/netipsec/
H A Dipsec_input.c286 int error, prot, af, sproto, isr_prot; local
497 int prot, af, sproto; local
[all...]
/freebsd-11-stable/contrib/netbsd-tests/lib/libc/sys/
H A Dt_mprotect.c114 int prot[2] = { PROT_NONE, PROT_READ }; local
262 const int prot[4] = { PROT_NONE, PROT_READ, PROT_WRITE }; local
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/profile/
H A DWindowsMMap.c28 void *mmap(void *start, size_t length, int prot, int flags, int fd, off_t offset) argument
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/safestack/
H A Dsafestack_platform.h93 inline void *Mmap(void *addr, size_t length, int prot, int flags, int fd, argument
113 inline int Mprotect(void *addr, size_t length, int prot) { argument
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_linux_s390.cpp29 uptr internal_mmap(void *addr, uptr length, int prot, int flags, int fd, argument
34 unsigned long prot; member in struct:__sanitizer::s390_mmap_params
/freebsd-11-stable/contrib/jemalloc/src/
H A Dpages.c43 int prot = *commit ? PAGES_PROT_COMMIT : PAGES_PROT_DECOMMIT; local

Completed in 298 milliseconds

12345678