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

123456

/freebsd-10.1-release/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.1-release/usr.bin/xlint/lint2/
H A Dmem2.c78 int prot, flags; local
/freebsd-10.1-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-10.1-release/sys/dev/drm2/
H A Ddrm_vm.c35 drm_mmap(struct cdev *kdev, vm_ooffset_t offset, vm_paddr_t *paddr, int prot, vm_memattr_t *memattr) argument
/freebsd-10.1-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-10.1-release/sys/mips/mips/
H A Dmem.c80 vm_prot_t prot; local
153 memmmap(struct cdev *dev, vm_ooffset_t offset, vm_paddr_t *paddr, int prot, vm_memattr_t *memattr) argument
/freebsd-10.1-release/sys/ofed/include/linux/
H A Dmm.h75 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.1-release/sys/sparc64/sparc64/
H A Dmem.c90 vm_prot_t prot; local
H A Dtrap.c447 vm_prot_t prot; local
/freebsd-10.1-release/usr.bin/login/
H A Dlogin_fbtab.c90 int prot; local
/freebsd-10.1-release/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.1-release/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.1-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-10.1-release/contrib/llvm/tools/lldb/source/Core/
H A DDataBufferMemoryMap.cpp258 int prot = PROT_READ; local
/freebsd-10.1-release/contrib/tcpdump/
H A Dprint-gre.c122 u_int16_t flags, prot; local
244 u_int16_t flags, prot; local
[all...]
/freebsd-10.1-release/sys/dev/drm2/ttm/
H A Dttm_bo_vm.c286 ttm_bo_vm_ctor(void *handle, vm_ooffset_t size, vm_prot_t prot, argument
102 ttm_bo_vm_fault(vm_object_t vm_obj, vm_ooffset_t offset, int prot, vm_page_t *mres) argument
/freebsd-10.1-release/sys/netipsec/
H A Dxform_ipcomp.c538 uint8_t prot; local
/freebsd-10.1-release/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.1-release/usr.sbin/bhyve/
H A Dinout.c106 int addrsize, bytes, flags, in, port, prot, rep; local
/freebsd-10.1-release/usr.sbin/rpcbind/
H A Dpmap_svc.c153 find_service_pmap(rpcprog_t prog, rpcvers_t vers, rpcprot_t prot) argument
/freebsd-10.1-release/contrib/gcclibs/libmudflap/
H A Dmf-hooks1.c312 __mf_0fn_mmap (void *start, size_t l, int prot, int f, int fd, off_t off) argument
320 WRAPPER(void *, mmap, void *start, size_t length, int prot, int flags, int fd, off_t offset) argument

Completed in 163 milliseconds

123456