Searched refs:bData (Results 1 - 3 of 3) sorted by relevance

/freebsd-12-stable/sys/dev/usb/
H A Dusb.h588 uByte bData[sizeof((uint8_t []){m})]; \
592 .bData = { m }, \
598 uByte bData[2]; member in struct:usb_string_lang
/freebsd-12-stable/sys/dev/trm/
H A Dtrm.c126 static void NVRAM_trm_set_data(PACB pACB, u_int8_t bAddr, u_int8_t bData);
2915 NVRAM_trm_set_data(PACB pACB, u_int8_t bAddr, u_int8_t bData) argument
2927 for (i = 0; i < 8; i++, bData <<= 1) {
2929 if (bData & 0x80)
2990 u_int8_t bReadData, bData = 0; local
3008 bData <<= 1;
3010 bData |= 1;
3018 return (bData);
/freebsd-12-stable/contrib/sqlite3/
H A Dsqlite3.c210890 int bData = 0; local
[all...]

Completed in 527 milliseconds