Searched defs:protection (Results 1 - 25 of 34) sorted by relevance

12

/macosx-10.10.1/WTF-7600.1.24/wtf/
H A DOSAllocatorWin.cpp36 static inline DWORD protection(bool writable, bool executable) function in namespace:WTF
H A DPageAllocationAligned.cpp43 int protection = PROT_READ; local
48 vm_map(current_task(), &address, size, alignmentMask, flags, MEMORY_OBJECT_NULL, 0, FALSE, protection, PROT_READ | PROT_WRITE, VM_INHERIT_DEFAULT); local
H A DOSAllocatorPosix.cpp65 int protection = PROT_READ; local
126 int protection = PROT_READ; local
/macosx-10.10.1/WebKit2-7600.1.25/Shared/
H A DShareableBitmap.cpp99 PassRefPtr<ShareableBitmap> ShareableBitmap::create(const Handle& handle, SharedMemory::Protection protection) argument
109 bool ShareableBitmap::createHandle(Handle& handle, SharedMemory::Protection protection) argument
/macosx-10.10.1/Security-57031.1.35/Security/sec/Security/Regressions/secitem/
H A Dsi_77_SecAccessControl.c43 CFTypeRef protection = kSecAttrAccessibleAlways; local
[all...]
/macosx-10.10.1/Security-57031.1.35/Security/sec/Security/Tool/
H A Dkeychain_util.c35 CFTypeRef protection = SecAccessControlGetProtection(sac); local
185 CFStringRef protection = CFArrayGetValueAtIndex(tokens, 0); local
/macosx-10.10.1/WebKit2-7600.1.25/Platform/mac/
H A DSharedMemoryMac.cpp152 static inline vm_prot_t machProtection(SharedMemory::Protection protection) argument
165 PassRefPtr<SharedMemory> SharedMemory::create(const Handle& handle, Protection protection) argument
201 bool SharedMemory::createHandle(Handle& handle, Protection protection) argument
/macosx-10.10.1/WebKit2-7600.1.25/Platform/unix/
H A DSharedMemoryUnix.cpp147 static inline int accessModeMMap(SharedMemory::Protection protection) argument
160 PassRefPtr<SharedMemory> SharedMemory::create(const Handle& handle, Protection protection) argument
/macosx-10.10.1/xnu-2782.1.97/osfmk/mach/
H A Dshared_memory_server.h97 vm_prot_t protection; /* read/write/execute/COW/ZF */ member in struct:sf_mapping
H A Dvm_region.h76 vm_prot_t protection; member in struct:vm_region_basic_info_64
104 vm_prot_t protection; member in struct:vm_region_basic_info
140 vm_prot_t protection; member in struct:vm_region_extended_info__legacy
167 vm_prot_t protection; member in struct:vm_region_extended_info
228 vm_prot_t protection; /* present access protection */ member in struct:vm_region_submap_info
255 vm_prot_t protection; /* present access protection */ member in struct:vm_region_submap_info_64
295 vm_prot_t protection; /* present access protection */ member in struct:vm_region_submap_short_info_64
[all...]
/macosx-10.10.1/emacs-93/emacs/src/
H A Dunexnext.c57 vm_prot_t protection; member in struct:region_t
H A Dunexmacosx.c146 vm_prot_t protection; member in struct:region_t
[all...]
/macosx-10.10.1/Security-57031.1.35/Security/sec/Security/
H A DSecAccessControl.c86 SecAccessControlRef SecAccessControlCreateWithFlags(CFAllocatorRef allocator, CFTypeRef protection, argument
136 bool SecAccessControlSetProtection(SecAccessControlRef access_control, CFTypeRef protection, CFErrorRef *error) { argument
/macosx-10.10.1/ksh-23/ksh/src/lib/libcmd/
H A Dcp.c248 char* protection; local
/macosx-10.10.1/apr-32/apr/apr/include/
H A Dapr_file_info.h181 apr_fileperms_t protection; member in struct:apr_finfo_t
/macosx-10.10.1/xnu-2782.1.97/osfmk/vm/
H A Dvm_kern.c1047 kmem_remap_pages( register vm_object_t object, register vm_object_offset_t offset, register vm_offset_t start, register vm_offset_t end, vm_prot_t protection) argument
H A Dmemory_object.c674 vm_object_update( vm_object_t object, vm_object_offset_t offset, vm_object_size_t size, vm_object_offset_t *resid_offset, int *io_errno, memory_object_return_t should_return, int flags, vm_prot_t protection) argument
/macosx-10.10.1/AppleUSBIrDA-145.2.4/DumpLog/
H A Dkdp_protocol.h177 vm_prot_t protection; member in struct:__anon98
/macosx-10.10.1/Security-57031.1.35/Security/sec/securityd/
H A DSecDbKeychainItem.c323 CFTypeRef protection = kc_copy_protection_from_data(protection_data); local
355 CFTypeRef protection = kc_encode_keyclass(keyclass & key_class_last); // mask out generation local
357 CFTypeRef protection = kc_encode_keyclass(keyclass); local
707 CFTypeRef protection local
[all...]
/macosx-10.10.1/emacs-93/
H A Dunexmacosx.c146 vm_prot_t protection; member in struct:region_t
[all...]
/macosx-10.10.1/tcl-105/tcl_ext/incrtcl/incrTcl/itcl/generic/
H A DitclInt.h320 int protection; /* protection level currently in effect */ member in struct:ItclObjectInfo
411 int protection; /* protection level */ member in struct:ItclMember
/macosx-10.10.1/dyld-353.2.1/src/
H A DImageLoaderMachO.cpp1929 int protection = 0; local
1997 vm_prot_t protection = 0; local
2025 vm_prot_t protection = VM_PROT_WRITE | VM_PROT_READ; local
[all...]
H A DImageLoaderMachOClassic.cpp464 int protection = 0; local
/macosx-10.10.1/libmalloc-53.1.1/src/
H A Dnano_malloc.c266 protect(void *address, size_t size, unsigned protection, unsigned debug_flags) argument
/macosx-10.10.1/xnu-2782.1.97/osfmk/kdp/
H A Dkdp_protocol.h283 uint32_t protection; /* vm_prot_t */ member in struct:__anon15132

Completed in 462 milliseconds

12