Home
last modified time | relevance | path

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

/xnu-11215.61.5/bsd/skywalk/packet/
H A Dpbufpool.c2066 uint64_t *array_cp; /* -fbounds-safety */ in pp_alloc_packet_common() local
2082 array_cp = array; in pp_alloc_packet_common()
2110 *array_cp = SK_PTR_ENCODE(kqum, METADATA_TYPE(kqum), in pp_alloc_packet_common()
2113 *array_cp = (uint64_t)kqum; in pp_alloc_packet_common()
2117 (cb)(*array_cp, (num - need), ctx); in pp_alloc_packet_common()
2120 ++array_cp; in pp_alloc_packet_common()
2641 uint64_t *array_cp; /* -fbounds-safety */ in pp_alloc_buflet_common() local
2656 array_cp = array; in pp_alloc_buflet_common()
2671 *array_cp = (uint64_t)kbft; in pp_alloc_buflet_common()
2672 ++array_cp; in pp_alloc_buflet_common()