Home
last modified time | relevance | path

Searched refs:FREAD (Results 1 – 8 of 8) sorted by relevance

/third_party/FreeBSD/sys/dev/usb/
Dusb_dev.c197 if ((unsigned int)cpd->fflags & FREAD) { in usb_ref_device()
344 is_rx = ((unsigned int)cpd->fflags & FREAD) ? 1 : 0; in usb_fifo_create()
619 fflags = (unsigned int)fflags & (~(FWRITE | FREAD)); in usb_fifo_open()
625 fflags = (unsigned int)fflags | FREAD; in usb_fifo_open()
720 fflags = (unsigned int)fflags & (~(FWRITE | FREAD)); in usb_fifo_close()
759 fflags = (unsigned int)fflags | FREAD; in usb_fifo_close()
793 fflags = FREAD | FWRITE; in usb_open()
797 fflags = FREAD; in usb_open()
823 if ((unsigned int)fflags & FREAD) { in usb_open()
836 if ((unsigned int)fflags & FREAD) { in usb_open()
[all …]
Dusb_generic.c1306 if (((unsigned int)fflags & FREAD) && f_rx && in ugen_fifo_in_use()
1497 if (!((unsigned int)fflags & FREAD)) { in ugen_ioctl()
1914 if ((unsigned int)fflags & FREAD) { in ugen_iface_ioctl()
1938 if ((unsigned int)fflags & FREAD) { in ugen_iface_ioctl()
1958 if ((unsigned int)fflags & FREAD) { in ugen_iface_ioctl()
1984 if ((unsigned int)fflags & FREAD) { in ugen_iface_ioctl()
2004 if ((unsigned int)fflags & FREAD) { in ugen_iface_ioctl()
2027 if ((unsigned int)fflags & FREAD) { in ugen_iface_ioctl()
2053 if ((unsigned int)fflags & FREAD) { in ugen_iface_ioctl()
2082 if (((unsigned int)fflags & FREAD) && data) { in ugen_iface_ioctl()
Dusb_device.c1601 FREAD|FWRITE, UID_ROOT, GID_OPERATOR, 0600); in usb_alloc_device()
1940 outmode = FREAD; in usb_cdev_create()
1942 inmode = FREAD; in usb_cdev_create()
/third_party/FreeBSD/sys/dev/usb/implementation/
D_macro_ref.h42 #define FREAD 0x0001 macro
/third_party/FreeBSD/sys/dev/usb/input/
Duhid.c521 if ((unsigned int)fflags & FREAD) { in uhid_open()
545 if ((unsigned int)fflags & (FREAD | FWRITE)) { in uhid_close()
582 if (!((unsigned int)fflags & FREAD)) { in uhid_ioctl()
610 if (!((unsigned int)fflags & FREAD)) { in uhid_ioctl()
/third_party/rust/crates/memchr/bench/data/sliceslice/
Dwords.txt1633 FREAD
Di386-notutf8.txt6490 A common example is a file system procedure, FREAD (file_id, n_bytes,
6492 buffer, overwriting whatever is there. Normally, FREAD would be available at
6498 in place of its buffer pointer, causing the FREAD procedure to corrupt them
Di386.txt6490 A common example is a file system procedure, FREAD (file_id, n_bytes,
6492 buffer, overwriting whatever is there. Normally, FREAD would be available at
6498 in place of its buffer pointer, causing the FREAD procedure to corrupt them