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:vtoc
(Results
1 - 10
of
10
) sorted by relevance
/kernel/linux/linux-5.10/block/partitions/
H
A
D
sun.c
40
__be32 sanity; /* To verify
vtoc
sanity */
in sun_partition()
43
}
vtoc
;
in sun_partition()
member
95
use_vtoc = ((be32_to_cpu(label->
vtoc
.sanity) == SUN_VTOC_SANITY) &&
in sun_partition()
96
(be32_to_cpu(label->
vtoc
.version) == 1) &&
in sun_partition()
97
(be16_to_cpu(label->
vtoc
.nparts) <= 8));
in sun_partition()
100
nparts = (use_vtoc) ? be16_to_cpu(label->
vtoc
.nparts) : 8;
in sun_partition()
106
use_vtoc = use_vtoc || !(label->
vtoc
.sanity ||
in sun_partition()
107
label->
vtoc
.version || label->
vtoc
.nparts);
in sun_partition()
119
if (be16_to_cpu(label->
vtoc
in sun_partition()
[all...]
H
A
D
msdos.c
234
__le32 v_sanity; /* to verify
vtoc
sanity */
274
snprintf(tmp, sizeof(tmp), " cannot handle version %d
vtoc
>\n",
in parse_solaris_x86()
475
}
vtoc
;
member
494
le32_to_cpu(l->
vtoc
.v_magic) != UNIXWARE_DISKMAGIC2) {
in parse_unixware()
504
p = &l->
vtoc
.v_slice[1];
in parse_unixware()
506
while (p - &l->
vtoc
.v_slice[0] < UNIXWARE_NUMSLICE) {
in parse_unixware()
H
A
D
ibm.c
15
#include <asm/
vtoc
.h>
155
blk = cchhb2blk(&label->vol.
vtoc
, geo) + 1;
in find_vol1_partitions()
/kernel/linux/linux-6.6/block/partitions/
H
A
D
sun.c
40
__be32 sanity; /* To verify
vtoc
sanity */
in sun_partition()
43
}
vtoc
;
in sun_partition()
member
94
use_vtoc = ((be32_to_cpu(label->
vtoc
.sanity) == SUN_VTOC_SANITY) &&
in sun_partition()
95
(be32_to_cpu(label->
vtoc
.version) == 1) &&
in sun_partition()
96
(be16_to_cpu(label->
vtoc
.nparts) <= 8));
in sun_partition()
99
nparts = (use_vtoc) ? be16_to_cpu(label->
vtoc
.nparts) : 8;
in sun_partition()
105
use_vtoc = use_vtoc || !(label->
vtoc
.sanity ||
in sun_partition()
106
label->
vtoc
.version || label->
vtoc
.nparts);
in sun_partition()
118
if (be16_to_cpu(label->
vtoc
in sun_partition()
[all...]
H
A
D
msdos.c
235
__le32 v_sanity; /* to verify
vtoc
sanity */
275
snprintf(tmp, sizeof(tmp), " cannot handle version %d
vtoc
>\n",
in parse_solaris_x86()
476
}
vtoc
;
member
495
le32_to_cpu(l->
vtoc
.v_magic) != UNIXWARE_DISKMAGIC2) {
in parse_unixware()
505
p = &l->
vtoc
.v_slice[1];
in parse_unixware()
507
while (p - &l->
vtoc
.v_slice[0] < UNIXWARE_NUMSLICE) {
in parse_unixware()
H
A
D
ibm.c
15
#include <asm/
vtoc
.h>
155
blk = cchhb2blk(&label->vol.
vtoc
, geo) + 1;
in find_vol1_partitions()
/kernel/linux/linux-5.10/arch/s390/include/uapi/asm/
H
A
D
vtoc.h
47
struct vtoc_cchhb
vtoc
; /* VTOC address */
member
/kernel/linux/linux-6.6/arch/s390/include/uapi/asm/
H
A
D
vtoc.h
47
struct vtoc_cchhb
vtoc
; /* VTOC address */
member
/kernel/linux/linux-5.10/drivers/s390/block/
H
A
D
dasd_diag.c
29
#include <asm/
vtoc
.h>
/kernel/linux/linux-6.6/drivers/s390/block/
H
A
D
dasd_diag.c
29
#include <asm/
vtoc
.h>
Completed in 8 milliseconds