Home
last modified time | relevance | path

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

/freebsd-13.1/sys/dev/hptrr/
H A Dhptintf.h1877 int hpt_get_parameter_list(HPT_U32 location, char *outBuffer, HPT_U32 outBufferSize);
/freebsd-13.1/sys/dev/hpt27xx/
H A Dhptintf.h2160 int hpt_get_parameter_list(HPT_U32 location, char *outBuffer, HPT_U32 outBufferSize);
/freebsd-13.1/sys/dev/hptnr/
H A Dhptintf.h2156 int hpt_get_parameter_list(HPT_U32 location, char *outBuffer, HPT_U32 outBufferSize);
/freebsd-13.1/sys/contrib/zstd/lib/compress/
H A Dzstd_compress.c4339 size_t const outBufferSize = output->size - output->pos; in ZSTD_checkBufferStability() local
4340 if (cctx->expectedOutBufferSize != outBufferSize) in ZSTD_checkBufferStability()