Home
last modified time | relevance | path

Searched defs:comp_len (Results 1 – 5 of 5) 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()
259 size_t comp_len, min_complen = *comp_len0; in hn_rndis_xact_execute() local
323 size_t reqlen, odlen = *odlen0, comp_len; in hn_rndis_query2() local
535 size_t reqlen, comp_len; in hn_rndis_set() local
853 size_t comp_len; in hn_rndis_init() local
921 size_t comp_len; in hn_rndis_halt() local
/freebsd/crypto/libecc/src/curves/
H A Dcurves.c29 u8 comp_len, name_len; in ec_get_curve_params_by_name() local
136 u8 name_len, comp_len; in ec_get_curve_type_by_name() local
/freebsd/crypto/heimdal/lib/krb5/
H A Dprincipal.c750 size_t comp_len) in append_component()
/freebsd/sys/dev/qat/qat_api/firmware/include/
H A Dicp_qat_fw_comp.h342 uint32_t comp_len; member
/freebsd/contrib/jemalloc/src/
H A Dprof.c280 unsigned comp_len = (a_len < b_len) ? a_len : b_len; in rb_gen() local