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:ue_dev
(Results
1 - 6
of
6
) sorted by relevance
/third_party/FreeBSD/sys/dev/usb/net/
H
A
D
usb_ethernet.c
117
if ((ue->
ue_dev
== NULL) ||
in uether_ifattach()
124
device_printf(ue->
ue_dev
, "event init fail\n");
in uether_ifattach()
129
device_get_nameunit(ue->
ue_dev
), USB_PRI_MED);
in uether_ifattach()
132
device_printf(ue->
ue_dev
, "could not setup taskqueue\n");
in uether_ifattach()
295
device_printf(ue->
ue_dev
, "could not allocate eth_drv_sc\n");
in ue_attach_post_task()
315
device_printf(ue->
ue_dev
, "attaching PHYs failed\n");
in ue_attach_post_task()
322
device_printf(ue->
ue_dev
, "event write fail\n");
in ue_attach_post_task()
H
A
D
usb_ethernet.h
112
device_t
ue_dev
;
member
H
A
D
if_axe.c
622
device_printf(sc->sc_ue.
ue_dev
,
in axe_attach_post()
714
ue->
ue_dev
= dev;
in axe_attach()
H
A
D
if_urndis.c
280
ue->
ue_dev
= dev;
in urndis_attach()
491
device_printf(sc->sc_ue.
ue_dev
,
in urndis_ctrl_handle()
H
A
D
if_axge.c
368
ue->
ue_dev
= dev;
in axge_attach()
H
A
D
if_cdce.c
618
ue->
ue_dev
= dev;
in cdce_attach()
Completed in 7 milliseconds