Searched refs:ubFill (Results 1 - 2 of 2) sorted by relevance

/vbox/include/iprt/
H A Dsg.h166 * @param ubFill The byte to fill the buffer with.
171 RTDECL(size_t) RTSgBufSet(PRTSGBUF pSgBuf, uint8_t ubFill, size_t cbSet);
/vbox/src/VBox/Runtime/common/misc/
H A Dsg.cpp272 RTDECL(size_t) RTSgBufSet(PRTSGBUF pSgBuf, uint8_t ubFill, size_t cbSet) argument
286 memset(pvBuf, ubFill, cbThisSet);

Completed in 329 milliseconds