Searched refs:FREAD (Results 1 – 8 of 8) sorted by relevance
/third_party/FreeBSD/sys/dev/usb/ |
D | usb_dev.c | 197 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 …]
|
D | usb_generic.c | 1306 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()
|
D | usb_device.c | 1601 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.h | 42 #define FREAD 0x0001 macro
|
/third_party/FreeBSD/sys/dev/usb/input/ |
D | uhid.c | 521 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/ |
D | words.txt | 1633 FREAD
|
D | i386-notutf8.txt | 6490 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
|
D | i386.txt | 6490 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
|