Searched defs:maxprot (Results 1 - 11 of 11) sorted by relevance

/freebsd-13-stable/sys/compat/linux/
H A Dlinux_mmap.c68 linux_mmap_check_fp(struct file *fp, int flags, int prot, int maxprot) argument
/freebsd-13-stable/sys/kern/
H A Dsys_capability.c199 vm_prot_t maxprot; local
H A Duipc_shm.c1530 vm_prot_t maxprot; local
H A Dvfs_vnops.c2683 vm_prot_t maxprot; local
/freebsd-13-stable/usr.bin/netstat/
H A Dnetisr.c79 static u_int maxprot; variable
[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DMachODumper.cpp304 uint32_t maxprot; member in struct:__anon4873::MachOSegment
/freebsd-13-stable/sys/fs/devfs/
H A Ddevfs_vnops.c1956 vm_prot_t maxprot; local
/freebsd-13-stable/sys/vm/
H A Dvm_mmap.c1454 vm_mmap(vm_map_t map, vm_offset_t *addr, vm_size_t size, vm_prot_t prot, vm_prot_t maxprot, int flags, objtype_t handle_type, void *handle, vm_ooffset_t foff) argument
1558 vm_mmap_object(vm_map_t map, vm_offset_t *addr, vm_size_t size, vm_prot_t prot, vm_prot_t maxprot, int flags, vm_object_t object, vm_ooffset_t foff, boolean_t writecounted, struct thread *td) argument
/freebsd-13-stable/sys/compat/linuxkpi/common/src/
H A Dlinux_compat.c1628 vm_prot_t maxprot; local
1599 linux_file_mmap_sub(struct thread *td, vm_size_t objsize, vm_prot_t prot, vm_prot_t maxprot, int flags, struct file *fp, vm_ooffset_t *foff, const struct file_operations *fop, vm_object_t *objp) argument
[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DMachO.h540 uint32_t maxprot; member in struct:llvm::MachO::segment_command
554 uint32_t maxprot; member in struct:llvm::MachO::segment_command_64
/freebsd-13-stable/contrib/llvm-project/llvm/tools/llvm-objdump/
H A DMachODump.cpp8527 PrintSegmentCommand(uint32_t cmd, uint32_t cmdsize, StringRef SegName, uint64_t vmaddr, uint64_t vmsize, uint64_t fileoff, uint64_t filesize, uint32_t maxprot, uint32_t initprot, uint32_t nsects, uint32_t flags, uint32_t object_size, bool verbose) argument
[all...]

Completed in 229 milliseconds