Searched refs:an (Results 1 - 7 of 7) sorted by relevance

/darwin-on-arm/xnu/bsd/sys/
H A Dmake_posix_availability.sh15 # distributed on an 'AS IS' basis, WITHOUT WARRANTY OF ANY KIND, EITHER
49 * unlawful or unlicensed copies of an Apple operating system, or to
51 * terms of an Apple operating system software license agreement.
57 * distributed on an 'AS IS' basis, WITHOUT WARRANTY OF ANY KIND, EITHER
H A Dmake_symbol_aliasing.sh15 # distributed on an 'AS IS' basis, WITHOUT WARRANTY OF ANY KIND, EITHER
53 * unlawful or unlicensed copies of an Apple operating system, or to
55 * terms of an Apple operating system software license agreement.
61 * distributed on an 'AS IS' basis, WITHOUT WARRANTY OF ANY KIND, EITHER
/darwin-on-arm/xnu/libkern/x86_64/
H A DOSAtomic.s11 * unlawful or unlicensed copies of an Apple operating system, or to
13 * terms of an Apple operating system software license agreement.
19 * distributed on an 'AS IS' basis, WITHOUT WARRANTY OF ANY KIND, EITHER
43 cmpxchgl %esi, (%rdx) #; CAS (eax is an implicit operand)
65 cmpxchgq %rsi, (%rdx) #; CAS (rax is an implicit operand)
/darwin-on-arm/xnu/libkern/i386/
H A DOSAtomic.s11 * unlawful or unlicensed copies of an Apple operating system, or to
13 * terms of an Apple operating system software license agreement.
19 * distributed on an 'AS IS' basis, WITHOUT WARRANTY OF ANY KIND, EITHER
42 cmpxchgl %edx, 0(%ecx) #; CAS (eax is an implicit operand)
/darwin-on-arm/xnu/bsd/net/
H A Dpf.c11 * unlawful or unlicensed copies of an Apple operating system, or to
13 * terms of an Apple operating system software license agreement.
19 * distributed on an 'AS IS' basis, WITHOUT WARRANTY OF ANY KIND, EITHER
2082 u_int16_t *ic, u_int16_t *pc, struct pf_addr *an, u_int16_t pn,
2089 PF_ACPY(a, an, af);
2097 ao.addr16[0], an->addr16[0], 0),
2098 ao.addr16[1], an->addr16[1], 0);
2101 * If the packet is originated from an ALG on the NAT gateway
2111 ao.addr16[0], an->addr16[0], u),
2112 ao.addr16[1], an
2081 pf_change_ap(int dir, struct mbuf *m, struct pf_addr *a, u_int16_t *p, u_int16_t *ic, u_int16_t *pc, struct pf_addr *an, u_int16_t pn, u_int8_t u, sa_family_t af) argument
2167 pf_change_a(void *a, u_int16_t *c, u_int32_t an, u_int8_t u) argument
2179 pf_change_a6(struct pf_addr *a, u_int16_t *c, struct pf_addr *an, u_int8_t u) argument
[all...]
/darwin-on-arm/xnu/osfmk/arm/armv/
H A Dcpufunc-v7.s40 wfi @ wait for an interrupt
/darwin-on-arm/xnu/osfmk/pmc/
H A Dpmc.c14 * distributed on an 'AS IS' basis, WITHOUT WARRANTY OF ANY KIND, EITHER
60 #define PMC_SPIN_TIMEOUT_US 10 /* Time in microseconds before the spin causes an assert */
140 * @member object A pointer to an instance of IOPerformanceCounterConfiguration
457 * If found, the method returns the perf_monitor_t with an extra reference
589 * pmc_object_t pointer. If found, it returns the pmc_t with an extra reference
1044 #error pmc_reservation_interrupt needs an inter-processor method invocation mechanism for this architecture
1668 * with an interrupt threshold counts the requested number of events. When the
1669 * underlying counter hits the threshold, an interrupt is generated, and this
1693 * contexts that are currently running to update, we do an inter-processor message to run pmc_internal_reservation_stop_cpu
2136 * pmc_get_pmc_list returns an allocate
[all...]

Completed in 98 milliseconds