Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:FREAD
(Results
1 - 5
of
5
) sorted by relevance
/third_party/FreeBSD/sys/dev/usb/
H
A
D
usb_dev.c
196
if ((unsigned int)cpd->fflags &
FREAD
) {
in usb_ref_device()
343
is_rx = ((unsigned int)cpd->fflags &
FREAD
) ? 1 : 0;
in usb_fifo_create()
617
/* remove FWRITE and
FREAD
flags */
in usb_fifo_open()
618
fflags = (unsigned int)fflags & (~(FWRITE |
FREAD
));
in usb_fifo_open()
624
fflags = (unsigned int)fflags |
FREAD
;
in usb_fifo_open()
718
/* remove FWRITE and
FREAD
flags */
in usb_fifo_close()
719
fflags = (unsigned int)fflags & (~(FWRITE |
FREAD
));
in usb_fifo_close()
758
fflags = (unsigned int)fflags |
FREAD
;
in usb_fifo_close()
792
fflags =
FREAD
| FWRITE;
in usb_open()
796
fflags =
FREAD
;
in usb_open()
[all...]
H
A
D
usb_generic.c
1305
if (((unsigned int)fflags &
FREAD
) && f_rx &&
in ugen_fifo_in_use()
1496
if (!((unsigned int)fflags &
FREAD
)) {
in ugen_ioctl()
1913
if ((unsigned int)fflags &
FREAD
) {
in ugen_iface_ioctl()
1937
if ((unsigned int)fflags &
FREAD
) {
in ugen_iface_ioctl()
1957
if ((unsigned int)fflags &
FREAD
) {
in ugen_iface_ioctl()
1983
if ((unsigned int)fflags &
FREAD
) {
in ugen_iface_ioctl()
2003
if ((unsigned int)fflags &
FREAD
) {
in ugen_iface_ioctl()
2026
if ((unsigned int)fflags &
FREAD
) {
in ugen_iface_ioctl()
2052
if ((unsigned int)fflags &
FREAD
) {
in ugen_iface_ioctl()
2081
if (((unsigned int)fflags &
FREAD
)
in ugen_iface_ioctl()
[all...]
H
A
D
usb_device.c
1600
FREAD
|FWRITE, UID_ROOT, GID_OPERATOR, 0600);
in usb_alloc_device()
1939
outmode =
FREAD
;
in usb_cdev_create()
1941
inmode =
FREAD
;
in usb_cdev_create()
/third_party/FreeBSD/sys/dev/usb/implementation/
H
A
D
_macro_ref.h
42
#define
FREAD
0x0001
macro
/third_party/FreeBSD/sys/dev/usb/input/
H
A
D
uhid.c
519
if ((unsigned int)fflags &
FREAD
) {
in uhid_open()
543
if ((unsigned int)fflags & (
FREAD
| FWRITE)) {
in uhid_close()
580
if (!((unsigned int)fflags &
FREAD
)) {
in uhid_ioctl()
608
if (!((unsigned int)fflags &
FREAD
)) {
in uhid_ioctl()
Completed in 11 milliseconds