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:iop_state
(Results
1 - 7
of
7
) sorted by relevance
/kernel/linux/linux-5.10/drivers/scsi/
H
A
D
dpt_i2o.c
1339
pHba->status_block->
iop_state
!= ADAPTER_STATE_RESET) {
in adpt_i2o_reset_hba()
2412
if(pHba->status_block->
iop_state
== ADAPTER_STATE_FAULTED) {
in adpt_i2o_activate_hba()
2417
if (pHba->status_block->
iop_state
== ADAPTER_STATE_READY ||
in adpt_i2o_activate_hba()
2418
pHba->status_block->
iop_state
== ADAPTER_STATE_OPERATIONAL ||
in adpt_i2o_activate_hba()
2419
pHba->status_block->
iop_state
== ADAPTER_STATE_HOLD ||
in adpt_i2o_activate_hba()
2420
pHba->status_block->
iop_state
== ADAPTER_STATE_FAILED) {
in adpt_i2o_activate_hba()
2422
if (adpt_i2o_status_get(pHba) < 0 || pHba->status_block->
iop_state
!= ADAPTER_STATE_RESET) {
in adpt_i2o_activate_hba()
2692
switch(pHba->status_block->
iop_state
) {
in adpt_i2o_status_get()
2715
printk("%x (unknown!!)\n",pHba->status_block->
iop_state
);
in adpt_i2o_status_get()
2829
sys_tbl->iops[count].
iop_state
in adpt_i2o_build_sys_table()
[all...]
/kernel/linux/linux-5.10/drivers/scsi/dpt/
H
A
D
dpti_i2o.h
108
u8
iop_state
;
member
/kernel/linux/linux-5.10/include/uapi/linux/
H
A
D
i2o-dev.h
235
__u8
iop_state
;
member
/kernel/linux/linux-6.6/include/uapi/linux/
H
A
D
i2o-dev.h
235
__u8
iop_state
;
member
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/linux/
H
A
D
i2o-dev.h
197
__u8
iop_state
;
member
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/
H
A
D
i2o-dev.h
197
__u8
iop_state
;
member
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/
H
A
D
i2o-dev.h
184
__u8
iop_state
;
member
Completed in 10 milliseconds