Home
last modified time | relevance | path

Searched defs:pipe (Results 1 – 23 of 23) sorted by relevance

/mirbsd/src/sys/sys/
Dpipe.h74 struct pipe { struct
75 struct pipebuf pipe_buffer; /* data storage */ argument
76 struct selinfo pipe_sel; /* for compat with select */ argument
77 struct timeval pipe_atime; /* time of last access */ argument
78 struct timeval pipe_mtime; /* time of last modify */ argument
79 struct timeval pipe_ctime; /* time of status change */ argument
80 int pipe_pgid; /* process/group for async I/O */ argument
81 struct pipe *pipe_peer; /* link with other direction */ argument
82 u_int pipe_state; /* pipe status info */ argument
83 int pipe_busy; /* busy flag, mostly to handle rundown sanely */ argument
/mirbsd/src/sys/dev/usb/
Dusbdi.c149 usbd_dump_queue(usbd_pipe_handle pipe) in usbd_dump_queue()
160 usbd_dump_pipe(usbd_pipe_handle pipe) in usbd_dump_pipe()
177 u_int8_t flags, usbd_pipe_handle *pipe) in usbd_open_pipe()
185 u_int8_t flags, usbd_pipe_handle *pipe, int ival) in usbd_open_pipe_ival()
216 u_int8_t flags, usbd_pipe_handle *pipe, in usbd_open_pipe_intr()
256 usbd_close_pipe(usbd_pipe_handle pipe) in usbd_close_pipe()
281 usbd_pipe_handle pipe = xfer->pipe; in usbd_transfer() local
423 usbd_setup_xfer(usbd_xfer_handle xfer, usbd_pipe_handle pipe, in usbd_setup_xfer()
463 usbd_setup_isoc_xfer(usbd_xfer_handle xfer, usbd_pipe_handle pipe, in usbd_setup_isoc_xfer()
534 usbd_abort_pipe(usbd_pipe_handle pipe) in usbd_abort_pipe()
[all …]
Dehci.c108 struct usbd_pipe pipe; member
628 usbd_pipe_handle pipe; in ehci_pcd() local
1168 ehci_device_clear_toggle(usbd_pipe_handle pipe) in ehci_device_clear_toggle()
1182 ehci_noop(usbd_pipe_handle pipe) in ehci_noop()
1319 ehci_open(usbd_pipe_handle pipe) in ehci_open()
2062 ehci_root_ctrl_close(usbd_pipe_handle pipe) in ehci_root_ctrl_close()
2090 usbd_pipe_handle pipe = xfer->pipe; in ehci_root_intr_start() local
2119 ehci_root_intr_close(usbd_pipe_handle pipe) in ehci_root_intr_close()
2370 ehci_close_pipe(usbd_pipe_handle pipe, ehci_soft_qh_t *head) in ehci_close_pipe()
2624 ehci_device_ctrl_close(usbd_pipe_handle pipe) in ehci_device_ctrl_close()
[all …]
Dohci.c245 struct usbd_pipe pipe; member
1569 usbd_pipe_handle pipe; in ohci_rhsc() local
2027 ohci_open(usbd_pipe_handle pipe) in ohci_open()
2142 ohci_close_pipe(usbd_pipe_handle pipe, ohci_soft_ed_t *head) in ohci_close_pipe()
2707 ohci_root_ctrl_close(usbd_pipe_handle pipe) in ohci_root_ctrl_close()
2730 usbd_pipe_handle pipe = xfer->pipe; in ohci_root_intr_start() local
2759 ohci_root_intr_close(usbd_pipe_handle pipe) in ohci_root_intr_close()
2821 ohci_device_ctrl_close(usbd_pipe_handle pipe) in ohci_device_ctrl_close()
2834 ohci_device_clear_toggle(usbd_pipe_handle pipe) in ohci_device_clear_toggle()
2842 ohci_noop(usbd_pipe_handle pipe) in ohci_noop()
[all …]
Duhci.c126 struct usbd_pipe pipe; member
898 usbd_pipe_handle pipe; in uhci_dump_ii() local
967 usbd_pipe_handle pipe = xfer->pipe; in uhci_poll_hub() local
1783 uhci_device_clear_toggle(usbd_pipe_handle pipe) in uhci_device_clear_toggle()
1790 uhci_noop(usbd_pipe_handle pipe) in uhci_noop()
1977 uhci_device_bulk_close(usbd_pipe_handle pipe) in uhci_device_bulk_close()
2124 uhci_device_ctrl_close(usbd_pipe_handle pipe) in uhci_device_ctrl_close()
2142 uhci_device_intr_close(usbd_pipe_handle pipe) in uhci_device_intr_close()
2491 uhci_device_isoc_close(usbd_pipe_handle pipe) in uhci_device_isoc_close()
2535 uhci_setup_isoc(usbd_pipe_handle pipe) in uhci_setup_isoc()
[all …]
Dusbdi_util.c436 usbd_bulk_transfer(usbd_xfer_handle xfer, usbd_pipe_handle pipe, in usbd_bulk_transfer()
478 usbd_intr_transfer(usbd_xfer_handle xfer, usbd_pipe_handle pipe, in usbd_intr_transfer()
Dumidivar.h94 usbd_pipe_handle pipe; member
Dusb_subr.c776 struct usbd_endpoint *ep, int ival, usbd_pipe_handle *pipe) in usbd_setup_pipe()
814 usbd_kill_pipe(usbd_pipe_handle pipe) in usbd_kill_pipe()
Dumass.c805 umass_setup_transfer(struct umass_softc *sc, usbd_pipe_handle pipe, in umass_setup_transfer()
Dusscanner.c668 usbd_pipe_handle pipe; in usscanner_cmd_cb() local
Dusbdivar.h193 struct usbd_pipe *pipe; member
Duaudio.c124 usbd_pipe_handle pipe; member
/mirbsd/src/gnu/usr.bin/cvs/lib/
Dunistd--.h28 #define pipe pipe_safer macro
/mirbsd/src/gnu/usr.bin/perl/lib/
DFileHandle.pm90 sub pipe { subroutine
/mirbsd/src/lib/libpthread/uthread/
Duthread_pipe.c42 pipe(int fds[2]) in pipe() function
/mirbsd/src/usr.bin/mail/
Dpopen.c53 int pipe; member
169 register_file(FILE *fp, int pipe, pid_t pid) in register_file()
/mirbsd/src/gnu/usr.bin/binutils/libiberty/
Dpex-common.h116 int (*pipe) (struct pex_obj *, int *p, int binary); member
/mirbsd/src/sys/kern/
Dsys_pipe.c706 struct pipe *pipe = (struct pipe *)fp->f_data; local
/mirbsd/src/usr.bin/fstat/
Dfstat.c634 pipetrans(struct pipe *pipe, int i) in pipetrans()
/mirbsd/src/gnu/usr.bin/perl/win32/
Dwin32iop.h295 #define pipe(fd) win32_pipe((fd), 512, O_BINARY) macro
/mirbsd/src/gnu/usr.bin/binutils/include/gdb/
Dcallback.h101 int (*pipe) PARAMS ((host_callback *, int *)); member
/mirbsd/src/gnu/usr.bin/perl/wince/
Dwin32iop.h309 #define pipe(fd) win32_pipe((fd), 512, O_BINARY) macro
/mirbsd/src/gnu/usr.bin/perl/
DXSUB.h503 # define pipe PerlProc_pipe macro