Home
last modified time | relevance | path

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

/xnu-11215.1.10/bsd/skywalk/packet/
H A Dpbufpool.c2061 uint64_t *array_cp; /* -fbounds-safety */ in pp_alloc_packet_common() local
2077 array_cp = array; in pp_alloc_packet_common()
2105 *array_cp = SK_PTR_ENCODE(kqum, METADATA_TYPE(kqum), in pp_alloc_packet_common()
2108 *array_cp = (uint64_t)kqum; in pp_alloc_packet_common()
2112 (cb)(*array_cp, (num - need), ctx); in pp_alloc_packet_common()
2115 ++array_cp; in pp_alloc_packet_common()
2636 uint64_t *array_cp; /* -fbounds-safety */ in pp_alloc_buflet_common() local
2651 array_cp = array; in pp_alloc_buflet_common()
2666 *array_cp = (uint64_t)kbft; in pp_alloc_buflet_common()
2667 ++array_cp; in pp_alloc_buflet_common()