Home
last modified time | relevance | path

Searched refs:NumberOfBytes (Results 1 – 5 of 5) sorted by relevance

/illumos-gate/usr/src/boot/efi/include/Protocol/
H A DDeviceIo.h150 IN OUT UINTN *NumberOfBytes,
H A DIsaIo.h228 IN OUT UINTN *NumberOfBytes,
H A DPciRootBridgeIo.h234 IN OUT UINTN *NumberOfBytes,
H A DPciIo.h303 IN OUT UINTN *NumberOfBytes,
/illumos-gate/usr/src/uts/intel/io/amd8111s/
H A Damd8111s_hw.c2093 mdlCalculateCRC(unsigned int NumberOfBytes, unsigned char *Input) in mdlCalculateCRC() argument
2100 for (; NumberOfBytes; NumberOfBytes--) { in mdlCalculateCRC()