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:rm_dataoffset
(Results
1 - 2
of
2
) sorted by relevance
/third_party/FreeBSD/sys/dev/usb/net/
H
A
D
if_urndis.c
817
usbd_copy_out(pc, offset + msg->
rm_dataoffset
+
in urndis_bulk_read()
818
OFFSET_OF(struct urndis_packet_msg,
rm_dataoffset
), m->payload, msg->rm_datalen);
in urndis_bulk_read()
859
msg.
rm_dataoffset
= le32toh(msg.
rm_dataoffset
);
in urndis_bulk_read_callback()
872
msg.rm_len, msg.
rm_dataoffset
, msg.rm_datalen,
in urndis_bulk_read_callback()
890
} else if (msg.
rm_dataoffset
>= (uint32_t)actlen) {
in urndis_bulk_read_callback()
892
"dataoffset %u\n", msg.
rm_dataoffset
, actlen);
in urndis_bulk_read_callback()
987
msg.
rm_dataoffset
= htole32(RNDIS_DATA_OFFSET);
in urndis_bulk_write_callback()
H
A
D
if_urndisreg.h
138
uint32_t
rm_dataoffset
;
member
Completed in 3 milliseconds