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:bpbSectors
(Results
1 - 3
of
3
) sorted by relevance
/third_party/FreeBSD/sbin/fsck_msdosfs/
H
A
D
boot.c
107
boot->
bpbSectors
= block[19] + (block[20] << 8);
in readboot()
108
if (boot->
bpbSectors
!= 0 && (boot->flags & FAT32)) {
in readboot()
110
boot->
bpbSectors
);
in readboot()
140
} else if (boot->
bpbSectors
== 0) {
in readboot()
144
boot->NumSectors = boot->
bpbSectors
;
in readboot()
146
if (boot->
bpbSectors
!= 0) {
in readboot()
H
A
D
dosfs.h
50
u_int32_t
bpbSectors
; /* total number of sectors */
member
/third_party/FreeBSD/sbin/newfs_msdos/
H
A
D
mkfs_msdos.c
114
u_int8_t
bpbSectors
[2]; /* total sectors */
member
158
u_int
bpbSectors
; /* total sectors */
member
312
bpb.bpbHugeSectors = bpb.
bpbSectors
;
in mkfs_msdos()
313
bpb.
bpbSectors
= 0;
in mkfs_msdos()
602
bpb.
bpbSectors
= bpb.bpbHugeSectors;
in mkfs_msdos()
680
mk2(bsbpb->
bpbSectors
, bpb.
bpbSectors
);
in mkfs_msdos()
1003
if (bpb->
bpbSectors
)
in print_bpb()
1004
printf(" Sectors=%u", bpb->
bpbSectors
);
in print_bpb()
Completed in 3 milliseconds