Searched refs:inheritance (Results 1 - 25 of 48) sorted by relevance

12

/macosx-10.9.5/xnu-2422.115.4/libsyscall/mach/
H A Dmach_vm.c169 vm_inherit_t inheritance)
174 inheritance == VM_INHERIT_DEFAULT)
180 offset, copy, cur_protection, max_protection, inheritance);
203 vm_inherit_t inheritance)
209 inheritance);
254 vm_inherit_t inheritance)
259 offset, copy, cur_protection, max_protection, inheritance);
282 vm_inherit_t inheritance)
288 inheritance);
158 mach_vm_map( mach_port_name_t target, mach_vm_address_t *address, mach_vm_size_t size, mach_vm_offset_t mask, int flags, mem_entry_name_port_t object, memory_object_offset_t offset, boolean_t copy, vm_prot_t cur_protection, vm_prot_t max_protection, vm_inherit_t inheritance) argument
192 mach_vm_remap( mach_port_name_t target, mach_vm_address_t *address, mach_vm_size_t size, mach_vm_offset_t mask, int flags, mach_port_name_t src_task, mach_vm_address_t src_address, boolean_t copy, vm_prot_t *cur_protection, vm_prot_t *max_protection, vm_inherit_t inheritance) argument
243 vm_map( mach_port_name_t target, vm_address_t *address, vm_size_t size, vm_offset_t mask, int flags, mem_entry_name_port_t object, vm_offset_t offset, boolean_t copy, vm_prot_t cur_protection, vm_prot_t max_protection, vm_inherit_t inheritance) argument
271 vm_remap( mach_port_name_t target, vm_address_t *address, vm_size_t size, vm_offset_t mask, int flags, mach_port_name_t src_task, vm_address_t src_address, boolean_t copy, vm_prot_t *cur_protection, vm_prot_t *max_protection, vm_inherit_t inheritance) argument
/macosx-10.9.5/xnu-2422.115.4/osfmk/mach/
H A Dvm_region.h78 vm_inherit_t inheritance; member in struct:vm_region_basic_info_64
106 vm_inherit_t inheritance; member in struct:vm_region_basic_info
230 vm_inherit_t inheritance;/* behavior of map/obj on fork */ member in struct:vm_region_submap_info
257 vm_inherit_t inheritance;/* behavior of map/obj on fork */ member in struct:vm_region_submap_info_64
297 vm_inherit_t inheritance;/* behavior of map/obj on fork */ member in struct:vm_region_submap_short_info_64
H A Dvm32_map.defs167 inheritance : vm_inherit_t);
187 inheritance : vm_inherit_t);
270 inheritance : vm_inherit_t);
H A Dvm_map.defs83 * address. The returned protection, inheritance, sharing
158 * Set the inheritance attribute for the specified range
160 * The inheritance value is one of {none, copy, share}, and
273 * the inheritance attributes specified; see the vm_protect and
297 inheritance : vm_inherit_t);
325 inheritance : vm_inherit_t);
456 inheritance : vm_inherit_t);
H A Dmach_vm.defs175 * Set the inheritance attribute for the specified range
177 * The inheritance value is one of {none, copy, share}, and
322 * the inheritance attributes specified; see the vm_protect and
354 inheritance : vm_inherit_t);
390 inheritance : vm_inherit_t);
421 * address. The returned protection, inheritance, sharing
/macosx-10.9.5/tcl-102/tcl_ext/incrtcl/incrTcl/itcl/tests/old/
H A DAAA.test34 test {Force auto-loading through inheritance} {
/macosx-10.9.5/xnu-2422.115.4/osfmk/vm/
H A Dvm32_user.c262 vm_inherit_t inheritance)
270 cur_protection, max_protection, inheritance);
288 vm_inherit_t inheritance)
292 cur_protection, max_protection, inheritance);
307 vm_inherit_t inheritance)
315 cur_protection, max_protection, inheritance);
451 info->inheritance = info64.inheritance;
251 vm32_map_64( vm_map_t target_map, vm32_offset_t *address, vm32_size_t size, vm32_offset_t mask, int flags, ipc_port_t port, vm_object_offset_t offset, boolean_t copy, vm_prot_t cur_protection, vm_prot_t max_protection, vm_inherit_t inheritance) argument
277 vm32_map( vm_map_t target_map, vm32_offset_t *address, vm32_size_t size, vm32_offset_t mask, int flags, ipc_port_t port, vm32_offset_t offset, boolean_t copy, vm_prot_t cur_protection, vm_prot_t max_protection, vm_inherit_t inheritance) argument
296 vm32_remap( vm_map_t target_map, vm32_offset_t *address, vm32_size_t size, vm32_offset_t mask, boolean_t anywhere, vm_map_t src_map, vm32_offset_t memory_address, boolean_t copy, vm_prot_t *cur_protection, vm_prot_t *max_protection, vm_inherit_t inheritance) argument
H A Dvm_map.h197 * and user-exported inheritance and protection information.
230 /* vm_inherit_t */ inheritance:2, /* inheritance */ member in struct:vm_map_entry
523 vm_inherit_t inheritance);
558 vm_inherit_t inheritance,
754 vm_inherit_t inheritance);
774 vm_inherit_t inheritance);
797 /* Change inheritance */
961 vm_inherit_t inheritance);
975 vm_inherit_t inheritance);
[all...]
H A Dvm_map.c250 vm_inherit_t inheritance,
575 map_entry->inheritance);
1335 new_entry->inheritance = VM_INHERIT_DEFAULT;
1557 vm_inherit_t inheritance)
1605 inheritance = VM_INHERIT_NONE; /* fork() children won't inherit superpages */
1916 entry->inheritance != inheritance ||
2007 (entry->inheritance == inheritance) &&
2079 (entry_for_jit)? VM_INHERIT_NONE: inheritance,
1546 vm_map_enter( vm_map_t map, vm_map_offset_t *address, vm_map_size_t size, vm_map_offset_t mask, int flags, vm_object_t object, vm_object_offset_t offset, boolean_t needs_copy, vm_prot_t cur_protection, vm_prot_t max_protection, vm_inherit_t inheritance) argument
2350 vm_map_enter_mem_object( vm_map_t target_map, vm_map_offset_t *address, vm_map_size_t initial_size, vm_map_offset_t mask, int flags, ipc_port_t port, vm_object_offset_t offset, boolean_t copy, vm_prot_t cur_protection, vm_prot_t max_protection, vm_inherit_t inheritance) argument
2899 vm_map_enter_mem_object_control( vm_map_t target_map, vm_map_offset_t *address, vm_map_size_t initial_size, vm_map_offset_t mask, int flags, memory_object_control_t control, vm_object_offset_t offset, boolean_t copy, vm_prot_t cur_protection, vm_prot_t max_protection, vm_inherit_t inheritance) argument
7586 vm_map_copy_remap( vm_map_t map, vm_map_entry_t where, vm_map_copy_t copy, vm_map_offset_t adjustment, vm_prot_t cur_prot, vm_prot_t max_prot, vm_inherit_t inheritance) argument
7653 vm_map_copyout_internal( vm_map_t dst_map, vm_map_address_t *dst_addr, vm_map_copy_t copy, boolean_t consume_on_success, vm_prot_t cur_protection, vm_prot_t max_protection, vm_inherit_t inheritance) argument
11719 vm_map_entry_insert( vm_map_t map, vm_map_entry_t insp_entry, vm_map_offset_t start, vm_map_offset_t end, vm_object_t object, vm_object_offset_t offset, boolean_t needs_copy, boolean_t is_shared, boolean_t in_transition, vm_prot_t cur_protection, vm_prot_t max_protection, vm_behavior_t behavior, vm_inherit_t inheritance, unsigned wired_count, boolean_t no_cache, boolean_t permanent, unsigned int superpage_size, boolean_t clear_map_aligned) argument
11812 vm_map_remap_extract( vm_map_t map, vm_map_offset_t addr, vm_map_size_t size, boolean_t copy, struct vm_map_header *map_header, vm_prot_t *cur_protection, vm_prot_t *max_protection, vm_inherit_t inheritance, boolean_t pageable) argument
12164 vm_map_remap( vm_map_t target_map, vm_map_address_t *address, vm_map_size_t size, vm_map_offset_t mask, int flags, vm_map_t src_map, vm_map_offset_t memory_address, boolean_t copy, vm_prot_t *cur_protection, vm_prot_t *max_protection, vm_inherit_t inheritance) argument
[all...]
H A Dvm_user.c316 * Sets the inheritance of the specified range in the
343 * Sets the inheritance of the specified range in the
908 vm_inherit_t inheritance)
929 inheritance);
949 vm_inherit_t inheritance)
962 cur_protection, max_protection, inheritance);
980 vm_inherit_t inheritance)
995 cur_protection, max_protection, inheritance);
1020 vm_inherit_t inheritance)
1044 inheritance);
897 mach_vm_map( vm_map_t target_map, mach_vm_offset_t *address, mach_vm_size_t initial_size, mach_vm_offset_t mask, int flags, ipc_port_t port, vm_object_offset_t offset, boolean_t copy, vm_prot_t cur_protection, vm_prot_t max_protection, vm_inherit_t inheritance) argument
938 vm_map_64( vm_map_t target_map, vm_offset_t *address, vm_size_t size, vm_offset_t mask, int flags, ipc_port_t port, vm_object_offset_t offset, boolean_t copy, vm_prot_t cur_protection, vm_prot_t max_protection, vm_inherit_t inheritance) argument
969 vm_map( vm_map_t target_map, vm_offset_t *address, vm_size_t size, vm_offset_t mask, int flags, ipc_port_t port, vm_offset_t offset, boolean_t copy, vm_prot_t cur_protection, vm_prot_t max_protection, vm_inherit_t inheritance) argument
1009 mach_vm_remap( vm_map_t target_map, mach_vm_offset_t *address, mach_vm_size_t size, mach_vm_offset_t mask, int flags, vm_map_t src_map, mach_vm_offset_t memory_address, boolean_t copy, vm_prot_t *cur_protection, vm_prot_t *max_protection, vm_inherit_t inheritance) argument
1061 vm_remap( vm_map_t target_map, vm_offset_t *address, vm_size_t size, vm_offset_t mask, int flags, vm_map_t src_map, vm_offset_t memory_address, boolean_t copy, vm_prot_t *cur_protection, vm_prot_t *max_protection, vm_inherit_t inheritance) argument
[all...]
H A Dvm_debug.c183 region.vir_inheritance = entry->inheritance;
397 region.vir_inheritance = entry->inheritance;
/macosx-10.9.5/tcl-102/tcl_ext/incrtcl/incrTcl/itcl/tests/
H A Dchain.test26 test chain-1.1 {define simple classes with inheritance} {
116 test chain-1.5 {chained methods can cross multiple-inheritance branches} {
H A Ddelete.test26 test delete-1.1 {define a simple classes with inheritance} {
51 # Deleting classes and objects with inheritance
53 test delete-2.1 {define a simple classes with inheritance} {
99 test delete-3.1 {redefine classes with inheritance} {
H A Dinherit.test2 # Tests for inheritance and scope handling
24 # Test construction/destruction with inheritance
302 # Test inheritance info
304 test inherit-4.1 {define classes for inheritance info} {
324 test inherit-4.2 {create an object for inheritance tests} {
376 test inherit-5.1 {define classes for inheritance info} {
531 # Test inheritance errors
569 } {1 {inheritance "test_inherit_base1 " already defined for class "::bogus"}}
/macosx-10.9.5/CPANInternal-140/Class-WhiteHole/lib/Class/
H A DWhiteHole.pm29 # Bar wants to avoid this accidental inheritance of AutoLoader.
40 Sometimes you want to avoid this accidental inheritance. In that
/macosx-10.9.5/CPANInternal-140/Class-WhiteHole-0.04/lib/Class/
H A DWhiteHole.pm29 # Bar wants to avoid this accidental inheritance of AutoLoader.
40 Sometimes you want to avoid this accidental inheritance. In that
/macosx-10.9.5/CPANInternal-140/Template-Toolkit/lib/Template/Plugin/
H A DProcedural.pm108 inheritance still function as normal. A class that uses
/macosx-10.9.5/CPANInternal-140/Template-Toolkit-2.24/lib/Template/Plugin/
H A DProcedural.pm108 inheritance still function as normal. A class that uses
/macosx-10.9.5/emacs-92/emacs/src/
H A Dunexnext.c59 vm_inherit_t inheritance; member in struct:region_t
193 &region.inheritance,
/macosx-10.9.5/ksh-20/ksh/src/lib/libast/comp/
H A Dspawnveg.c117 struct inheritance inherit;
/macosx-10.9.5/CPANInternal-140/Test-Simple/lib/Test/Builder/IO/
H A DScalar.pm640 for stringification and inheritance improvements,
644 for the IO::Handle inheritance and automatic tie-ing.
/macosx-10.9.5/CPANInternal-140/Class-Data-Accessor/lib/Class/Data/
H A DAccessor.pm107 Inheritance of class data works analogous to method inheritance. As
/macosx-10.9.5/CPANInternal-140/Class-Data-Accessor-0.04004/lib/Class/Data/
H A DAccessor.pm113 Inheritance of class data works analogous to method inheritance. As
/macosx-10.9.5/CPANInternal-140/Tree-Simple-VisitorFactory/lib/Tree/Simple/
H A DVisitorFactory.pm156 Given a class name or instance, this Visitor will create a Tree::Simple hierarchy which models the classes inheritance heirarchy.
/macosx-10.9.5/CPANInternal-140/Tree-Simple-VisitorFactory-0.10/lib/Tree/Simple/
H A DVisitorFactory.pm156 Given a class name or instance, this Visitor will create a Tree::Simple hierarchy which models the classes inheritance heirarchy.

Completed in 355 milliseconds

12