Searched refs:isread (Results 1 - 8 of 8) sorted by relevance

/freebsd-11-stable/stand/usb/
H A Dusb_busdma_loader.c435 uint8_t isread; local
458 isread = USB_GET_DATA_ISREAD(xfer);
466 xfer->frbuffers[0].isread = 1;
469 xfer->frbuffers[0].isread = 0;
473 xfer->frbuffers[0].isread = isread;
479 * page will be stored. Also initialise the "isread" field of
492 xfer->frbuffers[nframes].isread = isread;
581 if (pc->isread) {
[all...]
/freebsd-11-stable/sys/dev/usb/
H A Dusb_pf.c337 int isread; local
344 isread = 1;
347 isread = 0;
350 isread = USB_GET_DATA_ISREAD(xfer);
352 return (isread);
469 int isread; local
483 isread = usbpf_xfer_frame_is_read(xfer, x);
486 if (isread) {
503 if (isread)
H A Dusb_busdma.c932 uint8_t isread; local
955 isread = USB_GET_DATA_ISREAD(xfer);
963 xfer->frbuffers[0].isread = 1;
966 xfer->frbuffers[0].isread = 0;
970 xfer->frbuffers[0].isread = isread;
976 * page will be stored. Also initialise the "isread" field of
989 xfer->frbuffers[nframes].isread = isread;
1078 if (pc->isread) {
[all...]
H A Dusb_generic.c1054 uint8_t isread; local
1121 isread = 1;
1123 isread = 0;
1131 isread = 1;
1133 isread = 0;
1180 if (!isread) {
1266 uint8_t isread; local
1303 isread = 1;
1305 isread = 0;
1314 isread
1450 uint8_t isread; local
[all...]
H A Dusb_busdma.h99 uint8_t isread:1; /* set if we are currently reading member in struct:usb_page_cache
/freebsd-11-stable/tools/tools/usbtest/
H A Dusb_msc_test.c152 uint8_t isread, uint8_t isshort, uint8_t lun, uint8_t flags)
167 cbw.bCBWFlags = (isread ? CBWFLAGS_IN : CBWFLAGS_OUT);
193 xfer_io = isread ? xfer_in : xfer_out;
151 do_msc_cmd(uint8_t *pcmd, uint8_t cmdlen, void *pdata, uint32_t datalen, uint8_t isread, uint8_t isshort, uint8_t lun, uint8_t flags) argument
/freebsd-11-stable/sys/fs/cuse/
H A Dcuse.c823 struct cuse_data_chunk *pchk, int isread)
851 if (isread == 0) {
930 struct cuse_data_chunk *pchk, int isread)
946 if (isread == 0) {
821 cuse_server_ioctl_copy_locked(struct cuse_server *pcs, struct cuse_client_command *pccmd, struct cuse_data_chunk *pchk, int isread) argument
928 cuse_server_data_copy_locked(struct cuse_server *pcs, struct cuse_client_command *pccmd, struct cuse_data_chunk *pchk, int isread) argument
/freebsd-11-stable/sys/cam/ctl/
H A Dctl.c8567 int isread; local
8572 isread = ctsio->cdb[0] == READ_6 || ctsio->cdb[0] == READ_10
8727 if (isread) {
8739 lbalen->flags = (isread ? CTL_LLF_READ : CTL_LLF_WRITE) | flags;

Completed in 192 milliseconds