Home
last modified time | relevance | path

Searched refs:why (Results 1 – 7 of 7) sorted by relevance

/xnu-11215.1.10/tests/
H A Duser_msrs.c47 typedef void (*msr_op)(enum msr_op_reason why, void *param);
61 …msr_test_S ## _op0 ## _ ## _op1 ## _C ## _n ## _C ## _m ## _ ## _op2 (enum msr_op_reason why, void…
63 …switch (why) { …
/xnu-11215.1.10/bsd/netinet/
H A Din_arp.c468 const char *why = NULL; in arp_llreach_reachable() local
509 why = "has alias(es) and hasn't been used in a while"; in arp_llreach_reachable()
511 why = "haven't heard from it in a while"; in arp_llreach_reachable()
521 &SIN(rt_key(la->la_rt))->sin_addr, tmp, sizeof(tmp)), why, in arp_llreach_reachable()
546 const char *why = NULL, *type = ""; in arp_llreach_alloc() local
564 why = " for different target HW address; " in arp_llreach_alloc()
579 why = " for same target HW address; " in arp_llreach_alloc()
590 if (why == NULL) { in arp_llreach_alloc()
591 why = "creating new llreach record"; in arp_llreach_alloc()
597 if (arp_verbose > 1 && lr != NULL && why != NULL) { in arp_llreach_alloc()
[all …]
/xnu-11215.1.10/bsd/netinet6/
H A Dnd6_nbr.c193 const char *why = NULL, *type = ""; in nd6_llreach_alloc() local
212 why = " for different target HW address; " in nd6_llreach_alloc()
218 why = " for same target HW address; " in nd6_llreach_alloc()
229 if (why == NULL) { in nd6_llreach_alloc()
230 why = "creating new llreach record"; in nd6_llreach_alloc()
235 if (nd6_debug && lr != NULL && why != NULL) { in nd6_llreach_alloc()
239 type, why, inet_ntop(AF_INET6, in nd6_llreach_alloc()
/xnu-11215.1.10/osfmk/i386/
H A Dmp.c1083 NMIPI_panic(cpumask_t cpu_mask, NMI_reason_t why) in NMIPI_panic() argument
1090 NMI_panic_reason = why; in NMIPI_panic()
/xnu-11215.1.10/doc/vm/
H A Dmemorystatus.md67 Notice that the memorystatus thread does not explicitly check why it was woken up.
/xnu-11215.1.10/tools/lldbmacros/
H A DREADME.md200 why your changes are not reflected in the command.
/xnu-11215.1.10/doc/scheduler/
H A Dsched_clutch_edge.md170 …th workload threads to a single cluster as much as possible. A few reasons why this property is es…