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_type
(Results
1 - 3
of
3
) sorted by relevance
/third_party/FreeBSD/sys/dev/usb/net/
H
A
D
if_urndisreg.h
136
uint32_t
rm_type
;
member
153
uint32_t
rm_type
;
member
164
uint32_t
rm_type
;
member
173
uint32_t
rm_type
;
member
192
uint32_t
rm_type
;
member
202
uint32_t
rm_type
;
member
212
uint32_t
rm_type
;
member
225
uint32_t
rm_type
;
member
235
uint32_t
rm_type
;
member
247
uint32_t
rm_type
;
member
257
uint32_t
rm_type
;
global()
member
263
uint32_t
rm_type
;
global()
member
277
uint32_t
rm_type
;
global()
member
283
uint32_t
rm_type
;
global()
member
[all...]
H
A
D
if_urndis.c
448
DPRINTF("type 0x%x len %u\n", le32toh(hdr->
rm_type
),
in urndis_ctrl_recv()
471
switch (le32toh(hdr->
rm_type
)) {
in urndis_ctrl_handle()
493
le32toh(hdr->
rm_type
));
in urndis_ctrl_handle()
638
msg.
rm_type
= htole32(REMOTE_NDIS_INITIALIZE_MSG);
in urndis_ctrl_init()
647
le32toh(msg.
rm_type
),
in urndis_ctrl_init()
675
msg.
rm_type
= htole32(REMOTE_NDIS_HALT_MSG);
in urndis_ctrl_halt()
680
le32toh(msg.
rm_type
),
in urndis_ctrl_halt()
704
msg->
rm_type
= htole32(REMOTE_NDIS_QUERY_MSG);
in urndis_ctrl_query()
720
le32toh(msg->
rm_type
),
in urndis_ctrl_query()
750
msg->
rm_type
in urndis_ctrl_set()
[all...]
/third_party/ntfs-3g/src/
H
A
D
lowntfs-3g.c
2688
enum RM_TYPES
rm_type
__attribute__((unused)))
in ntfs_fuse_rm()
2768
if (
rm_type
== (isdir ? RM_LINK : RM_DIR)) {
in ntfs_fuse_rm()
Completed in 7 milliseconds