| /xnu-12377.1.9/tests/ |
| H A D | kevent_continuous_time.c | 113 T_ASSERT_EQ(0ll, kev.data, "No error returned"); 151 T_ASSERT_EQ(0ll, kev.data, "No error returned"); 182 T_ASSERT_EQ(0ll, kev.data, "No error returned"); 235 T_ASSERT_EQ(0ll, kev.data, "No error returned");
|
| H A D | posix_spawn_filtering.c | 107 T_ASSERT_GT(s.st_size, 0ll, "s.st_size > 0");
|
| H A D | stackshot_tests.m | 450 int64_t delta_nsec = delta_duration % 1000000000ll; 452 delta_nsec += 1000000000ll; 454 …ckshots, %+10lld.%09lld total nsecs", delta_stackshots, delta_duration / 1000000000ll, delta_nsec); 2099 // drop the message on the ground, we'll kill the client later 3357 …T_QUIET; T_EXPECT_NE(sharedregion_flags, 0ll, "one of the kTaskSharedRegion flags should be set on…
|
| /xnu-12377.1.9/libkern/os/ |
| H A D | log_encode_types.h | 89 long long ll; member
|
| H A D | log_encode.c | 406 value.ll = va_arg(args, long long); in log_encode_fmt() 407 err = log_encode_fmt_arg(&value.ll, sizeof(value.ll), OSLF_CMD_TYPE_SCALAR, ctx); in log_encode_fmt()
|
| /xnu-12377.1.9/bsd/net/ |
| H A D | if.c | 5462 struct ifmultiaddr *__single ll; in ifma_remref() local 5479 ll = ifma->ifma_ll; in ifma_remref() 5485 if (ll != NULL) { in ifma_remref() 5486 IFMA_REMREF(ll); in ifma_remref() 5971 struct ifmultiaddr *__single ll = NULL; in if_delmulti_common() local 6020 ll = ifma->ifma_ll; in if_delmulti_common() 6024 if (lastref && ll != NULL) { in if_delmulti_common() 6025 IFMA_LOCK(ll); in if_delmulti_common() 6026 ll_lastref = if_detach_ifma(ifp, ll, 0); in if_delmulti_common() 6027 IFMA_UNLOCK(ll); in if_delmulti_common() [all …]
|
| H A D | dlil.c | 6087 const struct sockaddr *sa, IFNET_LLADDR_T ll, IFNET_FRAME_TYPE_T t, in ifp_if_framer() argument 6092 const struct sockaddr *sa, IFNET_LLADDR_T ll, IFNET_FRAME_TYPE_T t) in ifp_if_framer() 6095 #pragma unused(ifp, m, sa, ll, t) in ifp_if_framer() 6097 return ifp_if_framer_extended(ifp, m, sa, ll, t, pre, post); in ifp_if_framer() 6099 return ifp_if_framer_extended(ifp, m, sa, ll, t, NULL, NULL); in ifp_if_framer() 6106 IFNET_LLADDR_T ll, in ifp_if_framer_extended() argument 6110 #pragma unused(ifp, sa, ll, t) in ifp_if_framer_extended()
|
| H A D | if_fake.c | 3212 fake_llink * __single ll = &fakeif->iff_llink[i]; in create_non_default_llinks() local 3214 error = kern_nexus_netif_llink_remove(nx, ll->fl_id); in create_non_default_llinks() 3219 ll->fl_id, error); in create_non_default_llinks() 3221 ll->fl_id = 0; in create_non_default_llinks()
|
| /xnu-12377.1.9/doc/mach_ipc/ |
| H A D | kmsg.md | 10 pointers from user controled data. There are 4 layouts that we'll present in
|
| /xnu-12377.1.9/doc/vm/ |
| H A D | pageout_scan.md | 171 - `purgeable(volatile)`: We'll purge this object wholesale once it is ripe,
|
| H A D | memorystatus.md | 64 …althy system if we're somewhat low on a specific resource. For example, we'll kill procs over thei…
|
| /xnu-12377.1.9/bsd/sys/ |
| H A D | vnode.h | 506 #define VATTR_INIT(v) do {(v)->va_supported = (v)->va_active = 0ll; (v)->va_vafla…
|
| /xnu-12377.1.9/doc/primitives/ |
| H A D | atomics.md | 29 In the rest of this document we'll refer to the various memory ordering defined
|
| /xnu-12377.1.9/doc/debugging/ |
| H A D | debugging.md | 239 For this, you'll need to run coverage manually:
|