Home
last modified time | relevance | path

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

/xnu-12377.1.9/bsd/skywalk/packet/
H A Dpbufpool.c1982 uint64_t *array_cp; /* -fbounds-safety */ in pp_alloc_packet_common() local
1998 array_cp = array; in pp_alloc_packet_common()
2021 *array_cp = SK_PTR_ENCODE(kqum, METADATA_TYPE(kqum), in pp_alloc_packet_common()
2024 *array_cp = (uint64_t)kqum; in pp_alloc_packet_common()
2028 (cb)(*array_cp, (num - need), ctx); in pp_alloc_packet_common()
2031 ++array_cp; in pp_alloc_packet_common()
2538 uint64_t *array_cp; /* -fbounds-safety */ in pp_alloc_buflet_common() local
2553 array_cp = array; in pp_alloc_buflet_common()
2563 *array_cp = (uint64_t)kbft; in pp_alloc_buflet_common()
2564 ++array_cp; in pp_alloc_buflet_common()