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

12345678

/freebsd-11.0-release/usr.bin/xlint/lint2/
H A Dmem2.c78 int prot, flags; local
/freebsd-11.0-release/contrib/compiler-rt/lib/dfsan/
H A Ddfsan_interceptors.cc19 INTERCEPTOR(void *, mmap, void *addr, SIZE_T length, int prot, int flags, argument
27 INTERCEPTOR(void *, mmap64, void *addr, SIZE_T length, int prot, int flags, argument
/freebsd-11.0-release/contrib/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_libignore.cc59 uptr b, e, off, prot; local
/freebsd-11.0-release/contrib/compiler-rt/lib/tsan/rtl/
H A Dtsan_platform_posix.cc118 uptr p, end, prot; local
/freebsd-11.0-release/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.0-release/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.0-release/sys/kern/
H A Dkern_physio.c49 vm_prot_t prot; local
/freebsd-11.0-release/sys/sparc64/sparc64/
H A Dmem.c90 vm_prot_t prot; local
/freebsd-11.0-release/usr.bin/login/
H A Dlogin_fbtab.c89 int prot; local
/freebsd-11.0-release/usr.sbin/bhyve/
H A Dbootrom.c56 int fd, i, rv, prot; local
/freebsd-11.0-release/contrib/compiler-rt/lib/profile/
H A DWindowsMMap.c32 void *mmap(void *start, size_t length, int prot, int flags, int fd, off_t offset) argument
/freebsd-11.0-release/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.0-release/sys/compat/linux/
H A Dlinux_mmap.c65 linux_mmap_common(struct thread *td, uintptr_t addr, size_t len, int prot, argument
230 linux_mprotect_common(struct thread *td, uintptr_t addr, size_t len, int prot) argument
246 linux_fixup_prot(struct thread *td, int *prot) argument
[all...]
/freebsd-11.0-release/sys/vm/
H A Ddefault_pager.c79 default_pager_alloc(void *handle, vm_ooffset_t size, vm_prot_t prot, argument
H A Dvm_unix.c82 int prot, rv; local
H A Dphys_pager.c63 phys_pager_alloc(void *handle, vm_ooffset_t size, vm_prot_t prot, argument
H A Dsg_pager.c67 sg_pager_alloc(void *handle, vm_ooffset_t size, vm_prot_t prot, argument
/freebsd-11.0-release/contrib/wpa/src/ap/
H A Dgas_serv.h51 int prot; /* whether Protected Dual of Public Action frame is used */ member in struct:gas_dialog_info
/freebsd-11.0-release/contrib/netbsd-tests/lib/libc/sys/
H A Dt_mprotect.c117 int prot[2] = { PROT_NONE, PROT_READ }; local
259 const int prot[4] = { PROT_NONE, PROT_READ, PROT_WRITE }; local
/freebsd-11.0-release/sys/compat/linuxkpi/common/include/linux/
H A Dmm.h80 io_remap_pfn_range(struct vm_area_struct *vma, unsigned long addr, unsigned long pfn, unsigned long size, vm_memattr_t prot) argument
/freebsd-11.0-release/tests/sys/vm/
H A Dmmap_test.c91 checked_mmap(int prot, int flags, int fd, int error, const char *msg) argument
/freebsd-11.0-release/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.0-release/sys/security/mac/
H A Dmac_posix_shm.c121 mac_posixshm_check_mmap(struct ucred *cred, struct shmfd *shmfd, int prot, argument
/freebsd-11.0-release/contrib/llvm/tools/lldb/source/Core/
H A DDataBufferMemoryMap.cpp254 int prot = PROT_READ; local
/freebsd-11.0-release/contrib/llvm/tools/lldb/source/Plugins/Process/Utility/
H A DInferiorCallPOSIX.cpp37 InferiorCallMmap(Process *process, addr_t &allocated_addr, addr_t addr, addr_t length, unsigned prot, unsigned flags, addr_t fd, addr_t offset) argument

Completed in 302 milliseconds

12345678