Home
last modified time | relevance | path

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

/freebsd/sys/dev/hyperv/netvsc/
H A Dhn_rndis.c269 &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()
283 comp_len); in hn_rndis_xact_execute()
303 *comp_len0 = comp_len; in hn_rndis_xact_execute()
357 comp_len = sizeof(*comp) + min_odlen; in hn_rndis_query2()
535 size_t reqlen, comp_len; in hn_rndis_set() local
558 comp_len = sizeof(*comp); in hn_rndis_set()
853 size_t comp_len; in hn_rndis_init() local
871 comp_len = RNDIS_INIT_COMP_SIZE_MIN; in hn_rndis_init()
[all …]
/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