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:scsiid
(Results
1 - 1
of
1
) sorted by relevance
/third_party/backends/tools/
H
A
D
sane-desc.c
3093
scsiid_type *
scsiid
= calloc (1, sizeof (scsiid_type));
in create_scsiid()
local
3095
scsiid
->scsi_vendor_id = strdup (scsi_vendor_id);
in create_scsiid()
3096
scsiid
->scsi_product_id = strdup (scsi_product_id);
in create_scsiid()
3097
scsiid
->is_processor = is_processor;
in create_scsiid()
3098
scsiid
->name = calloc (1, sizeof (manufacturer_model_type));
in create_scsiid()
3099
scsiid
->name->name = calloc (1, strlen (manufacturer) + strlen (model) + 3);
in create_scsiid()
3100
sprintf (
scsiid
->name->name, "%s %s", manufacturer, model);
in create_scsiid()
3101
scsiid
->name->next = 0;
in create_scsiid()
3102
scsiid
->next = 0;
in create_scsiid()
3105
return
scsiid
;
in create_scsiid()
3165
scsiid
_type *
scsiid
= first_
scsiid
;
add_scsiid()
local
3493
scsiid
_type *
scsiid
= create_
scsiid
s_table ();
print_udev()
local
3676
scsiid
_type *
scsiid
= create_
scsiid
s_table ();
print_udevhwdb()
local
3868
scsiid
_type *
scsiid
= create_
scsiid
s_table ();
print_hal()
local
[all...]
Completed in 4 milliseconds