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:aac_write
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-6.6/drivers/scsi/aacraid/
H
A
D
aachba.c
1458
struct
aac_write
*writecmd;
in aac_write_block()
1463
writecmd = (struct
aac_write
*) fib_data(fib);
in aac_write_block()
1475
fibsize = sizeof(struct
aac_write
) +
in aac_write_block()
2270
sizeof(struct
aac_write
) + sizeof(struct sgentry)) /
in aac_get_adapter_info()
2513
static int
aac_write
(struct scsi_cmnd * scsicmd)
in aac_write()
function
2576
dprintk((KERN_DEBUG "
aac_write
[cpu %d]: lba = %llu, t = %ld.\n",
in aac_write()
2593
printk(KERN_WARNING "
aac_write
: aac_fib_send failed with status: %d\n", status);
in aac_write()
2875
return
aac_write
(scsicmd);
in aac_scsi_cmd()
H
A
D
comminit.c
526
- sizeof(struct
aac_write
) + sizeof(struct sgentry))
in aac_init_adapter()
H
A
D
aacraid.h
1882
struct
aac_write
struct
/kernel/linux/linux-5.10/drivers/scsi/aacraid/
H
A
D
comminit.c
526
- sizeof(struct
aac_write
) + sizeof(struct sgentry))
in aac_init_adapter()
H
A
D
aachba.c
1445
struct
aac_write
*writecmd;
in aac_write_block()
1450
writecmd = (struct
aac_write
*) fib_data(fib);
in aac_write_block()
1462
fibsize = sizeof(struct
aac_write
) +
in aac_write_block()
2262
sizeof(struct
aac_write
) + sizeof(struct sgentry)) /
in aac_get_adapter_info()
2510
static int
aac_write
(struct scsi_cmnd * scsicmd)
in aac_write()
function
2574
dprintk((KERN_DEBUG "
aac_write
[cpu %d]: lba = %llu, t = %ld.\n",
in aac_write()
2591
printk(KERN_WARNING "
aac_write
: aac_fib_send failed with status: %d\n", status);
in aac_write()
2876
return
aac_write
(scsicmd);
in aac_scsi_cmd()
H
A
D
aacraid.h
1881
struct
aac_write
struct
Completed in 25 milliseconds