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:floppy_count
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/drivers/block/
H
A
D
swim.c
211
int
floppy_count
;
member
753
if (drive >= swd->
floppy_count
)
in floppy_find()
762
struct floppy_state *fs = &swd->unit[swd->
floppy_count
];
in swim_add_floppy()
777
swd->
floppy_count
++;
in swim_add_floppy()
814
for (drive = 0; drive < swd->
floppy_count
; drive++) {
in swim_floppy_init()
837
for (drive = 0; drive < swd->
floppy_count
; drive++) {
in swim_floppy_init()
937
for (drive = 0; drive < swd->
floppy_count
; drive++) {
in swim_remove()
948
for (drive = 0; drive < swd->
floppy_count
; drive++)
in swim_remove()
H
A
D
swim3.c
219
static int
floppy_count
= 0;
variable
1179
if (
floppy_count
>= MAX_FLOPPIES)
in swim3_attach()
1182
if (
floppy_count
== 0) {
in swim3_attach()
1194
fs = &floppy_states[
floppy_count
];
in swim3_attach()
1207
rc = swim3_add_device(mdev,
floppy_count
);
in swim3_attach()
1212
disk->first_minor =
floppy_count
;
in swim3_attach()
1217
sprintf(disk->disk_name, "fd%d",
floppy_count
);
in swim3_attach()
1221
disks[
floppy_count
++] = disk;
in swim3_attach()
1231
if (
floppy_count
== 0)
in swim3_attach()
/kernel/linux/linux-6.6/drivers/block/
H
A
D
swim.c
213
int
floppy_count
;
member
750
struct floppy_state *fs = &swd->unit[swd->
floppy_count
];
in swim_add_floppy()
765
swd->
floppy_count
++;
in swim_add_floppy()
816
for (drive = 0; drive < swd->
floppy_count
; drive++) {
in swim_floppy_init()
834
for (drive = 0; drive < swd->
floppy_count
; drive++) {
in swim_floppy_init()
925
for (drive = 0; drive < swd->
floppy_count
; drive++)
in swim_remove()
932
for (drive = 0; drive < swd->
floppy_count
; drive++)
in swim_remove()
H
A
D
swim3.c
220
static int
floppy_count
= 0;
variable
1196
if (
floppy_count
>= MAX_FLOPPIES)
in swim3_attach()
1199
if (
floppy_count
== 0) {
in swim3_attach()
1205
fs = &floppy_states[
floppy_count
];
in swim3_attach()
1219
rc = swim3_add_device(mdev,
floppy_count
);
in swim3_attach()
1224
disk->first_minor =
floppy_count
;
in swim3_attach()
1230
sprintf(disk->disk_name, "fd%d",
floppy_count
);
in swim3_attach()
1236
disks[
floppy_count
++] = disk;
in swim3_attach()
1244
if (
floppy_count
== 0)
in swim3_attach()
Completed in 11 milliseconds