Searched refs:why (Results 1 – 7 of 7) sorted by relevance
| /xnu-8792.41.9/tests/ |
| H A D | user_msrs.c | 47 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-8792.41.9/bsd/netinet/ |
| H A D | in_arp.c | 481 const char *why = NULL; in arp_llreach_reachable() local 522 why = "has alias(es) and hasn't been used in a while"; in arp_llreach_reachable() 524 why = "haven't heard from it in a while"; in arp_llreach_reachable() 534 &SIN(rt_key(la->la_rt))->sin_addr, tmp, sizeof(tmp)), why, in arp_llreach_reachable() 559 const char *why = NULL, *type = ""; in arp_llreach_alloc() local 577 why = " for different target HW address; " in arp_llreach_alloc() 592 why = " for same target HW address; " in arp_llreach_alloc() 603 if (why == NULL) { in arp_llreach_alloc() 604 why = "creating new llreach record"; in arp_llreach_alloc() 610 if (arp_verbose > 1 && lr != NULL && why != NULL) { in arp_llreach_alloc() [all …]
|
| /xnu-8792.41.9/bsd/netinet6/ |
| H A D | nd6_nbr.c | 187 const char *why = NULL, *type = ""; in nd6_llreach_alloc() local 206 why = " for different target HW address; " in nd6_llreach_alloc() 212 why = " for same target HW address; " in nd6_llreach_alloc() 223 if (why == NULL) { in nd6_llreach_alloc() 224 why = "creating new llreach record"; in nd6_llreach_alloc() 229 if (nd6_debug && lr != NULL && why != NULL) { in nd6_llreach_alloc() 233 type, why, inet_ntop(AF_INET6, in nd6_llreach_alloc()
|
| /xnu-8792.41.9/osfmk/i386/ |
| H A D | mp.c | 1085 NMIPI_panic(cpumask_t cpu_mask, NMI_reason_t why) in NMIPI_panic() argument 1092 NMI_panic_reason = why; in NMIPI_panic()
|
| /xnu-8792.41.9/doc/memorystatus/ |
| H A D | overview.md | 72 Notice that the memorystatus thread does not explicitly check why it was woken up.
|
| /xnu-8792.41.9/tools/lldbmacros/ |
| H A D | README.md | 195 why your changes are not reflected in the command.
|
| /xnu-8792.41.9/doc/ |
| H A D | sched_clutch_edge.md | 171 …th workload threads to a single cluster as much as possible. A few reasons why this property is es…
|