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:VolumeStatus
(Results
1 - 8
of
8
) sorted by relevance
/kernel/linux/linux-5.10/drivers/message/fusion/lsi/
H
A
D
mpi_raid.h
147
U32
VolumeStatus
; /* 14h */
member
H
A
D
mpi_cnfg.h
228
* New status value for RAID Volume Page 0
VolumeStatus
2254
/* RAID Volume Page 0
VolumeStatus
defines */
2313
RAID_VOL0_STATUS
VolumeStatus
; /* 08h */
member
/kernel/linux/linux-6.6/drivers/message/fusion/lsi/
H
A
D
mpi_raid.h
147
U32
VolumeStatus
; /* 14h */
member
H
A
D
mpi_cnfg.h
228
* New status value for RAID Volume Page 0
VolumeStatus
2254
/* RAID Volume Page 0
VolumeStatus
defines */
2313
RAID_VOL0_STATUS
VolumeStatus
; /* 08h */
member
/kernel/linux/linux-5.10/drivers/message/fusion/
H
A
D
mptbase.c
5685
(buffer->
VolumeStatus
.Flags & MPI_RAIDVOL0_STATUS_FLAG_VOLUME_INACTIVE ||
in mpt_inactive_raid_volumes()
5686
(buffer->
VolumeStatus
.Flags & MPI_RAIDVOL0_STATUS_FLAG_ENABLED) == 0 ||
in mpt_inactive_raid_volumes()
5687
buffer->
VolumeStatus
.State == MPI_RAIDVOL0_STATUS_STATE_FAILED ||
in mpt_inactive_raid_volumes()
5688
buffer->
VolumeStatus
.State == MPI_RAIDVOL0_STATUS_STATE_MISSING) ? 1 : 0;
in mpt_inactive_raid_volumes()
H
A
D
mptsas.c
4259
if (!(buffer->
VolumeStatus
.Flags &
in mptsas_adding_inactive_raid_components()
/kernel/linux/linux-6.6/drivers/message/fusion/
H
A
D
mptbase.c
5690
(buffer->
VolumeStatus
.Flags & MPI_RAIDVOL0_STATUS_FLAG_VOLUME_INACTIVE ||
in mpt_inactive_raid_volumes()
5691
(buffer->
VolumeStatus
.Flags & MPI_RAIDVOL0_STATUS_FLAG_ENABLED) == 0 ||
in mpt_inactive_raid_volumes()
5692
buffer->
VolumeStatus
.State == MPI_RAIDVOL0_STATUS_STATE_FAILED ||
in mpt_inactive_raid_volumes()
5693
buffer->
VolumeStatus
.State == MPI_RAIDVOL0_STATUS_STATE_MISSING) ? 1 : 0;
in mpt_inactive_raid_volumes()
H
A
D
mptsas.c
4288
if (!(buffer->
VolumeStatus
.Flags &
in mptsas_adding_inactive_raid_components()
Completed in 50 milliseconds