| /src/sys/dev/mca/ |
| H A D | edc_mca.c | 854 edc_bio(struct edc_mca_softc * sc,struct ed_softc * ed,void * data,size_t bcount,daddr_t rawblkno,int isread,int poll) argument
|
| /src/sys/rump/dev/lib/libugenhc/ |
| H A D | ugenhc.c | 578 bool isread; local in function:rumpusb_device_bulk_start
|
| /src/sys/dev/usb/ |
| H A D | vhci.c | 608 bool isread = (req->bmRequestType & UT_READ) != 0; local in function:vhci_device_ctrl_start
|
| H A D | ohci.c | 1694 int isread = (xfer->ux_request.bmRequestType & UT_READ); local in function:ohci_device_ctrl_done 1713 int isread = local in function:ohci_device_intr_done 1731 int isread = local in function:ohci_device_bulk_done 2707 int isread = req->bmRequestType & UT_READ; local in function:ohci_device_ctrl_init 2797 int isread; local in function:ohci_device_ctrl_start 3016 int isread = UE_GET_DIR(endpt) == UE_DIR_IN; local in function:ohci_device_bulk_init 3078 int len, isread, endpt; local in function:ohci_device_bulk_start 3208 int isread = UE_GET_DIR(endpt) == UE_DIR_IN; local in function:ohci_device_intr_init 3272 int len, isread, endpt; local in function:ohci_device_intr_start 3590 int isread = local in function:ohci_device_isoc_enter 3806 int isread = local in function:ohci_device_isoc_done [all...] |
| H A D | uhci.c | 2204 int isread = UE_GET_DIR(endpt) == UE_DIR_IN; local in function:uhci_device_bulk_init 2265 int isread; local in function:uhci_device_bulk_start 2068 uhci_reset_std_chain(uhci_softc_t * sc,struct usbd_xfer * xfer,int length,int isread,int * toggle,uhci_soft_td_t ** lstd) argument 2423 int isread; local in function:uhci_device_ctrl_init 2483 int isread; local in function:uhci_device_ctrl_start 2619 int isread = UE_GET_DIR(endpt) == UE_DIR_IN; local in function:uhci_device_intr_init 2668 int isread, endpt; local in function:uhci_device_intr_start 3195 const bool isread = UE_GET_DIR(endpt) == UE_DIR_IN; local in function:uhci_device_intr_done 3207 int isread = (xfer->ux_request.bmRequestType & UT_READ); local in function:uhci_device_ctrl_done 3238 int isread = UE_GET_DIR(endpt) == UE_DIR_IN; local in function:uhci_device_bulk_done [all...] |
| H A D | ehci.c | 3616 int isread = req->bmRequestType & UT_READ; local in function:ehci_device_ctrl_init 3724 const int isread local in function:ehci_device_ctrl_start 3114 ehci_reset_sqtd_chain(ehci_softc_t * sc,struct usbd_xfer * xfer,int length,int isread,int * toggle,ehci_soft_qtd_t ** lsqtd) argument 3939 int isread = UE_GET_DIR(endpt) == UE_DIR_IN; local in function:ehci_device_bulk_init 3980 int len, isread, endpt; local in function:ehci_device_bulk_start 4130 int isread = UE_GET_DIR(endpt) == UE_DIR_IN; local in function:ehci_device_intr_init 4179 int len, isread, endpt; local in function:ehci_device_intr_start 4284 int isread, endpt; local in function:ehci_device_intr_done 4400 const bool isread = usbd_xfer_isread(xfer); local in function:ehci_device_fs_isoc_transfer 4642 const bool isread = usbd_xfer_isread(xfer); local in function:ehci_device_fs_isoc_done 4766 const bool isread = usbd_xfer_isread(xfer); local in function:ehci_device_isoc_transfer 5027 const bool isread = usbd_xfer_isread(xfer); local in function:ehci_device_isoc_done [all...] |
| H A D | xhci.c | 4480 const bool isread = usbd_xfer_isread(xfer); local in function:xhci_device_ctrl_start 4634 const bool isread = usbd_xfer_isread(xfer); local in function:xhci_device_isoc_enter 4735 const bool isread local in function:xhci_device_isoc_done 4788 const bool isread = usbd_xfer_isread(xfer); local in function:xhci_device_bulk_start 4849 const bool isread = usbd_xfer_isread(xfer); local in function:xhci_device_bulk_done 4917 const bool isread = usbd_xfer_isread(xfer); local in function:xhci_device_intr_start 4961 const bool isread = usbd_xfer_isread(xfer); local in function:xhci_device_intr_done [all...] |
| /src/sys/arch/mips/adm5120/dev/ |
| H A D | ahci.c | 835 int len, isread; local in function:ahci_device_ctrl_start 1155 int endpt, i, len, tlen, segs, offset, isread, toggle, short_ok; local in function:ahci_device_bulk_start
|
| /src/sys/dev/pci/ |
| H A D | ld_virtio.c | 604 int isread = (bp->b_flags & B_READ); local in function:ld_virtio_start
|