STRUCTS
PartitionMap
Defined in fuchsia.boot.metadata/metadata.fidl
This is a direct copy of zbi.PartitionMap.
Field | Type | Description | Default |
---|---|---|---|
block_count |
uint64
|
Total blocks used on the device. |
No default |
block_size |
uint64
|
Size of each block in bytes. |
No default |
partition_count |
uint32
|
Number of partitions in the map. |
No default |
reserved |
uint32
|
Reserved for future use. |
No default |
guid |
PartitionGuid
|
Device GUID. |
No default |
TABLES
MacAddressMetadata
Defined in fuchsia.boot.metadata/metadata.fidl
Metadata containing the device's MAC address for Ethernet, Wifi, Bluetooth, etc.
Ordinal | Field | Type | Description |
---|---|---|---|
1 |
mac_address |
fuchsia.net/MacAddress
|
The MAC address as described in the Zircon Boot Image. |
PartitionMapMetadata
Defined in fuchsia.boot.metadata/metadata.fidl
Metadata containing the partition map for raw block device.
Ordinal | Field | Type | Description |
---|---|---|---|
1 |
partition_map |
PartitionMap
|
The partition map as described in the Zircon Boot Image. |
SerialNumberMetadata
Defined in fuchsia.boot.metadata/metadata.fidl
Metadata containing the device's serial number.
Ordinal | Field | Type | Description |
---|---|---|---|
1 |
serial_number |
string:32
|
The serial number as described in the Zircon Boot Image. |
CONSTANTS
Name | Value | Type | Description |
---|---|---|---|
PARTITION_GUID_LEN |
32
|
uint64 |
|
SERIAL_NUMBER_LEN |
32
|
uint8 |
ALIASES
Name | Value | Description |
---|---|---|
PartitionGuid |
array [PARTITION_GUID_LEN ] |