Home
last modified time | relevance | path

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

/xnu-11215.1.10/osfmk/ipc/
H A Dipc_voucher.c1330 #define PAYLOAD_SIZE 1024 in iv_dedup() macro
1332 static_assert(PAYLOAD_SIZE % PAYLOAD_PER_TRACEPOINT == 0, "size invariant violated"); in iv_dedup()
1334 mach_voucher_attr_raw_recipe_array_size_t payload_size = PAYLOAD_SIZE; in iv_dedup()
1335 uintptr_t payload[PAYLOAD_SIZE / sizeof(uintptr_t)]; in iv_dedup()