Searched defs:Pipe (Results 1 – 4 of 4) sorted by relevance
129 typedef struct Pipe { struct130 struct Pipe* next; argument131 struct Pipe* next_waked; argument132 PipeDevice* device; argument135 const GoldfishPipeFuncs* funcs; argument136 const PipeService* service; argument140 } Pipe; argument
33 Pipe enumerator
48 Pipe, PipePipe, Caret, enumerator
677 } Pipe; member