Home
last modified time | relevance | path

Searched refs:bSize (Results 1 – 2 of 2) sorted by relevance

/openbmc/phosphor-bmc-code-mgmt/bmc/
H A Dsoftware_utils.cpp12 const int bSize = 100; in writeToFile() local
14 unsigned char buf[bSize]; in writeToFile()
16 while ((nRead = read(imageFd, buf, bSize)) > 0) in writeToFile()
/openbmc/linux/include/linux/usb/
H A Daudio-v3.h226 __u8 bSize; member