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:bpbRootDirEnts
(Results
1 - 4
of
4
) sorted by relevance
/third_party/FreeBSD/sbin/newfs_msdos/
H
A
D
mkfs_msdos.c
113
u_int8_t
bpbRootDirEnts
[2]; /* root directory entries */
member
157
u_int
bpbRootDirEnts
; /* root directory entries */
member
370
bpb.
bpbRootDirEnts
= 0;
in mkfs_msdos()
412
bpb.
bpbRootDirEnts
= o.directory_entries;
in mkfs_msdos()
455
howmany(bpb.
bpbRootDirEnts
? bpb.
bpbRootDirEnts
: DEFRDE,
in mkfs_msdos()
461
else if (bpb.
bpbRootDirEnts
|| bpb.bpbHugeSectors <
in mkfs_msdos()
524
if (fat != 32 && !bpb.
bpbRootDirEnts
)
in mkfs_msdos()
525
bpb.
bpbRootDirEnts
= DEFRDE;
in mkfs_msdos()
526
rds = howmany(bpb.
bpbRootDirEnts
,
in mkfs_msdos()
[all...]
/third_party/FreeBSD/sbin/fsck_msdosfs/
H
A
D
boot.c
100
boot->
bpbRootDirEnts
= block[17] + (block[18] << 8);
in readboot()
101
if (!boot->
bpbRootDirEnts
) {
in readboot()
102
/*
bpbRootDirEnts
= 0 suggests that we are FAT32 */
in readboot()
257
boot->FirstCluster = (boot->
bpbRootDirEnts
* 32 +
in readboot()
H
A
D
dosfs.h
49
u_int
bpbRootDirEnts
; /* number of root directory entries */
member
H
A
D
dir.c
229
rootdir_size = boot->
bpbRootDirEnts
* 32;
in resetDosDirSection()
574
iosize = boot->
bpbRootDirEnts
* 32;
in readDosDirSection()
575
entries = boot->
bpbRootDirEnts
;
in readDosDirSection()
Completed in 4 milliseconds