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:FATsecs
(Results
1 - 4
of
4
) sorted by relevance
/third_party/FreeBSD/sbin/fsck_msdosfs/
H
A
D
boot.c
161
boot->
FATsecs
= block[36] + (block[37] << 8)
in readboot()
248
boot->
FATsecs
= boot->bpbFATsmall;
in readboot()
251
if (boot->
FATsecs
< 1 || boot->
FATsecs
> UINT32_MAX / boot->bpbFATs) {
in readboot()
252
pfatal("Invalid FATs(%u) with
FATsecs
(%zu)",
in readboot()
253
boot->bpbFATs, (size_t)boot->
FATsecs
);
in readboot()
259
boot->bpbResSectors + boot->bpbFATs * boot->
FATsecs
;
in readboot()
305
boot->NumFatEntries = (boot->
FATsecs
* boot->bpbBytesPerSec) / 4;
in readboot()
308
boot->NumFatEntries = (boot->
FATsecs
* boot->bpbBytesPerSec) / 2;
in readboot()
311
boot->NumFatEntries = (boot->
FATsecs
* boo
in readboot()
[all...]
H
A
D
dosfs.h
74
u_int32_t
FATsecs
; /* how many sectors are in FAT */
member
H
A
D
fat.c
704
fat->fatsize = boot->
FATsecs
* boot->bpbBytesPerSec;
in _readfat()
1159
dst_off = boot->bpbResSectors + n * boot->
FATsecs
;
in copyfat()
1227
dst_base = boot->bpbResSectors + i * boot->
FATsecs
;
in writefat()
H
A
D
dir.c
481
boot->
FATsecs
;
in check_subdirectory()
589
boot->
FATsecs
;
in readDosDirSection()
Completed in 5 milliseconds