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:bpbResSectors
(Results
1 - 5
of
5
) sorted by relevance
/third_party/FreeBSD/sbin/newfs_msdos/
H
A
D
mkfs_msdos.c
111
u_int8_t
bpbResSectors
[2]; /* reserved sectors */
member
155
u_int
bpbResSectors
; /* reserved sectors */
member
402
bpb.
bpbResSectors
= o.reserved_sectors;
in mkfs_msdos()
450
if (bpb.bpbHugeSectors < (bpb.
bpbResSectors
? bpb.
bpbResSectors
: bss) +
in mkfs_msdos()
462
(bpb.
bpbResSectors
? bpb.
bpbResSectors
: bss) +
in mkfs_msdos()
500
set_res = (bpb.
bpbResSectors
== 0);
in mkfs_msdos()
517
bpb.
bpbResSectors
= ((fat == 32) ?
in mkfs_msdos()
519
else if (bpb.
bpbResSectors
<
in mkfs_msdos()
[all...]
/third_party/FreeBSD/sbin/fsck_msdosfs/
H
A
D
boot.c
85
boot->
bpbResSectors
= block[14] + (block[15] << 8);
in readboot()
86
if (boot->
bpbResSectors
< 1) {
in readboot()
88
boot->
bpbResSectors
);
in readboot()
259
boot->
bpbResSectors
+ boot->bpbFATs * boot->FATsecs;
in readboot()
H
A
D
fat.c
590
off = boot->
bpbResSectors
;
in checkdirty()
657
off = boot->
bpbResSectors
;
in cleardirty()
706
off = boot->
bpbResSectors
;
in _readfat()
737
fat->fat32_offset = boot->
bpbResSectors
* 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
dosfs.h
47
u_int
bpbResSectors
; /* number of reserved sectors */
member
H
A
D
dir.c
480
off = boot->
bpbResSectors
+ boot->bpbFATs *
in check_subdirectory()
588
off = boot->
bpbResSectors
+ boot->bpbFATs *
in readDosDirSection()
Completed in 5 milliseconds