Searched refs:NumBytes (Results 1 – 2 of 2) sorted by relevance
/openbmc/ipmitool/src/plugins/usb/ |
H A D | usb.c | 405 uint32_t NumBytes, uint32_t timeout) in WriteSplitData() argument 410 if (NumBytes == 0) { in WriteSplitData() 414 while (BytesWritten < NumBytes) { in WriteSplitData() 417 timeout, NumBytes)) != 0) { in WriteSplitData() 421 BytesWritten += NumBytes; in WriteSplitData() 429 uint32_t NumBytes) in ReadSplitData() argument 433 if (NumBytes == 0) { in ReadSplitData() 437 while (BytesRead < NumBytes) { in ReadSplitData() 439 NumBytes) == (-1)) { in ReadSplitData() 442 BytesRead += NumBytes; in ReadSplitData()
|
/openbmc/openbmc/meta-arm/meta-arm-bsp/recipes-bsp/uefi/files/n1sdp/ |
H A D | 0005-Platform-ARM-N1Sdp-NOR-flash-Dxe-Driver-for-N1Sdp.patch | 1218 + Lba, Offset, *NumBytes, Buffer)); 1231 + Offset, *NumBytes, BlockSize )); 1236 + if (*NumBytes == 0) { 1239 + Offset, *NumBytes, BlockSize )); 1246 + if (*NumBytes <= 128) { 1252 + BytesToWrite = *NumBytes; 2321 + Offset, *NumBytes, BlockSize )); 2331 + Offset, *NumBytes, BlockSize )); 2336 + if (*NumBytes == 0) { 2341 + if (*NumBytes % BlockSize != 0) { [all …]
|