Searched refs:pipe (Results 51 - 58 of 58) sorted by relevance

123

/haiku/headers/posix/
H A Dunistd.h343 extern int pipe(int fildes[2]);
/haiku/src/add-ons/kernel/drivers/disk/usb/usb_disk/
H A Dusb_disk.cpp196 usb_disk_clear_halt(usb_pipe pipe) argument
198 gUSBModule->cancel_queued_transfers(pipe);
199 gUSBModule->clear_feature(pipe, USB_FEATURE_ENDPOINT_HALT);
/haiku/src/system/libroot/posix/
H A Dspawn.cpp509 if (pipe(fds) != 0)
/haiku/
H A Dconfigure83 --use-gcc-pipe Build with GCC option -pipe. Speeds up the build
820 --use-gcc-pipe) HAIKU_USE_GCC_PIPE=1; shift 1;;
/haiku/src/add-ons/kernel/drivers/audio/echo/
H A Dmulti.cpp646 LOG(("get_buffers pipe %d\n", stream->pipe));
666 LOG(("get_buffers pipe %d\n", stream->pipe));
/haiku/src/system/libroot/stubbed/
H A Dlibroot_stubs.c2147 void pipe() {} function
H A Dlibroot_stubs_legacy.c2124 void pipe() {} function
/haiku/src/apps/poorman/libhttpd/
H A Dlibhttpd.c3448 /* Set up stdin. For POSTs we may have to set up a pipe from an
3456 if ( pipe( p ) < 0 )
3458 // syslog( LOG_ERR, "pipe - %m" );
3501 if ( pipe( p ) < 0 )
3503 // syslog( LOG_ERR, "pipe - %m" );

Completed in 116 milliseconds

123