Home
last modified time | relevance | path

Searched refs:aligned_pkt (Results 1 – 2 of 2) sorted by relevance

/xnu-8792.61.2/osfmk/kdp/ml/arm/
H A Dkdp_machdep.c81 } aligned_pkt; in kdp_exception() local
83 kdp_exception_t * rq = (kdp_exception_t *)&aligned_pkt; in kdp_exception()
111 kdp_exception_ack_t aligned_pkt; in kdp_exception_ack() local
112 kdp_exception_ack_t * rq = (kdp_exception_ack_t *)&aligned_pkt; in kdp_exception_ack()
/xnu-8792.61.2/osfmk/kdp/
H A Dkdp.c141 static unsigned aligned_pkt[1538 / sizeof(unsigned) + 1];// max ether pkt in kdp_packet() local
142 kdp_pkt_t *rd = (kdp_pkt_t *)&aligned_pkt; in kdp_packet()
148 if (plen > sizeof(aligned_pkt)) { in kdp_packet()