Home
last modified time | relevance | path

Searched refs:disklabel (Results 1 - 5 of 5) sorted by relevance

/third_party/FreeBSD/sbin/newfs_msdos/
H A Dmkfs_define.h96 * disklabel
100 struct disklabel { struct
H A Dmkfs_msdos.c30 /* 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 Dgpt.cc799 // 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 Dgpt.h80 int bsdFound; // set to 1 if BSD disklabel detected in MBR
139 int XFormDisklabel(BSDData* disklabel);
H A Dgpttext.cc119 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