Home
last modified time | relevance | path

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

/freebsd/sys/contrib/openzfs/cmd/zstream/
H A Dzstream_byteswap.c37 typedef byteswap_stage_t byteswap_context_t; typedef
39 static byteswap_context_t byteswap_contexts[MAX_BYTESWAP];
43 chain_byteswap(drr_packet_t *item, byteswap_context_t *context) in chain_byteswap()
185 byteswap_context_t *bsc = &byteswap_contexts[context_ix]; in serial_byteswap()