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:disklabel
(Results
1 - 5
of
5
) sorted by relevance
/third_party/FreeBSD/sbin/newfs_msdos/
H
A
D
mkfs_define.h
96
*
disklabel
100
struct
disklabel
{
struct
H
A
D
mkfs_msdos.c
30
/* In the makefs case we only want struct
disklabel
*/
39
#include <sys/
disklabel
.h>
853
compute_geometry_from_file(int fd, const char *fname, struct
disklabel
*lp)
in compute_geometry_from_file()
907
struct
disklabel
*lp, dlp;
in getdiskinfo()
/third_party/gptfdisk/
H
A
D
gpt.cc
799
// protective MBR) and loads BSD
disklabel
data (which is probably invalid).
805
// Read the MBR & check for BSD
disklabel
in PartitionScan()
1626
* Partition table transformation functions (MBR or BSD
disklabel
to GPT) *
1632
// MBR (use_mbr), the GPT (use_gpt), the BSD
disklabel
(use_bsd), or create
1657
<< "Found invalid GPT and valid BSD
disklabel
; converting BSD
disklabel
\n"
in UseWhichPartitions()
1736
// Transforms BSD
disklabel
on the specified partition (numbered from 0).
1742
BSDData
disklabel
;
in XFormDisklabel()
local
1753
// If all is OK, read the
disklabel
and convert it.
in XFormDisklabel()
1755
goOn =
disklabel
in XFormDisklabel()
1774
XFormDisklabel(BSDData*
disklabel
)
XFormDisklabel()
argument
[all...]
H
A
D
gpt.h
80
int bsdFound; // set to 1 if BSD
disklabel
detected in MBR
139
int XFormDisklabel(BSDData*
disklabel
);
H
A
D
gpttext.cc
119
BSDData
disklabel
;
in XFormDisklabel()
local
126
cout << "Specified partition doesn't have a
disklabel
partition type "
in XFormDisklabel()
413
cout << "WARNING: APM or BSD
disklabel
structures detected! This operation could\n"
in DestroyGPTwPrompt()
833
cout << "t\ttransform BSD
disklabel
partition\n";
in ShowRecoveryCommands()
Completed in 8 milliseconds