Home
last modified time | relevance | path

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

/freebsd/sys/dev/hyperv/netvsc/
H A Dhn_rndis.c208 struct hn_nvs_sendctx *sndc, size_t *comp_len) in hn_rndis_xact_exec1() argument
250 return (vmbus_chan_xact_wait(sc->hn_prichan, xact, comp_len, in hn_rndis_xact_exec1()
259 size_t comp_len, min_complen = *comp_len0; in hn_rndis_xact_execute() local
269 &comp_len); in hn_rndis_xact_execute()
276 if (comp_len < min_complen) { in hn_rndis_xact_execute()
277 if (comp_len >= sizeof(*comp)) { in hn_rndis_xact_execute()
280 "status 0x%08x\n", comp_len, comp->rm_status); in hn_rndis_xact_execute()
283 comp_len); in hn_rndis_xact_execute()
303 *comp_len0 = comp_len; in hn_rndis_xact_execute()
323 size_t reqlen, odlen = *odlen0, comp_len; in hn_rndis_query2() local
[all …]
/freebsd/crypto/libecc/src/curves/
H A Dcurves.c29 u8 comp_len, name_len; in ec_get_curve_params_by_name() local
45 comp_len = (u8)len; in ec_get_curve_params_by_name()
46 MUST_HAVE(((comp_len + 1) == ec_name_len), ret, err); in ec_get_curve_params_by_name()
136 u8 name_len, comp_len; in ec_get_curve_type_by_name() local
153 comp_len = (u8)len; in ec_get_curve_type_by_name()
154 MUST_HAVE(((comp_len + 1) == ec_name_len), ret, err); in ec_get_curve_type_by_name()
/freebsd/crypto/heimdal/lib/krb5/
H A Dprincipal.c750 size_t comp_len) in append_component() argument
762 princ_ncomp(p, len) = malloc(comp_len + 1); in append_component()
768 memcpy (princ_ncomp(p, len), comp, comp_len); in append_component()
769 princ_ncomp(p, len)[comp_len] = '\0'; in append_component()
/freebsd/sys/dev/qat/qat_api/firmware/include/
H A Dicp_qat_fw_comp.h342 uint32_t comp_len; member
/freebsd/sys/dev/qat/qat_api/common/compression/
H A Ddc_dp.c461 pCurrentQatMsg->comp_pars.comp_len = pOpData->bufferLenToCompress; in dcDpWriteRingMsg()
H A Ddc_datapath.c733 pCompReqParams->comp_len = pCookie->srcTotalDataLenInBytes; in dcCompRequestParamsPopulate()
/freebsd/contrib/jemalloc/src/
H A Dprof.c280 unsigned comp_len = (a_len < b_len) ? a_len : b_len; in rb_gen() local
281 int ret = memcmp(a->bt.vec, b->bt.vec, comp_len * sizeof(void *)); in rb_gen()
/freebsd/sys/contrib/openzfs/contrib/pyzfs/libzfs_core/test/
H A Dtest_libzfs_core.py4363 comp_len = lzc.MAXNAMELEN - len(self._name)
4364 if comp_len > 0:
4365 return b'x' * comp_len