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:vptable
(Results
1 - 1
of
1
) sorted by relevance
/device/qemu/riscv32_virt/liteos_m/board/fs/
H
A
D
ff_gen_drv.c
43
int SetupVolToPartTable(int index, PARTITION
vptable
, DiskioDrvTypeDef *dskDrv)
in SetupVolToPartTable()
argument
49
VolToPart[index].di =
vptable
.di; /* Physics disk id */
in SetupVolToPartTable()
50
VolToPart[index].pd =
vptable
.pd; /* Physical drive number */
in SetupVolToPartTable()
51
VolToPart[index].pt =
vptable
.pt; /* Partition: 0:Auto detect, 1-4:Forced partition) */
in SetupVolToPartTable()
52
VolToPart[index].ps =
vptable
.ps; /* Partition start sector */
in SetupVolToPartTable()
53
VolToPart[index].pc =
vptable
.pc; /* Partition sector count */
in SetupVolToPartTable()
Completed in 1 milliseconds