Searched refs:error_pipe (Results 1 - 3 of 3) sorted by relevance

/xsrc/external/mit/xmh/dist/
H A Dcommand.c59 int error_pipe[2]; member in struct:_CommandStatus
175 if (pipe(status->error_pipe) /*failed*/) {
177 status->error_pipe[0]=0;
181 (void) dup2(status->error_pipe[1], fileno(stderr));
182 close(status->error_pipe[1]);
183 FD_SET(status->error_pipe[0], &fds);
186 status->error_pipe[0], (XtPointer)XtInputReadMask,
210 if (status->error_pipe[0]) {
224 if (status->error_pipe[0] >= num_fds)
225 num_fds = status->error_pipe[
[all...]
/xsrc/external/mit/MesaLib.old/dist/src/gallium/state_trackers/va/
H A Dcontext.c157 goto error_pipe;
204 error_pipe:
/xsrc/external/mit/MesaLib/dist/src/gallium/frontends/va/
H A Dcontext.c156 goto error_pipe;
203 error_pipe:

Completed in 3 milliseconds