ra8-firmware 0.1.0
Bare-metal firmware for the Renesas RA8 family (RA8D2 / RA8P1)
Loading...
Searching...
No Matches
internal_export_validation_t Struct Reference

Context retained while a staged artifact is structurally checked. More...

Collaboration diagram for internal_export_validation_t:

Data Fields

mdl_storage_tstorage
 Borrowed storage scratch.
mdl_export_workspace_tworkspace
 Borrowed verifier arena.
mdl_format_t format
 Exact artifact format.
uint64_t extent
 Exact staged extent.
size_t export_high_water
 Pre-validation high-water.

Detailed Description

Context retained while a staged artifact is structurally checked.

Definition at line 27 of file mdl_export_io.c.

Field Documentation

◆ export_high_water

size_t internal_export_validation_t::export_high_water

Pre-validation high-water.

Definition at line 32 of file mdl_export_io.c.

Referenced by internal_validate_stage().

◆ extent

uint64_t internal_export_validation_t::extent

Exact staged extent.

Definition at line 31 of file mdl_export_io.c.

Referenced by internal_validate_stage().

◆ format

mdl_format_t internal_export_validation_t::format

Exact artifact format.

Definition at line 30 of file mdl_export_io.c.

Referenced by internal_validate_stage().

◆ storage

mdl_storage_t* internal_export_validation_t::storage

Borrowed storage scratch.

Definition at line 28 of file mdl_export_io.c.

Referenced by internal_validate_stage().

◆ workspace

mdl_export_workspace_t* internal_export_validation_t::workspace

Borrowed verifier arena.

Definition at line 29 of file mdl_export_io.c.

Referenced by internal_validate_stage().


The documentation for this struct was generated from the following file: