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:maxoffs
(Results
1 - 10
of
10
) sorted by relevance
/kernel/linux/linux-5.10/drivers/scsi/
H
A
D
ncr53c8xx.c
1218
/*3*/ u_char
maxoffs
;
member
1223
/*0*/ u_char
maxoffs
;
member
1679
u_char
maxoffs
; /* Max scsi offset */
member
4079
tp->
maxoffs
? tp->minsync : 0, tp->
maxoffs
);
in ncr_prepare_nego()
5389
if (tp->
maxoffs
> np->
maxoffs
)
in ncr_negotiate()
5390
tp->
maxoffs
= np->
maxoffs
;
in ncr_negotiate()
5393
tp->
maxoffs
in ncr_negotiate()
[all...]
/kernel/linux/linux-6.6/drivers/scsi/
H
A
D
ncr53c8xx.c
1220
/*3*/ u_char
maxoffs
;
member
1225
/*0*/ u_char
maxoffs
;
member
1676
u_char
maxoffs
; /* Max scsi offset */
member
4051
tp->
maxoffs
? tp->minsync : 0, tp->
maxoffs
);
in ncr_prepare_nego()
5248
if (tp->
maxoffs
> np->
maxoffs
)
in ncr_negotiate()
5249
tp->
maxoffs
= np->
maxoffs
;
in ncr_negotiate()
5252
tp->
maxoffs
in ncr_negotiate()
[all...]
/kernel/linux/linux-5.10/drivers/scsi/sym53c8xx_2/
H
A
D
sym_hipd.c
1390
if (goal->offset > np->
maxoffs
)
1391
goal->offset = np->
maxoffs
;
3965
if (ofs > np->
maxoffs
)
3966
{chg = 1; ofs = np->
maxoffs
;}
4091
unsigned char
maxoffs
= dt ? np->maxoffs_dt : np->
maxoffs
;
local
4092
if (ofs >
maxoffs
) {
4094
ofs =
maxoffs
;
4333
if (tp->tgoal.offset > np->
maxoffs
)
4334
tp->tgoal.offset = np->
maxoffs
;
[all...]
H
A
D
sym_hipd.h
916
u_char
maxoffs
; /* Max scsi offset (ST) */
member
H
A
D
sym_glue.c
940
tp->tgoal.offset = np->
maxoffs
;
in sym_exec_user_command()
1283
np->
maxoffs
= dev->chip.offset_max;
in sym_attach()
/kernel/linux/linux-6.6/drivers/scsi/sym53c8xx_2/
H
A
D
sym_hipd.c
1390
if (goal->offset > np->
maxoffs
)
1391
goal->offset = np->
maxoffs
;
3965
if (ofs > np->
maxoffs
)
3966
{chg = 1; ofs = np->
maxoffs
;}
4091
unsigned char
maxoffs
= dt ? np->maxoffs_dt : np->
maxoffs
;
local
4092
if (ofs >
maxoffs
) {
4094
ofs =
maxoffs
;
4333
if (tp->tgoal.offset > np->
maxoffs
)
4334
tp->tgoal.offset = np->
maxoffs
;
[all...]
H
A
D
sym_hipd.h
916
u_char
maxoffs
; /* Max scsi offset (ST) */
member
H
A
D
sym_glue.c
935
tp->tgoal.offset = np->
maxoffs
;
in sym_exec_user_command()
1278
np->
maxoffs
= dev->chip.offset_max;
in sym_attach()
/kernel/linux/linux-5.10/drivers/video/fbdev/sis/
H
A
D
sis_main.c
3104
u32
maxoffs
= ivideo->video_size - ivideo->hwcursor_size - ivideo->cmdQueueSize;
in sisfb_getheapstart()
local
3137
def =
maxoffs
- 0x8000;
in sisfb_getheapstart()
3141
if((!ret) || (ret >
maxoffs
) || (ivideo->cardnumber != 0))
in sisfb_getheapstart()
/kernel/linux/linux-6.6/drivers/video/fbdev/sis/
H
A
D
sis_main.c
3116
u32
maxoffs
= ivideo->video_size - ivideo->hwcursor_size - ivideo->cmdQueueSize;
in sisfb_getheapstart()
local
3149
def =
maxoffs
- 0x8000;
in sisfb_getheapstart()
3153
if((!ret) || (ret >
maxoffs
) || (ivideo->cardnumber != 0))
in sisfb_getheapstart()
Completed in 53 milliseconds