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:bpbFATs
(Results
1 - 5
of
5
) sorted by relevance
/third_party/FreeBSD/sbin/fsck_msdosfs/
H
A
D
boot.c
93
boot->
bpbFATs
= block[16];
in readboot()
94
if (boot->
bpbFATs
== 0) {
in readboot()
95
pfatal("Invalid number of FATs: %u", boot->
bpbFATs
);
in readboot()
251
if (boot->FATsecs < 1 || boot->FATsecs > UINT32_MAX / boot->
bpbFATs
) {
in readboot()
253
boot->
bpbFATs
, (size_t)boot->FATsecs);
in readboot()
259
boot->bpbResSectors + boot->
bpbFATs
* boot->FATsecs;
in readboot()
H
A
D
dosfs.h
48
u_int
bpbFATs
; /* number of
bpbFATs
*/
member
H
A
D
dir.c
480
off = boot->bpbResSectors + boot->
bpbFATs
*
in check_subdirectory()
588
off = boot->bpbResSectors + boot->
bpbFATs
*
in readDosDirSection()
H
A
D
fat.c
1219
for (i = 1; i < boot->
bpbFATs
; i++) {
in writefat()
1226
for (i = fat->is_mmapped ? 1 : 0; i < boot->
bpbFATs
; i++) {
in writefat()
/third_party/FreeBSD/sbin/newfs_msdos/
H
A
D
mkfs_msdos.c
112
u_int8_t
bpbFATs
; /* number of FATs */
member
156
u_int
bpbFATs
; /* number of FATs */
member
409
bpb.
bpbFATs
= o.num_FAT;
in mkfs_msdos()
447
if (!bpb.
bpbFATs
)
in mkfs_msdos()
448
bpb.
bpbFATs
= 2;
in mkfs_msdos()
454
bpb.
bpbFATs
+
in mkfs_msdos()
464
bpb.
bpbFATs
+
in mkfs_msdos()
511
*
bpbFATs
reserved blocks. If bpbSecPerClust changes, it will
in mkfs_msdos()
533
bpb.bpbBytesPerSec * NPB) * bpb.
bpbFATs
+
in mkfs_msdos()
547
if (x1 + (u_int64_t)x * bpb.
bpbFATs
> bp
in mkfs_msdos()
[all...]
Completed in 6 milliseconds