| /xnu-11215/bsd/net/ |
| H A D | kpi_protocol.c | 152 struct proto_input_entry *exist; in proto_delayed_attach() local 158 for (exist = proto_hash[hash_slot]; exist != NULL; in proto_delayed_attach() 159 exist = exist->next) { in proto_delayed_attach() 160 if (exist->protocol == entry->protocol) { in proto_delayed_attach() 166 if (exist != NULL) { in proto_delayed_attach()
|
| /xnu-11215/config/ |
| H A D | Kasan_disabled.exports | 1 # The KASan kext is expected to exist for both KASan and non-KASan configurations,
|
| /xnu-11215/tests/ |
| H A D | stackshot_block_owner_14362384.m | 243 * exist in the kernel (to determine if we're running with CONFIG_XNUPOST defined). Else, 350 * exist in the kernel (to determine if we're running with CONFIG_XNUPOST defined). Else, 583 T_EXPECT_EQ(len, 1, "Only one blocking thread should exist"); 627 T_EXPECT_EQ(len, 1, "Only one blocking thread should exist"); 639 T_EXPECT_EQ(len, 1, "Only one blocking thread should exist"); 672 T_EXPECT_EQ(len, 1, "Only one blocking thread should exist"); 769 T_EXPECT_EQ(len, 1, "Only one blocking thread should exist"); 805 T_EXPECT_EQ(len, 1, "Only one blocking thread should exist"); 838 T_EXPECT_EQ(len, 1, "Only one blocking thread should exist"); 873 T_EXPECT_EQ(len, 1, "Only one blocking thread should exist");
|
| H A D | stackshot_tests.m | 3199 …T_QUIET; T_EXPECT_NOTNULL(sharedCaches[sharedcache_id], "sharedCacheID %d should exist", [sharedca…
|
| /xnu-11215/libsyscall/mach/ |
| H A D | err_kern.sub | 102 "(os/unix) file or directory does not exist", 106 "(os/unix) device does not exist", 119 "(os/unix) device does not exist",
|
| /xnu-11215/bsd/skywalk/namespace/ |
| H A D | netns.c | 556 struct ns_reservation *res = NULL, *exist = NULL; in _netns_reserve_common() local 576 exist = RB_INSERT(ns_reservation_tree, &namespace->ns_reservations, in _netns_reserve_common() 578 if (__probable(exist == NULL)) { in _netns_reserve_common() 582 res = exist; in _netns_reserve_common() 609 if ((!is_wild || exist != NULL) && gns != NULL && in _netns_reserve_common() 649 if ((!is_wild || exist != NULL) && gns != NULL && in _netns_reserve_common() 806 if (exist == NULL) { in _netns_reserve_common()
|
| /xnu-11215/doc/debugging/ |
| H A D | macro_testing.md | 72 all referenced members do exist in the final binary. Broken reference will
|
| /xnu-11215/makedefs/ |
| H A D | MakeInc.kernel | 387 # Explicitly specify what should happen when the right hand file doesn't exist. 439 # Explicitly specify what should happen when the right hand file doesn't exist. 481 # Explicitly specify what should happen when the right hand file doesn't exist.
|
| H A D | MakeInc.rule | 161 # have failed verification to still exist as a .o instead o a .o.unverified.
|
| H A D | MakeInc.top | 409 # Explicitly specify what should happen when the right hand file doesn't exist.
|
| /xnu-11215/doc/lifecycle/ |
| H A D | startup.md | 156 The `vm_page_zone` must exist to satisfy fictitious page allocations
|
| H A D | hibernation.md | 66 out by iBoot that exist outside of kernel-managed memory. A page bitmap is
|
| /xnu-11215/doc/primitives/ |
| H A D | atomics.md | 173 The following basic atomic RMW operations exist: 186 For any such operation, two variants exist:
|
| /xnu-11215/doc/mach_ipc/ |
| H A D | kmsg.md | 412 On macOS where kernel extensions exist and use the arm64e slice,
|
| /xnu-11215/ |
| H A D | README.md | 281 If the install list that you are interested does not exist, create it 384 A single header file can exist at different locations using the steps
|
| H A D | APPLE_LICENSE | 107 (b) You must duplicate, to the extent it does not already exist, the
|
| /xnu-11215/osfmk/vm/ |
| H A D | vm_shared_region.c | 348 match_subtype(cpu_type_t cputype, cpu_subtype_t exist, cpu_subtype_t new) in match_subtype() argument 350 if (exist == new) { in match_subtype() 354 exist == CPU_SUBTYPE_ARM64E && in match_subtype()
|
| /xnu-11215/osfmk/mach/ |
| H A D | vm_map.defs | 243 * already exist. The protection on the specified range
|
| H A D | mach_vm.defs | 280 * already exist. The protection on the specified range
|
| /xnu-11215/iokit/Kernel/ |
| H A D | IOService.cpp | 6339 OSIterator * exist; in doInstallNotification() local 6365 exist = (OSIterator *) copyExistingServices( matching, inState ); in doInstallNotification() 6367 exist = NULL; in doInstallNotification() 6370 *existing = exist; in doInstallNotification()
|
| /xnu-11215/tools/lldbmacros/ |
| H A D | README.md | 284 - referencing a key in dictionary that doesn't exist? You might see KeyError in such cases.
|
| /xnu-11215/doc/scheduler/ |
| H A D | sched_clutch_edge.md | 216 …igration_weight` is a measure of the scheduling latency delta that should exist between the source…
|