Searched refs:bType (Results 1 – 12 of 12) sorted by relevance
| /freebsd-12.1/lib/libusbhid/ |
| H A D | parse.c | 218 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-12.1/sys/dev/usb/ |
| H A D | usb_hid.c | 248 unsigned int bTag, bType, bSize; in hid_get_item() local 308 bType = 0xff; /* XXX what should it be */ in hid_get_item() 312 bType = (bSize >> 2) & 3; in hid_get_item() 346 switch (bType) { in hid_get_item() 555 DPRINTFN(0, "default bType=%d\n", bType); in hid_get_item()
|
| /freebsd-12.1/sys/dev/usb/serial/ |
| H A D | ufoma.c | 116 uint8_t bType; member 360 if ((mad->bType == UMCPC_ACM_TYPE_AB5) || in ufoma_probe() 361 (mad->bType == UMCPC_ACM_TYPE_AB6)) in ufoma_probe() 417 if ((mad->bType == UMCPC_ACM_TYPE_AB5) || in ufoma_attach() 418 (mad->bType == UMCPC_ACM_TYPE_AB6)) { in ufoma_attach()
|
| /freebsd-12.1/sys/contrib/zstd/lib/legacy/ |
| H A D | zstd_v01.c | 1835 blockType_t bType; member 2094 ctx->bType = bp.blockType; in ZSTDv01_decompressContinue() 2104 switch(ctx->bType) in ZSTDv01_decompressContinue()
|
| H A D | zstd_v03.c | 2437 blockType_t bType; member 3047 ctx->bType = bp.blockType; in ZSTD_decompressContinue() 3057 switch(ctx->bType) in ZSTD_decompressContinue()
|
| H A D | zstd_v02.c | 2796 blockType_t bType; member 3406 ctx->bType = bp.blockType; in ZSTD_decompressContinue() 3416 switch(ctx->bType) in ZSTD_decompressContinue()
|
| H A D | zstd_v04.c | 2557 blockType_t bType; member 3257 ctx->bType = bp.blockType; in ZSTD_decompressContinue() 3266 switch(ctx->bType) in ZSTD_decompressContinue()
|
| H A D | zstd_v06.c | 2817 …blockType_t bType; /* used in ZSTDv06_decompressContinue(), to transfer blockType between header… member 3736 dctx->bType = bp.blockType; in ZSTDv06_decompressContinue() 3743 switch(dctx->bType) in ZSTDv06_decompressContinue()
|
| H A D | zstd_v05.c | 2652 …blockType_t bType; /* used in ZSTDv05_decompressContinue(), to transfer blockType between header… member 3584 dctx->bType = bp.blockType; in ZSTDv05_decompressContinue() 3593 switch(dctx->bType) in ZSTDv05_decompressContinue()
|
| H A D | zstd_v07.c | 2940 …blockType_t bType; /* used in ZSTDv07_decompressContinue(), to transfer blockType between header… member 3999 dctx->bType = bp.blockType; in ZSTDv07_decompressContinue() 4006 switch(dctx->bType) in ZSTDv07_decompressContinue()
|
| /freebsd-12.1/sys/contrib/zstd/lib/decompress/ |
| H A D | zstd_decompress.c | 124 …blockType_e bType; /* used in ZSTD_decompressContinue(), store blockType between block … member 2061 dctx->bType = bp.blockType; in ZSTD_decompressContinue() 2087 switch(dctx->bType) in ZSTD_decompressContinue()
|
| /freebsd-12.1/crypto/openssl/engines/ |
| H A D | e_capi.c | 654 if (bh->bType != PUBLICKEYBLOB) { in capi_get_pkey()
|