Searched refs:bType (Results 1 - 4 of 4) sorted by relevance

/freebsd-11-stable/lib/libusbhid/
H A Dparse.c216 unsigned int bTag, bType, bSize; local
274 bType = 0xff; /* XXX what should it be */
278 bType = (bSize >> 2) & 3;
311 switch (bType) {
/freebsd-11-stable/sys/dev/usb/serial/
H A Dufoma.c114 uint8_t bType; member in struct:ufoma_mobile_acm_descriptor
358 if ((mad->bType == UMCPC_ACM_TYPE_AB5) ||
359 (mad->bType == UMCPC_ACM_TYPE_AB6))
415 if ((mad->bType == UMCPC_ACM_TYPE_AB5) ||
416 (mad->bType == UMCPC_ACM_TYPE_AB6)) {
/freebsd-11-stable/sys/dev/usb/
H A Dusb_hid.c246 unsigned int bTag, bType, bSize; local
306 bType = 0xff; /* XXX what should it be */
310 bType = (bSize >> 2) & 3;
344 switch (bType) {
553 DPRINTFN(0, "default bType=%d\n", bType);
/freebsd-11-stable/crypto/openssl/engines/
H A De_capi.c652 if (bh->bType != PUBLICKEYBLOB) {

Completed in 97 milliseconds