Searched defs:_pipe (Results 1 – 2 of 2) sorted by relevance
2936 struct _pipe { struct2937 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;[all …]
68 #define REG_50080(_pipe, _plane) ({ \ argument