Home
last modified time | relevance | path

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

/xnu-11417.101.15/bsd/skywalk/packet/
H A Dpbufpool.c2067 uint64_t *array_cp; /* -fbounds-safety */ in pp_alloc_packet_common() local
2083 array_cp = array; in pp_alloc_packet_common()
2106 *array_cp = SK_PTR_ENCODE(kqum, METADATA_TYPE(kqum), in pp_alloc_packet_common()
2109 *array_cp = (uint64_t)kqum; in pp_alloc_packet_common()
2113 (cb)(*array_cp, (num - need), ctx); in pp_alloc_packet_common()
2116 ++array_cp; in pp_alloc_packet_common()
2632 uint64_t *array_cp; /* -fbounds-safety */ in pp_alloc_buflet_common() local
2647 array_cp = array; in pp_alloc_buflet_common()
2657 *array_cp = (uint64_t)kbft; in pp_alloc_buflet_common()
2658 ++array_cp; in pp_alloc_buflet_common()