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

/xsrc/external/mit/xorg-server.old/dist/os/
H A Dbacktrace.c159 int bytesread; local in function:xorg_backtrace_pstack
165 bytesread = read(pipefd[0], btline, sizeof(btline) - 1);
167 if (bytesread > 0) {
168 btline[bytesread] = 0;
171 else if ((bytesread < 0) ||
/xsrc/external/mit/xorg-server/dist/os/
H A Dbacktrace.c266 int bytesread; local in function:xorg_backtrace_pstack
272 bytesread = read(pipefd[0], btline, sizeof(btline) - 1);
274 if (bytesread > 0) {
275 btline[bytesread] = 0;
278 else if ((bytesread < 0) || ((errno != EINTR) && (errno != EAGAIN)))
/xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/util/
H A Ddbghelp.h507 DWORD *bytesread; member in struct:_IMAGEHLP_CBA_READ_MEMORY
/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/util/
H A Ddbghelp.h507 DWORD *bytesread; member in struct:_IMAGEHLP_CBA_READ_MEMORY

Completed in 10 milliseconds