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:sense_rc
(Results
1 - 8
of
8
) sorted by relevance
/kernel/linux/linux-6.6/drivers/target/
H
A
D
target_core_xcopy.c
552
sense_reason_t
sense_rc
;
in target_xcopy_issue_pt_cmd()
local
554
sense_rc
= transport_generic_new_cmd(se_cmd);
in target_xcopy_issue_pt_cmd()
555
if (
sense_rc
)
in target_xcopy_issue_pt_cmd()
666
sense_reason_t
sense_rc
;
in target_xcopy_do_work()
local
668
sense_rc
= target_parse_xcopy_cmd(xop);
in target_xcopy_do_work()
669
if (
sense_rc
!= TCM_NO_SENSE)
in target_xcopy_do_work()
673
sense_rc
= TCM_INVALID_PARAMETER_LIST;
in target_xcopy_do_work()
771
sense_rc
= TCM_COPY_TARGET_DEVICE_NOT_REACHABLE;
in target_xcopy_do_work()
778
__func__, rc,
sense_rc
);
in target_xcopy_do_work()
779
target_complete_cmd_with_sense(ec_cmd, SAM_STAT_CHECK_CONDITION,
sense_rc
);
in target_xcopy_do_work()
[all...]
/kernel/linux/linux-5.10/drivers/s390/net/
H
A
D
ctcm_main.c
317
if (ch->
sense_rc
!= 0x01) {
in ccw_unit_check()
321
ch->
sense_rc
= 0x01;
in ccw_unit_check()
325
if (ch->
sense_rc
!= SNS0_INTERVENTION_REQ) {
in ccw_unit_check()
329
ch->
sense_rc
= SNS0_INTERVENTION_REQ;
in ccw_unit_check()
335
if (ch->
sense_rc
!= SNS0_BUS_OUT_CHECK) {
in ccw_unit_check()
339
ch->
sense_rc
= SNS0_BUS_OUT_CHECK;
in ccw_unit_check()
343
if (ch->
sense_rc
!= SNS0_EQUIPMENT_CHECK) {
in ccw_unit_check()
347
ch->
sense_rc
= SNS0_EQUIPMENT_CHECK;
in ccw_unit_check()
352
if (ch->
sense_rc
!= SNS0_BUS_OUT_CHECK) {
in ccw_unit_check()
356
ch->
sense_rc
in ccw_unit_check()
[all...]
H
A
D
ctcm_main.h
199
__u8
sense_rc
; /* last unit check sense code report control */
member
H
A
D
ctcm_fsms.c
441
ch->
sense_rc
= 0; /* reset unit check report control */
in chx_firstio()
/kernel/linux/linux-6.6/drivers/s390/net/
H
A
D
ctcm_main.c
317
if (ch->
sense_rc
!= 0x01) {
in ccw_unit_check()
321
ch->
sense_rc
= 0x01;
in ccw_unit_check()
325
if (ch->
sense_rc
!= SNS0_INTERVENTION_REQ) {
in ccw_unit_check()
329
ch->
sense_rc
= SNS0_INTERVENTION_REQ;
in ccw_unit_check()
335
if (ch->
sense_rc
!= SNS0_BUS_OUT_CHECK) {
in ccw_unit_check()
339
ch->
sense_rc
= SNS0_BUS_OUT_CHECK;
in ccw_unit_check()
343
if (ch->
sense_rc
!= SNS0_EQUIPMENT_CHECK) {
in ccw_unit_check()
347
ch->
sense_rc
= SNS0_EQUIPMENT_CHECK;
in ccw_unit_check()
352
if (ch->
sense_rc
!= SNS0_BUS_OUT_CHECK) {
in ccw_unit_check()
356
ch->
sense_rc
in ccw_unit_check()
[all...]
H
A
D
ctcm_main.h
200
__u8
sense_rc
; /* last unit check sense code report control */
member
H
A
D
ctcm_fsms.c
441
ch->
sense_rc
= 0; /* reset unit check report control */
in chx_firstio()
/kernel/linux/linux-5.10/drivers/target/
H
A
D
target_core_xcopy.c
577
sense_reason_t
sense_rc
;
in target_xcopy_issue_pt_cmd()
local
579
sense_rc
= transport_generic_new_cmd(se_cmd);
in target_xcopy_issue_pt_cmd()
580
if (
sense_rc
)
in target_xcopy_issue_pt_cmd()
Completed in 11 milliseconds