Home
last modified time | relevance | path

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

/freebsd-13.1/lib/libusbhid/
H A Dparse.c218 unsigned int bTag, bType, bSize; in hid_get_item_raw() local
276 bType = 0xff; /* XXX what should it be */ in hid_get_item_raw()
280 bType = (bSize >> 2) & 3; in hid_get_item_raw()
313 switch (bType) { in hid_get_item_raw()
/freebsd-13.1/sys/dev/hid/
H A Dhid.c246 unsigned int bTag, bType, bSize; in hid_get_item() local
315 bType = 0xff; /* XXX what should it be */ in hid_get_item()
319 bType = (bSize >> 2) & 3; in hid_get_item()
353 switch (bType) { in hid_get_item()
563 DPRINTFN(0, "default bType=%d\n", bType); in hid_get_item()
/freebsd-13.1/sys/dev/usb/serial/
H A Dufoma.c115 uint8_t bType; member
357 if ((mad->bType == UMCPC_ACM_TYPE_AB5) || in ufoma_probe()
358 (mad->bType == UMCPC_ACM_TYPE_AB6)) in ufoma_probe()
414 if ((mad->bType == UMCPC_ACM_TYPE_AB5) || in ufoma_attach()
415 (mad->bType == UMCPC_ACM_TYPE_AB6)) { in ufoma_attach()
/freebsd-13.1/sys/contrib/zstd/lib/decompress/
H A Dzstd_decompress_internal.h117 …blockType_e bType; /* used in ZSTD_decompressContinue(), store blockType between block … member
H A Dzstd_decompress.c864 if (dctx->bType != bt_raw) in ZSTD_nextSrcSizeToDecompressWithInputSize()
937 dctx->bType = bp.blockType; in ZSTD_decompressContinue()
963 switch(dctx->bType) in ZSTD_decompressContinue()
1189 dctx->bType = bt_reserved; in ZSTD_decompressBegin()
/freebsd-13.1/sys/contrib/zstd/lib/legacy/
H A Dzstd_v01.c1845 blockType_t bType; member
2129 ctx->bType = bp.blockType; in ZSTDv01_decompressContinue()
2139 switch(ctx->bType) in ZSTDv01_decompressContinue()
H A Dzstd_v03.c2454 blockType_t bType; member
3092 ctx->bType = bp.blockType; in ZSTD_decompressContinue()
3102 switch(ctx->bType) in ZSTD_decompressContinue()
H A Dzstd_v04.c2510 blockType_t bType; member
3239 ctx->bType = bp.blockType; in ZSTD_decompressContinue()
3248 switch(ctx->bType) in ZSTD_decompressContinue()
H A Dzstd_v02.c2813 blockType_t bType; member
3450 ctx->bType = bp.blockType; in ZSTD_decompressContinue()
3460 switch(ctx->bType) in ZSTD_decompressContinue()
H A Dzstd_v05.c2660 …blockType_t bType; /* used in ZSTDv05_decompressContinue(), to transfer blockType between header… member
3625 dctx->bType = bp.blockType; in ZSTDv05_decompressContinue()
3634 switch(dctx->bType) in ZSTDv05_decompressContinue()
H A Dzstd_v06.c2821 …blockType_t bType; /* used in ZSTDv06_decompressContinue(), to transfer blockType between header… member
3768 dctx->bType = bp.blockType; in ZSTDv06_decompressContinue()
3775 switch(dctx->bType) in ZSTDv06_decompressContinue()
H A Dzstd_v07.c2946 …blockType_t bType; /* used in ZSTDv07_decompressContinue(), to transfer blockType between header… member
4040 dctx->bType = bp.blockType; in ZSTDv07_decompressContinue()
4047 switch(dctx->bType) in ZSTDv07_decompressContinue()
/freebsd-13.1/crypto/openssl/engines/
H A De_capi.c654 if (bh->bType != PUBLICKEYBLOB) { in capi_get_pkey()
/freebsd-13.1/sys/contrib/openzfs/module/zstd/lib/
H A Dzstd.c22739 …blockType_e bType; /* used in ZSTD_decompressContinue(), store blockType between block … member
25359 if (dctx->bType != bt_raw) in ZSTD_nextSrcSizeToDecompressWithInputSize()
25432 dctx->bType = bp.blockType; in ZSTD_decompressContinue()
25458 switch(dctx->bType) in ZSTD_decompressContinue()
25675 dctx->bType = bt_reserved; in ZSTD_decompressBegin()