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

12

/macosx-10.9.5/WebKit2-7537.78.2/Shared/
H A DShareableBitmap.cpp92 PassRefPtr<ShareableBitmap> ShareableBitmap::create(const Handle& handle, SharedMemory::Protection protection) argument
102 bool ShareableBitmap::createHandle(Handle& handle, SharedMemory::Protection protection) argument
/macosx-10.9.5/WebKit2-7537.78.2/Platform/mac/
H A DSharedMemoryMac.cpp143 static inline vm_prot_t machProtection(SharedMemory::Protection protection) argument
156 PassRefPtr<SharedMemory> SharedMemory::create(const Handle& handle, Protection protection) argument
192 bool SharedMemory::createHandle(Handle& handle, Protection protection) argument
/macosx-10.9.5/WebKit2-7537.78.2/Platform/unix/
H A DSharedMemoryUnix.cpp141 static inline int accessModeMMap(SharedMemory::Protection protection) argument
154 PassRefPtr<SharedMemory> SharedMemory::create(const Handle& handle, Protection protection) argument
176 static inline int accessModeFile(SharedMemory::Protection protection) argument
189 bool SharedMemory::createHandle(Handle& handle, Protection protection) argument
/macosx-10.9.5/WebKit2-7537.78.2/Platform/win/
H A DSharedMemoryWin.cpp133 static DWORD accessRights(SharedMemory::Protection protection) argument
146 PassRefPtr<SharedMemory> SharedMemory::create(const Handle& handle, Protection protection) argument
158 PassRefPtr<SharedMemory> SharedMemory::adopt(HANDLE handle, size_t size, Protection protection) argument
187 bool SharedMemory::createHandle(Handle& handle, Protection protection) argument
/macosx-10.9.5/xnu-2422.115.4/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.9.5/emacs-92/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.9.5/ksh-20/ksh/src/lib/libcmd/
H A Dcp.c248 char* protection; local
/macosx-10.9.5/apache-786.1/httpd/srclib/apr/include/
H A Dapr_file_info.h181 apr_fileperms_t protection; member in struct:apr_finfo_t
/macosx-10.9.5/apr-30/apr/apr/include/
H A Dapr_file_info.h181 apr_fileperms_t protection; member in struct:apr_finfo_t
/macosx-10.9.5/xnu-2422.115.4/osfmk/vm/
H A Dvm_kern.c1048 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.c676 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
H A Dvm_fault.c798 vm_fault_page( vm_object_t first_object, vm_object_offset_t first_offset, vm_prot_t fault_type, boolean_t must_be_resident, boolean_t caller_lookup, vm_prot_t *protection, vm_page_t *result_page, vm_page_t *top_page, int *type_of_fault, kern_return_t *error_code, boolean_t no_zero_fill, boolean_t data_supply, vm_object_fault_info_t fault_info) argument
[all...]
H A Dvm_map.h179 vm_prot_t protection; /* access permissions */ member in struct:vm_named_entry
228 /* vm_prot_t */ protection:3, /* protection code */ member in struct:vm_map_entry
[all...]
/macosx-10.9.5/AppleUSBIrDA-145.2.4/DumpLog/
H A Dkdp_protocol.h177 vm_prot_t protection; member in struct:__anon98
/macosx-10.9.5/emacs-92/
H A Dunexmacosx.c146 vm_prot_t protection; member in struct:region_t
[all...]
/macosx-10.9.5/tcl-102/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.9.5/xnu-2422.115.4/iokit/Kernel/
H A DIOMemoryDescriptor.cpp180 device_data_action( uintptr_t device_handle, ipc_port_t device_pager, vm_prot_t protection, vm_object_offset_t offset, vm_size_t size) argument
/macosx-10.9.5/dyld-239.4/src/
H A DImageLoaderMachO.cpp1887 int protection = 0; local
1956 vm_prot_t protection = 0; local
1984 vm_prot_t protection = VM_PROT_WRITE | VM_PROT_READ; local
[all...]
H A DImageLoaderMachOClassic.cpp464 int protection = 0; local
H A Ddyld.cpp2970 int protection = 0; local
/macosx-10.9.5/xnu-2422.115.4/osfmk/kdp/
H A Dkdp_protocol.h283 uint32_t protection; /* vm_prot_t */ member in struct:__anon15344
/macosx-10.9.5/emacs-92/emacs/lisp/progmodes/
H A Dcc-fonts.el
/macosx-10.9.5/passwordserver_sasl-170/cyrus_sasl/plugins/
H A Ddigestmd5.c195 int protection; member in struct:reauth_entry::__anon11658::__anon11660
2808 int protection; member in struct:client_context
3198 int protection = 0; local
[all...]

Completed in 1902 milliseconds

12