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:FAT32
(Results
1 - 3
of
3
) sorted by relevance
/third_party/FreeBSD/sbin/fsck_msdosfs/
H
A
D
boot.c
102
/* bpbRootDirEnts = 0 suggests that we are
FAT32
*/
in readboot()
103
boot->flags |=
FAT32
;
in readboot()
108
if (boot->bpbSectors != 0 && (boot->flags &
FAT32
)) {
in readboot()
109
pfatal("Invalid 16-bit total sector count on
FAT32
: %u",
in readboot()
119
if (boot->bpbFATsmall != 0 && (boot->flags &
FAT32
)) {
in readboot()
120
pfatal("Invalid 16-bit FAT sector count on
FAT32
: %u",
in readboot()
137
if (boot->flags &
FAT32
) {
in readboot()
138
pfatal("
FAT32
with sector count of zero");
in readboot()
153
if (boot->flags &
FAT32
) {
in readboot()
154
/* If the OEM Name field is EXFAT, it's not
FAT32
, s
in readboot()
[all...]
H
A
D
dosfs.h
65
#define
FAT32
1 /* this is a
FAT32
file system */
macro
68
* various parts of
FAT32
? XXX
70
int ValidFat; /* valid fat if
FAT32
non-mirrored */
H
A
D
dir.c
251
if (boot->flags &
FAT32
) {
in resetDosDirSection()
373
/* startcl is < CLUST_FIRST for !
FAT32
root */
in removede()
415
* The maximum file size on
FAT32
is 4GiB - 1, which
in checksize()
479
if (!(boot->flags &
FAT32
) && !dir->parent) {
in check_subdirectory()
572
is_legacyroot = (dir->parent == NULL && !(boot->flags &
FAT32
));
in readDosDirSection()
997
* non-
FAT32
root directory below.
in readDosDirSection()
1016
* The root directory of non-
FAT32
filesystems is in a special
in readDosDirSection()
Completed in 2 milliseconds