OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:BSDData
(Results
1 - 5
of
5
) sorted by null
/external/gptfdisk/
bsd.cc
29
BSDData
::
BSDData
(void) {
41
BSDData
::~
BSDData
(void) {
48
int
BSDData
::ReadBSDData(const string & device, uint64_t startSector, uint64_t endSector) {
64
} //
BSDData
::ReadBSDData() (device filename version)
68
int
BSDData
::ReadBSDData(DiskIO *theDisk, uint64_t startSector, uint64_t endSector) {
140
cerr << "Unable to allocate memory in
BSDData
::ReadBSDData()! Terminating!\n";
174
} //
BSDData
::ReadBSDData(DiskIO* theDisk, uint64_t startSector)
177
void
BSDData
::ReverseMetaBytes(void)
[
all
...]
bsd.h
38
*
BSDData
class and related structures *
59
// about memory errors whenever a
BSDData
variable is destroyed.
61
class
BSDData
{
76
BSDData
(void);
77
~
BSDData
(void);
gpt.h
139
int XFormDisklabel(
BSDData
* disklabel);
gpt.cc
703
BSDData
bsdDisklabel;
742
BSDData
bsdDisklabel;
[
all
...]
gpttext.cc
119
BSDData
disklabel;
[
all
...]
Completed in 3292 milliseconds