Home
last modified time | relevance | path

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

/xnu-12377.41.6/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-12377.41.6/bsd/netinet/
H A Din_arp.c469 const char *why = NULL; in arp_llreach_reachable() local
510 why = "has alias(es) and hasn't been used in a while"; in arp_llreach_reachable()
512 why = "haven't heard from it in a while"; in arp_llreach_reachable()
522 &SIN(rt_key(la->la_rt))->sin_addr, tmp, sizeof(tmp)), why, in arp_llreach_reachable()
547 const char *why = NULL, *type = ""; in arp_llreach_alloc() local
565 why = " for different target HW address; " in arp_llreach_alloc()
580 why = " for same target HW address; " in arp_llreach_alloc()
591 if (why == NULL) { in arp_llreach_alloc()
592 why = "creating new llreach record"; in arp_llreach_alloc()
598 if (arp_verbose > 1 && lr != NULL && why != NULL) { in arp_llreach_alloc()
[all …]
/xnu-12377.41.6/bsd/netinet6/
H A Dnd6_nbr.c194 const char *why = NULL, *type = ""; in nd6_llreach_alloc() local
213 why = " for different target HW address; " in nd6_llreach_alloc()
219 why = " for same target HW address; " in nd6_llreach_alloc()
230 if (why == NULL) { in nd6_llreach_alloc()
231 why = "creating new llreach record"; in nd6_llreach_alloc()
236 if (nd6_debug && lr != NULL && why != NULL) { in nd6_llreach_alloc()
240 type, why, inet_ntop(AF_INET6, in nd6_llreach_alloc()
/xnu-12377.41.6/doc/allocators/
H A Dguard-objects.md204 any given time. This is why we can let go of any form of sequestering of the
281 absence of information disclosure — which is why we chose numbers where
H A Dxnu-kernel-restricted.md103 … tagged memory without going through tag checks, MTE is bypassed. Which is why we have to disallow…
/xnu-12377.41.6/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-12377.41.6/doc/vm/
H A Dmemorystatus.md67 Notice that the memorystatus thread does not explicitly check why it was woken up.
/xnu-12377.41.6/tools/lldbmacros/
H A DREADME.md200 why your changes are not reflected in the command.
/xnu-12377.41.6/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…