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:dev_index
(Results
1 - 8
of
8
) sorted by relevance
/third_party/FreeBSD/sys/dev/usb/
H
A
D
usb_dev.h
55
int
dev_index
; /* device index */
member
88
int
dev_index
;
member
H
A
D
usb_ioctl.h
224
uint8_t
dev_index
; /* currently unused */
member
H
A
D
usb_dev.c
98
cpd->
dev_index
= pd->
dev_index
;
in usb_loc_fill()
132
cpd->udev = cpd->bus->devices[cpd->
dev_index
];
in usb_ref_device()
134
DPRINTFN(2, "no device at %u\n", cpd->
dev_index
);
in usb_ref_device()
H
A
D
usb_request.c
74
int
dev_index
; /* target address */
member
95
.
dev_index
= -1,
138
if (usbd_get_device_index(udev) != usb_ctrl_debug.
dev_index
)
in usbd_get_debug_bits()
H
A
D
usb_device.c
1874
pd->
dev_index
= udev->device_index;
in usb_make_dev()
1883
pd->bus_index, pd->
dev_index
, pd->ep_addr);
in usb_make_dev()
/third_party/vulkan-loader/tests/framework/icd/
H
A
D
test_icd.h
160
uint32_t
dev_index
= 0;
member
171
fd.
dev_index
= d;
in lookup_device()
H
A
D
test_icd.cpp
468
phys_dev.device_handles.erase(phys_dev.device_handles.begin() + fd.
dev_index
);
469
phys_dev.device_create_infos.erase(phys_dev.device_create_infos.begin() + fd.
dev_index
);
1481
create_info = icd.physical_devices.at(fd.phys_dev_index).device_create_infos.at(fd.
dev_index
);
/third_party/f2fs-tools/fsck/
H
A
D
fsck.c
3002
int
dev_index
;
member
3010
struct device_info *dev = c.devices + wpd->
dev_index
;
in chk_and_fix_wp_with_sit()
3058
ret = f2fs_reset_zone(wpd->
dev_index
, blkz);
in chk_and_fix_wp_with_sit()
3096
wpd.
dev_index
= i;
in fix_wp_sit_alignment()
Completed in 17 milliseconds