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:id_table
(Results
1 - 7
of
7
) sorted by relevance
/third_party/ltp/testcases/kernel/device-drivers/usb/tusb/
H
A
D
tusb.c
142
id_table
:tusb_id_table,
363
if (pdev->driver->
id_table
)
in test_find_hcd()
364
printk("tusb:
id_table
exists\n");
in test_find_hcd()
396
id = (struct pci_device_id *)pdev->driver->
id_table
;
in test_hcd_probe()
399
printk("tusb:
id_table
not set\n");
in test_hcd_probe()
/third_party/libfuse/lib/
H
A
D
fuse.c
110
struct node_table
id_table
;
member
512
uint64_t hash = ((uint32_t) ino * 2654435761U) % f->
id_table
.size;
in id_hash()
513
uint64_t oldhash = hash % (f->
id_table
.size / 2);
in id_hash()
515
if (oldhash >= f->
id_table
.split)
in id_hash()
526
for (node = f->
id_table
.array[hash]; node != NULL; node = node->id_next)
in get_node_nocheck()
589
struct node_table *t = &f->
id_table
;
in remerge_id()
615
struct node **nodep = &f->
id_table
.array[id_hash(f, node->nodeid)];
in unhash_id()
620
f->
id_table
.use--;
in unhash_id()
622
if(f->
id_table
.use < f->
id_table
in unhash_id()
[all...]
/third_party/ltp/testcases/kernel/device-drivers/pci/tpci_kernel/
H
A
D
ltp_tpci.c
79
.
id_table
= ltp_pci_tbl,
381
id = pci_match_id(drv->
id_table
, dev);
in test_match_device()
/third_party/ntfs-3g/libfuse-lite/
H
A
D
fuse.c
91
struct node **
id_table
;
member
261
for (node = f->
id_table
[hash]; node != NULL; node = node->id_next)
in get_node_nocheck()
288
struct node **nodep = &f->
id_table
[hash];
in unhash_id()
300
node->id_next = f->
id_table
[hash];
in hash_id()
301
f->
id_table
[hash] = node;
in hash_id()
3143
f->
id_table
= (struct node **)
in fuse_new()
3145
if (f->
id_table
== NULL) {
in fuse_new()
3183
free(f->
id_table
);
in fuse_new()
3220
for (node = f->
id_table
[i]; node != NULL; node = node->id_next) {
in fuse_destroy()
3235
for (node = f->
id_table
[
in fuse_destroy()
[all...]
/third_party/FreeBSD/sys/compat/linuxkpi/common/include/linux/
H
A
D
usb.h
75
const struct usb_device_id *
id_table
;
member
/third_party/ltp/testcases/kernel/device-drivers/agp/kernel_space/
H
A
D
tagp.c
653
.
id_table
= agp_test_pci_table,
/third_party/FreeBSD/sys/compat/linuxkpi/common/src/
H
A
D
linux_usb.c
209
if (usb_linux_lookup_id(udrv->
id_table
, uaa)) {
in usb_linux_probe()
254
id = usb_linux_lookup_id(udrv->
id_table
, uaa);
in usb_linux_attach()
Completed in 15 milliseconds