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:uether_fn_t
(Results
1 - 5
of
5
) sorted by relevance
/third_party/FreeBSD/sys/dev/usb/net/
H
A
D
usb_ethernet.h
86
typedef void (
uether_fn_t
)(struct usb_ether *);
typedef
89
uether_fn_t
*ue_attach_post;
90
uether_fn_t
*ue_start;
91
uether_fn_t
*ue_init;
92
uether_fn_t
*ue_stop;
93
uether_fn_t
*ue_setmulti;
94
uether_fn_t
*ue_setpromisc;
95
uether_fn_t
*ue_tick;
H
A
D
if_axge.c
77
static
uether_fn_t
axge_attach_post;
78
static
uether_fn_t
axge_init;
79
static
uether_fn_t
axge_stop;
80
static
uether_fn_t
axge_start;
81
static
uether_fn_t
axge_setmulti;
82
static
uether_fn_t
axge_setpromisc;
83
static
uether_fn_t
axge_tick;
H
A
D
if_axe.c
140
static
uether_fn_t
axe_attach_post;
141
static
uether_fn_t
axe_init;
142
static
uether_fn_t
axe_stop;
143
static
uether_fn_t
axe_start;
144
static
uether_fn_t
axe_setmulti;
145
static
uether_fn_t
axe_setpromisc;
146
static
uether_fn_t
axe_tick;
H
A
D
if_urndis.c
42
static
uether_fn_t
urndis_attach_post;
43
static
uether_fn_t
urndis_init;
44
static
uether_fn_t
urndis_stop;
45
static
uether_fn_t
urndis_start;
46
static
uether_fn_t
urndis_setmulti;
47
static
uether_fn_t
urndis_setpromisc;
H
A
D
if_cdce.c
75
static
uether_fn_t
cdce_attach_post;
76
static
uether_fn_t
cdce_init;
77
static
uether_fn_t
cdce_stop;
78
static
uether_fn_t
cdce_start;
79
static
uether_fn_t
cdce_setmulti;
80
static
uether_fn_t
cdce_setpromisc;
Completed in 6 milliseconds