Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/AppPkg/Applications/Sockets/OobTx/
DOobTx.c18 UINT8 mOob[512]; variable
146 memset ( &mOob[0], 0x11, sizeof ( mOob )); in OobTx()
182 &mOob[BytesSent], in OobTx()
183 sizeof ( mOob ) - BytesSent, in OobTx()
192 } while ( sizeof ( mOob ) > BytesSent ); in OobTx()