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:FWRITE
(Results
1 - 5
of
5
) sorted by relevance
/third_party/FreeBSD/sys/dev/usb/
H
A
D
usb_generic.c
1309
if (((unsigned int)fflags &
FWRITE
) && f_tx &&
in ugen_fifo_in_use()
1501
if (!((unsigned int)fflags &
FWRITE
)) {
in ugen_ioctl()
1925
if ((unsigned int)fflags &
FWRITE
) {
in ugen_iface_ioctl()
1949
if ((unsigned int)fflags &
FWRITE
) {
in ugen_iface_ioctl()
1968
if ((unsigned int)fflags &
FWRITE
) {
in ugen_iface_ioctl()
1995
if ((unsigned int)fflags &
FWRITE
) {
in ugen_iface_ioctl()
2014
if ((unsigned int)fflags &
FWRITE
) {
in ugen_iface_ioctl()
2039
if ((unsigned int)fflags &
FWRITE
) {
in ugen_iface_ioctl()
2065
if ((unsigned int)fflags &
FWRITE
) {
in ugen_iface_ioctl()
2091
if (((unsigned int)fflags &
FWRITE
)
in ugen_iface_ioctl()
[all...]
H
A
D
usb_dev.c
179
if ((unsigned int)cpd->fflags &
FWRITE
) {
in usb_ref_device()
342
is_tx = ((unsigned int)cpd->fflags &
FWRITE
) ? 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()
622
fflags = (unsigned int)fflags |
FWRITE
;
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()
753
fflags = (unsigned int)fflags |
FWRITE
;
in usb_fifo_close()
792
fflags = FREAD |
FWRITE
;
in usb_open()
794
fflags =
FWRITE
;
in usb_open()
[all...]
H
A
D
usb_device.c
1600
FREAD|
FWRITE
, UID_ROOT, GID_OPERATOR, 0600);
in usb_alloc_device()
1938
inmode =
FWRITE
;
in usb_cdev_create()
1942
outmode =
FWRITE
;
in usb_cdev_create()
/third_party/FreeBSD/sys/dev/usb/implementation/
H
A
D
_macro_ref.h
43
#define
FWRITE
0x0002
macro
/third_party/FreeBSD/sys/dev/usb/input/
H
A
D
uhid.c
530
if ((unsigned int)fflags &
FWRITE
) {
in uhid_open()
543
if ((unsigned int)fflags & (FREAD |
FWRITE
)) {
in uhid_close()
639
if (!((unsigned int)fflags &
FWRITE
)) {
in uhid_ioctl()
Completed in 8 milliseconds