Lines Matching defs:_pipe
2936 struct _pipe { struct
2937 RQE free;
2938 RQE wait;
2939 int fd_out;
2940 unsigned short chan_in;
2941 unsigned short chan_out;
2942 char *buf;
2943 unsigned int bufsize;
2944 IOSB iosb;
2945 IOSB iosb2;
2946 int *pipe_done;
2947 int retry;
2948 int type;
2949 int shut_on_empty;
2950 int need_wake;
2951 pPipe *home;
2952 pInfo info;
2953 pCBuf curr;
2954 pCBuf curr2;
2956 void *thx; /* Either a thread or an interpreter */