Searched defs:Pipe (Results 1 – 3 of 3) sorted by relevance
9 typedef struct Pipe Pipe; typedef10 struct Pipe struct13 Pipe *next; argument14 int ref;15 ulong path;16 Queue *q[2];17 int qref[2];
26 struct Pipe { struct30 } Pipe; argument
10 typedef struct Pipe Pipe; typedef11 struct Pipe struct14 Pipe *next; argument15 int ref;16 ulong path;17 long perm;18 Queue *q[2];19 int qref[2];