Home
last modified time | relevance | path

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

/xnu-12377.61.12/bsd/skywalk/nexus/kpipe/
H A Dnx_kpipe_loopback.c328 kern_packet_t *ary = NULL; in kplo_sync_tx() local
367 VERIFY(kern_channel_ring_get_container(txkring, &ary, &ary_cnt) == 0); in kplo_sync_tx()
368 VERIFY(ary != NULL && ary_cnt >= kplo_ntxslots); in kplo_sync_tx()