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:tastat
(Results
1 - 8
of
8
) sorted by relevance
/kernel/linux/linux-5.10/drivers/scsi/
H
A
D
a100u2w.c
640
scb->
tastat
= 0;
in orc_device_reset()
886
scb->
tastat
= 0;
in inia100_build_scb()
1034
printk(KERN_DEBUG "inia100: %x %x\n", scb->hastat, scb->
tastat
);
in inia100_scb_handler()
1039
if (scb->
tastat
== 2) { /* Check condition */
in inia100_scb_handler()
1043
cmd->result = scb->
tastat
| (scb->hastat << 16);
in inia100_scb_handler()
H
A
D
initio.c
1012
scb->
tastat
= 0;
in initio_bad_seq()
1080
if (scb->
tastat
== INI_QUEUE_FULL) {
in tulip_main()
1083
scb->
tastat
= 0;
in tulip_main()
1088
if (scb->
tastat
== 2) {
in tulip_main()
1105
scb->
tastat
= 0;
in tulip_main()
1119
if (scb->
tastat
== 2) { /* check contition status again after sending
in tulip_main()
1123
scb->
tastat
= 2;
in tulip_main()
1788
scb->
tastat
= inb(host->addr + TUL_SFifo);
in initio_status_msg()
1811
if ((scb->
tastat
& 0x18) == 0x10) /* No link support */
in initio_status_msg()
1819
if ((scb->
tastat
in initio_status_msg()
[all...]
H
A
D
a100u2w.h
158
u8
tastat
; /*1D Target Status */
member
H
A
D
initio.h
376
u8
tastat
; /*33 */
member
/kernel/linux/linux-6.6/drivers/scsi/
H
A
D
a100u2w.c
640
scb->
tastat
= 0;
in orc_device_reset()
886
scb->
tastat
= 0;
in inia100_build_scb()
1031
printk(KERN_DEBUG "inia100: %x %x\n", scb->hastat, scb->
tastat
);
in inia100_scb_handler()
1036
if (scb->
tastat
== 2) { /* Check condition */
in inia100_scb_handler()
1040
cmd->result = scb->
tastat
| (scb->hastat << 16);
in inia100_scb_handler()
H
A
D
initio.c
1010
scb->
tastat
= 0;
in initio_bad_seq()
1078
if (scb->
tastat
== INI_QUEUE_FULL) {
in tulip_main()
1081
scb->
tastat
= 0;
in tulip_main()
1086
if (scb->
tastat
== 2) {
in tulip_main()
1103
scb->
tastat
= 0;
in tulip_main()
1117
if (scb->
tastat
== 2) { /* check contition status again after sending
in tulip_main()
1121
scb->
tastat
= 2;
in tulip_main()
1786
scb->
tastat
= inb(host->addr + TUL_SFifo);
in initio_status_msg()
1809
if ((scb->
tastat
& 0x18) == 0x10) /* No link support */
in initio_status_msg()
1818
if ((scb->
tastat
in initio_status_msg()
[all...]
H
A
D
a100u2w.h
158
u8
tastat
; /*1D Target Status */
member
H
A
D
initio.h
376
u8
tastat
; /*33 */
member
Completed in 15 milliseconds