Home
last modified time | relevance | path

Searched refs:exist (Results 1 – 22 of 22) sorted by relevance

/xnu-11215/bsd/net/
H A Dkpi_protocol.c152 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 DKasan_disabled.exports1 # The KASan kext is expected to exist for both KASan and non-KASan configurations,
/xnu-11215/tests/
H A Dstackshot_block_owner_14362384.m243 * 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 Dstackshot_tests.m3199 …T_QUIET; T_EXPECT_NOTNULL(sharedCaches[sharedcache_id], "sharedCacheID %d should exist", [sharedca…
/xnu-11215/libsyscall/mach/
H A Derr_kern.sub102 "(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 Dnetns.c556 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 Dmacro_testing.md72 all referenced members do exist in the final binary. Broken reference will
/xnu-11215/makedefs/
H A DMakeInc.kernel387 # 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 DMakeInc.rule161 # have failed verification to still exist as a .o instead o a .o.unverified.
H A DMakeInc.top409 # Explicitly specify what should happen when the right hand file doesn't exist.
/xnu-11215/doc/lifecycle/
H A Dstartup.md156 The `vm_page_zone` must exist to satisfy fictitious page allocations
H A Dhibernation.md66 out by iBoot that exist outside of kernel-managed memory. A page bitmap is
/xnu-11215/doc/primitives/
H A Datomics.md173 The following basic atomic RMW operations exist:
186 For any such operation, two variants exist:
/xnu-11215/doc/mach_ipc/
H A Dkmsg.md412 On macOS where kernel extensions exist and use the arm64e slice,
/xnu-11215/
H A DREADME.md281 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 DAPPLE_LICENSE107 (b) You must duplicate, to the extent it does not already exist, the
/xnu-11215/osfmk/vm/
H A Dvm_shared_region.c348 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 Dvm_map.defs243 * already exist. The protection on the specified range
H A Dmach_vm.defs280 * already exist. The protection on the specified range
/xnu-11215/iokit/Kernel/
H A DIOService.cpp6339 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 DREADME.md284 - referencing a key in dictionary that doesn't exist? You might see KeyError in such cases.
/xnu-11215/doc/scheduler/
H A Dsched_clutch_edge.md216 …igration_weight` is a measure of the scheduling latency delta that should exist between the source…