Home
last modified time | relevance | path

Searched refs:inheritance (Results 1 – 25 of 69) sorted by relevance

123

/NextBSD/sys/sys/mach/
HDmach_vm_server.h302 …dress, size, mask, flags, src_task, src_address, copy, cur_protection, max_protection, inheritance) in mach_vm_remap() argument
313 vm_inherit_t inheritance;
314 …ss, size, mask, flags, src_task, src_address, copy, cur_protection, max_protection, inheritance); }
327 vm_inherit_t inheritance
705 vm_inherit_t inheritance; member
HDvm_map_server.h380 …dress, size, mask, flags, src_task, src_address, copy, cur_protection, max_protection, inheritance) in vm_remap() argument
391 vm_inherit_t inheritance;
392 …ss, size, mask, flags, src_task, src_address, copy, cur_protection, max_protection, inheritance); }
405 vm_inherit_t inheritance
999 …dress, size, mask, flags, src_task, src_address, copy, cur_protection, max_protection, inheritance) in vm_remap() argument
1010 vm_inherit_t inheritance;
1011 …ss, size, mask, flags, src_task, src_address, copy, cur_protection, max_protection, inheritance); }
1024 vm_inherit_t inheritance
1571 vm_inherit_t inheritance; member
HDvm_region.h54 vm_inherit_t inheritance; member
HDmach_types.h348 …n, inheritance) mach_vm_remap(target_task, target_address, size, mask, flags, src_task, src_addres… argument
/NextBSD/include/mach/
HDmach_vm.h301 …dress, size, mask, flags, src_task, src_address, copy, cur_protection, max_protection, inheritance) in mach_vm_remap() argument
312 vm_inherit_t inheritance;
313 …ss, size, mask, flags, src_task, src_address, copy, cur_protection, max_protection, inheritance); }
326 vm_inherit_t inheritance
688 vm_inherit_t inheritance; member
HDvm_map.h331 …dress, size, mask, flags, src_task, src_address, copy, cur_protection, max_protection, inheritance) in vm_remap() argument
342 vm_inherit_t inheritance;
343 …ss, size, mask, flags, src_task, src_address, copy, cur_protection, max_protection, inheritance); }
356 vm_inherit_t inheritance
854 vm_inherit_t inheritance; member
HDmach_traps.h73 vm_inherit_t inheritance __unused);
/NextBSD/sys/compat/mach/defs/
HDvm_map.defs84 * address. The returned protection, inheritance, sharing
159 * Set the inheritance attribute for the specified range
161 * The inheritance value is one of {none, copy, share}, and
274 * the inheritance attributes specified; see the vm_protect and
299 inheritance : vm_inherit_t);
330 inheritance : vm_inherit_t);
461 inheritance : vm_inherit_t);
HDmach_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
357 inheritance : vm_inherit_t);
394 inheritance : vm_inherit_t);
425 * address. The returned protection, inheritance, sharing
/NextBSD/sys/vm/
HDvm_map.c1143 vm_inherit_t inheritance; in vm_map_insert() local
1191 inheritance = VM_INHERIT_SHARE; in vm_map_insert()
1193 inheritance = VM_INHERIT_DEFAULT; in vm_map_insert()
1243 if ((prev_entry->inheritance == inheritance) && in vm_map_insert()
1285 new_entry->inheritance = inheritance; in vm_map_insert()
1538 (prev->inheritance == entry->inheritance) && in vm_map_simplify_entry()
1579 (next->inheritance == entry->inheritance) && in vm_map_simplify_entry()
2267 entry->inheritance = new_inheritance; in vm_map_inherit()
3282 switch (old_entry->inheritance) { in vmspace_fork()
4213 inheritance_name[(int)(unsigned char)entry->inheritance]); in vm_map_print()
HDvm_map.h114 vm_inherit_t inheritance; /* inheritance */ member
/NextBSD/sys/compat/mach/
HDmach_vm.c115 vm_inherit_t inheritance);
881 vm_inherit_t inheritance)
1033 entry->inheritance = VM_INHERIT_DEFAULT;
1366 vm_inherit_t inheritance in mach_vm_remap() argument
HDmach_vm_server.c316 vm_inherit_t inheritance; member
1984 …dress, size, mask, flags, src_task, src_address, copy, cur_protection, max_protection, inheritance) in mach_vm_remap() argument
1995 vm_inherit_t inheritance;
1996 …ss, size, mask, flags, src_task, src_address, copy, cur_protection, max_protection, inheritance); }
2009 vm_inherit_t inheritance
2034 vm_inherit_t inheritance; in _Xmach_vm_remap() member
2077 …k, In0P->src_address, In0P->copy, &OutP->cur_protection, &OutP->max_protection, In0P->inheritance); in _Xmach_vm_remap()
HDvm_map_server.c367 vm_inherit_t inheritance; member
2657 …dress, size, mask, flags, src_task, src_address, copy, cur_protection, max_protection, inheritance) in vm_remap() argument
2668 vm_inherit_t inheritance;
2669 …ss, size, mask, flags, src_task, src_address, copy, cur_protection, max_protection, inheritance); }
2682 vm_inherit_t inheritance
2707 vm_inherit_t inheritance; in _Xvm_remap() member
2750 …k, In0P->src_address, In0P->copy, &OutP->cur_protection, &OutP->max_protection, In0P->inheritance); in _Xvm_remap()
/NextBSD/lib/libmach/mach/
HDmach_misc.c157 vm_inherit_t inheritance __unused) in mach_vm_map()
/NextBSD/contrib/llvm/tools/clang/include/clang/Driver/
HDCLCompatOptions.td236 HelpText<"Set the default most-general representation to single inheritance">;
239 "multiple inheritance">;
242 "virtual inheritance">;
/NextBSD/contrib/apr-util/include/
HDapr_ldap.hw105 * LDAP_DEFAULT_LIMIT is preferred as it allows inheritance from whatever the SDK
HDapr_ldap.h.in105 * LDAP_DEFAULT_LIMIT is preferred as it allows inheritance from whatever the SDK
/NextBSD/sys/boot/forth/
HDmenusets.4th61 \ Generate a string representing rvalue inheritance var
131 \ Generate a string representing rvalue inheritance var
223 \ Generate a string representing rvalue inheritance var
/NextBSD/contrib/unbound/doc/
HDunbound.doxygen226 # func(std::string) {}). This also make the inheritance and collaboration
238 # instead of private inheritance when no explicit protection keyword is present.
1453 # generate a inheritance diagram (in HTML, RTF and LaTeX) for classes with base
1470 # If set to YES, the inheritance and collaboration graphs will hide
1471 # inheritance and usage relations if the target is undocumented
1516 # indirect inheritance relations. Setting this tag to YES will force the
1523 # indirect implementation dependencies (inheritance, containment, and
1533 # If the UML_LOOK tag is set to YES doxygen will generate inheritance and
1539 # If set to YES, the inheritance and collaboration graphs will show the
/NextBSD/contrib/gdb/gdb/
HDgnu-nat.c2333 vm_inherit_t inheritance; in gnu_write_inferior() local
2345 &inheritance, in gnu_write_inferior()
2496 vm_inherit_t inheritance; in gnu_find_memory_regions() local
2508 &inheritance, in gnu_find_memory_regions()
/NextBSD/contrib/ldns/
HDlibdns.doxygen247 # func(std::string) {}). This also makes the inheritance and collaboration
259 # instead of private inheritance when no explicit protection keyword is present.
1567 # generate a inheritance diagram (in HTML, RTF and LaTeX) for classes with base
1583 # If set to YES, the inheritance and collaboration graphs will hide
1584 # inheritance and usage relations if the target is undocumented
1626 # indirect inheritance relations. Setting this tag to YES will force the
1633 # indirect implementation dependencies (inheritance, containment, and
1643 # If the UML_LOOK tag is set to YES doxygen will generate inheritance and
1649 # If set to YES, the inheritance and collaboration graphs will show the
/NextBSD/contrib/llvm/include/llvm/Support/
HDDwarf.def62 HANDLE_DW_TAG(0x001c, inheritance)
/NextBSD/tests/sys/acl/
HDtools-posix.test354 # Test inheritance.
/NextBSD/contrib/gcc/
HDreload1.c5440 int pass, win, inheritance; in choose_reload_regs() local
5484 for (inheritance = optimize > 0; inheritance >= 0; inheritance--) in choose_reload_regs()
5558 if (inheritance) in choose_reload_regs()
5749 if (inheritance in choose_reload_regs()
5762 else if (inheritance && rld[r].in == 0 && rld[r].out != 0) in choose_reload_regs()

123