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

123456

/freebsd-10-stable/lib/libc/sys/
H A Dmmap.c47 mmap(void *addr, size_t len, int prot, int flags, int fd, off_t offset) argument
/freebsd-10-stable/usr.bin/xlint/lint2/
H A Dmem2.c78 int prot, flags; local
/freebsd-10-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-10-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-10-stable/sys/kern/
H A Dkern_physio.c48 vm_prot_t prot; local
/freebsd-10-stable/usr.sbin/bhyve/
H A Dbootrom.c56 int fd, i, rv, prot; local
/freebsd-10-stable/sys/vm/
H A Ddefault_pager.c89 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.c60 phys_pager_alloc(void *handle, vm_ooffset_t size, vm_prot_t prot, argument
/freebsd-10-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-10-stable/sys/sparc64/sparc64/
H A Dmem.c90 vm_prot_t prot; local
H A Dtrap.c447 vm_prot_t prot; local
/freebsd-10-stable/sys/ofed/include/linux/
H A Dmm.h76 io_remap_pfn_range(struct vm_area_struct *vma, unsigned long addr, unsigned long pfn, unsigned long size, vm_memattr_t prot) argument
/freebsd-10-stable/usr.bin/login/
H A Dlogin_fbtab.c89 int prot; local
/freebsd-10-stable/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-10-stable/sys/ia64/ia64/
H A Dmem.c65 mem_phys2virt(vm_offset_t offset, int prot, void **ptr, u_long *limit) argument
155 memmmap(struct cdev *dev, vm_ooffset_t offset, vm_paddr_t *paddr, int prot, vm_memattr_t *memattr) argument
/freebsd-10-stable/sys/security/mac/
H A Dmac_posix_shm.c122 mac_posixshm_check_mmap(struct ucred *cred, struct shmfd *shmfd, int prot, argument
H A Dmac_process.c229 prot2str(vm_prot_t prot) argument
/freebsd-10-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-10-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-10-stable/tests/sys/vm/
H A Dmmap_test.c91 checked_mmap(int prot, int flags, int fd, int error, const char *msg) argument
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Core/
H A DDataBufferMemoryMap.cpp258 int prot = PROT_READ; local
/freebsd-10-stable/contrib/tcpdump/
H A Dprint-gre.c122 u_int16_t flags, prot; local
244 u_int16_t flags, prot; local
[all...]
/freebsd-10-stable/sys/powerpc/powerpc/
H A Dmem.c95 vm_prot_t prot; local
177 memmmap(struct cdev *dev, vm_ooffset_t offset, vm_paddr_t *paddr, int prot, vm_memattr_t *memattr) argument
/freebsd-10-stable/usr.sbin/rpcbind/
H A Dpmap_svc.c153 find_service_pmap(rpcprog_t prog, rpcvers_t vers, rpcprot_t prot) argument

Completed in 138 milliseconds

123456