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:ASCQ
(Results
1 - 5
of
5
) sorted by relevance
/third_party/NuttX/drivers/usbdev/gadget/
H
A
D
f_mass_storage.h
130
#define
ASCQ
(x) ((uint8_t) (x))
macro
H
A
D
f_mass_storage.c
420
buf[13] =
ASCQ
(sd);
in done_scsi_request_sense()
/third_party/backends/backend/
H
A
D
hs2p-scsi.h
136
struct
ASCQ
struct
141
static struct
ASCQ
ascq_errmsg[74] = {
H
A
D
hs2p-scsi.c
395
static struct
ASCQ
*
399
struct
ASCQ
*k = &ascq_errmsg[0];
in lookup_ascq_errmsg()
434
struct
ASCQ
*ascq_key;
in sense_handler()
/third_party/eudev/src/cdrom_id/
H
A
D
cdrom_id.c
104
#define
ASCQ
(errcode) ((errcode) & 0xFF)
macro
135
log_debug("%s failed with SK=%Xh/ASC=%02Xh/ACQ=%02Xh", cmd, SK(err), ASC(err),
ASCQ
(err));
in info_scsi_cmd_err()
Completed in 10 milliseconds