Home
last modified time | relevance | path

Searched defs:prot (Results 1 – 25 of 225) sorted by path

123456789

/freebsd/contrib/jemalloc/src/
H A Dpages.c79 int prot = *commit ? PAGES_PROT_COMMIT : PAGES_PROT_DECOMMIT; in os_pages_map() local
195 int prot = *commit ? PAGES_PROT_COMMIT : PAGES_PROT_DECOMMIT; in pages_map() local
264 int prot = commit ? PAGES_PROT_COMMIT : PAGES_PROT_DECOMMIT; in pages_commit_impl() local
/freebsd/contrib/libfido2/fuzz/
H A Dfuzz_cred.c276 const char *fmt, int prot, size_t minpinlen) in verify_cred()
/freebsd/contrib/libfido2/src/
H A Dcbor.c697 uint8_t prot; in cbor_encode_pin_auth() local
725 uint8_t prot; in cbor_encode_pin_opt() local
745 uint8_t prot; in cbor_encode_change_pin_auth() local
791 uint8_t prot; in cbor_encode_hmac_secret_param() local
H A Dcred.c923 fido_cred_set_prot(fido_cred_t *cred, int prot) in fido_cred_set_prot()
H A Dcredman.c261 uint64_t prot; in credman_parse_rk() local
H A Decdh.c81 kdf(uint8_t prot, fido_blob_t *key, /* const */ fido_blob_t *secret) in kdf()
H A Dpcsc.c107 prepare_io_request(DWORD prot, SCARD_IO_REQUEST *req) in prepare_io_request()
132 DWORD prot = 0; in copy_info() local
247 DWORD prot = 0; in fido_pcsc_open() local
/freebsd/contrib/libfido2/src/fido/
H A Dtypes.h165 int prot; /* protection policy */ member
/freebsd/contrib/libfido2/tools/
H A Dcredman.c121 const char *prot; in print_rk() local
H A Dutil.c529 prot_string(int prot) in prot_string()
/freebsd/contrib/libucl/src/
H A Ducl_util.c98 static void *ucl_mmap(char *addr, size_t length, int prot, int access, int fd, off_t offset) in ucl_mmap()
/freebsd/contrib/llvm-project/clang/lib/Index/
H A DUSRGeneration.cpp164 void GenObjCProtocol(StringRef prot, StringRef ext) { in GenObjCProtocol()
/freebsd/contrib/llvm-project/compiler-rt/include/sanitizer/
H A Dlinux_syscall_hooks.h609 #define __sanitizer_syscall_pre_mprotect(start, len, prot) \ argument
612 #define __sanitizer_syscall_post_mprotect(res, start, len, prot) \ argument
625 #define __sanitizer_syscall_pre_remap_file_pages(start, size, prot, pgoff, \ argument
629 #define __sanitizer_syscall_post_remap_file_pages(res, start, size, prot, \ argument
1785 #define __sanitizer_syscall_pre_mmap_pgoff(addr, len, prot, flags, fd, pgoff) \ argument
1789 #define __sanitizer_syscall_post_mmap_pgoff(res, addr, len, prot, flags, fd, \ argument
H A Dnetbsd_syscall_hooks.h379 #define __sanitizer_syscall_pre_compat_43_ommap(addr, len, prot, flags, fd, \ argument
384 #define __sanitizer_syscall_post_compat_43_ommap(res, addr, len, prot, flags, \ argument
397 #define __sanitizer_syscall_pre_mprotect(addr, len, prot) \ argument
400 #define __sanitizer_syscall_post_mprotect(res, addr, len, prot) \ argument
1043 #define __sanitizer_syscall_pre_mmap(addr, len, prot, flags, fd, PAD, pos) \ argument
1047 #define __sanitizer_syscall_post_mmap(res, addr, len, prot, flags, fd, PAD, \ argument
/freebsd/contrib/llvm-project/compiler-rt/lib/asan/
H A Dasan_interceptors.cpp181 # define COMMON_INTERCEPTOR_MMAP_IMPL(ctx, mmap, addr, length, prot, flags, \ argument
/freebsd/contrib/llvm-project/compiler-rt/lib/dfsan/
H A Ddfsan_interceptors.cpp132 INTERCEPTOR(void *, mmap, void *addr, SIZE_T length, int prot, int flags, in INTERCEPTOR()
146 INTERCEPTOR(void *, mmap64, void *addr, SIZE_T length, int prot, int flags, in INTERCEPTOR()
/freebsd/contrib/llvm-project/compiler-rt/lib/hwasan/
H A Dhwasan_interceptors.cpp178 int prot, int flags, int fd, OFF64_T offset) { in mmap_interceptor()
232 # define COMMON_INTERCEPTOR_MMAP_IMPL(ctx, mmap, addr, length, prot, flags, \ argument
/freebsd/contrib/llvm-project/compiler-rt/lib/msan/
H A Dmsan_interceptors.cpp1064 int prot, int flags, int fd, OFF64_T offset) { in mmap_interceptor()
1487 #define COMMON_INTERCEPTOR_MMAP_IMPL(ctx, mmap, addr, length, prot, flags, fd, \ argument
/freebsd/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) in mmap()
/freebsd/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, in Mmap()
113 inline int Mprotect(void *addr, size_t length, int prot) { in Mprotect()
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_linux.cpp203 uptr internal_mmap(void *addr, uptr length, int prot, int flags, int fd, in internal_mmap()
229 int internal_mprotect(void *addr, uptr length, int prot) { in internal_mprotect()
H A Dsanitizer_linux_s390.cpp30 uptr internal_mmap(void *addr, uptr length, int prot, int flags, int fd, in internal_mmap()
35 unsigned long prot; in internal_mmap() member
H A Dsanitizer_mac.cpp130 uptr internal_mmap(void *addr, size_t length, int prot, int flags, in internal_mmap()
153 int internal_mprotect(void *addr, uptr length, int prot) { in internal_mprotect()
508 void MprotectMallocZones(void *addr, int prot) { in MprotectMallocZones()
H A Dsanitizer_netbsd.cpp97 uptr internal_mmap(void *addr, uptr length, int prot, int flags, int fd, in internal_mmap()
114 int internal_mprotect(void *addr, uptr length, int prot) { in internal_mprotect()
H A Dsanitizer_posix.cpp162 void MprotectMallocZones(void *addr, int prot) {} in MprotectMallocZones()
401 uptr MmapNamed(void *addr, uptr length, int prot, int flags, const char *name) { in MmapNamed()

123456789