Searched refs:InsertIOV (Results 1 - 4 of 4) sorted by relevance

/xsrc/external/mit/libFS/dist/src/
H A DFSlibInt.c378 #define InsertIOV(pointer, length) \ macro
392 InsertIOV(svr->buffer, svrbufsize)
393 InsertIOV((char *)data, size)
394 InsertIOV(pad, padsize)
/xsrc/external/mit/xfs/dist/os/
H A Dio.c393 #define InsertIOV(pointer, length) \ macro
407 InsertIOV((char *) oco->buf, oco->count);
408 InsertIOV(extraBuf, extraCount);
409 InsertIOV(padBuffer, padsize);
/xsrc/external/mit/xorg-server.old/dist/os/
H A Dio.c919 #define InsertIOV(pointer, length) \ macro
933 InsertIOV ((char *)oco->buf, oco->count)
934 InsertIOV ((char *)extraBuf, extraCount)
935 InsertIOV (padBuffer, padsize)
/xsrc/external/mit/xorg-server/dist/os/
H A Dio.c876 #define InsertIOV(pointer, length) \ macro
890 InsertIOV((char *) oco->buf, oco->count)
891 InsertIOV((char *) extraBuf, extraCount)
892 InsertIOV(padBuffer, padsize)

Completed in 7 milliseconds