Home
last modified time | relevance | path

Searched refs:ll (Results 1 – 14 of 14) sorted by relevance

/xnu-12377.1.9/tests/
H A Dkevent_continuous_time.c113 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 Dposix_spawn_filtering.c107 T_ASSERT_GT(s.st_size, 0ll, "s.st_size > 0");
H A Dstackshot_tests.m450 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 Dlog_encode_types.h89 long long ll; member
H A Dlog_encode.c406 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 Dif.c5462 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 Ddlil.c6087 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 Dif_fake.c3212 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 Dkmsg.md10 pointers from user controled data. There are 4 layouts that we'll present in
/xnu-12377.1.9/doc/vm/
H A Dpageout_scan.md171 - `purgeable(volatile)`: We'll purge this object wholesale once it is ripe,
H A Dmemorystatus.md64 …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 Dvnode.h506 #define VATTR_INIT(v) do {(v)->va_supported = (v)->va_active = 0ll; (v)->va_vafla…
/xnu-12377.1.9/doc/primitives/
H A Datomics.md29 In the rest of this document we'll refer to the various memory ordering defined
/xnu-12377.1.9/doc/debugging/
H A Ddebugging.md239 For this, you'll need to run coverage manually: