Searched refs:fPipe (Results 1 - 7 of 7) sorted by relevance

/haiku/src/tests/kits/app/common/
H A DPipedAppRunner.cpp18 fPipe(NULL),
59 fPipe = popen(cmdLine.String(), "r");
60 if (!fPipe)
78 if (fPipe) {
79 pclose(fPipe);
80 fPipe = NULL;
91 return !fPipe;
151 FILE *pipe = fPipe;
171 if (fPipe) {
172 pclose(fPipe);
[all...]
H A DPipedAppRunner.h32 FILE *fPipe; member in class:PipedAppRunner
/haiku/src/add-ons/kernel/bus_managers/usb/
H A DTransfer.cpp17 : fPipe(pipe),
77 if (!(fPipe->Type() & USB_OBJECT_BULK_PIPE)) {
262 uint32 type = fPipe->Type();
264 switch (fPipe->Speed()) {
283 (((fPipe->Direction() == Pipe::In) ? 7268 : 6265)
294 if (fPipe->Direction() == Pipe::In)
H A Dusb_private.h706 Pipe * TransferPipe() const { return fPipe; }
755 Pipe * fPipe; member in class:Transfer
/haiku/src/add-ons/accelerants/intel_extreme/
H A DPorts.cpp89 fPipe(NULL),
142 if (fPipe != NULL) {
191 fPipe = pipe;
193 if (fPipe == NULL)
197 if (fPipe->IsEnabled())
198 fPipe->Enable(false);
209 if (fPipe == NULL) {
214 fPipe->Enable(enabled);
1023 if (fPipe == NULL) {
1029 PanelFitter* fitter = fPipe
[all...]
H A DPorts.h55 { return fPipe; };
99 Pipe* fPipe; member in class:Port
/haiku/src/system/kernel/debug/
H A Ddebug_commands.cpp74 fPipe(pipe),
84 if (fPipe->broken)
94 invoke_pipe_segment(fPipe, fSegment + 1, fBuffer);
106 invoke_pipe_segment(fPipe, fSegment + 1, fBuffer);
113 if (fPipe->broken)
131 invoke_pipe_segment(fPipe, fSegment + 1, line);
140 invoke_pipe_segment(fPipe, fSegment + 1, fBuffer);
159 debugger_command_pipe* fPipe; member in class:PipeDebugOutputFilter

Completed in 52 milliseconds