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:f_ioctl_post
(Results
1 - 4
of
4
) sorted by relevance
/third_party/FreeBSD/sys/dev/usb/
H
A
D
usb_dev.c
1008
err = (f->methods->
f_ioctl_post
) (f, cmd, addr, fflags);
in usb_ioctl()
1010
DPRINTFN(2, "
f_ioctl_post
cmd 0x%lx = %d\n", cmd, err);
in usb_ioctl()
1450
if (pm->
f_ioctl_post
== NULL)
in usb_fifo_check_methods()
1451
pm->
f_ioctl_post
= &usb_fifo_dummy_ioctl;
in usb_fifo_check_methods()
H
A
D
usbdi.h
496
usb_fifo_ioctl_t *
f_ioctl_post
;
member
H
A
D
usb_generic.c
76
.
f_ioctl_post
= &ugen_ioctl_post,
/third_party/FreeBSD/sys/dev/usb/input/
H
A
D
uhid.c
128
.
f_ioctl_post
= &uhid_ioctl_post,
Completed in 7 milliseconds