Home
last modified time | relevance | path

Searched refs:fdt_estimated_size (Results 1 – 1 of 1) sorted by relevance

/packages/modules/Virtualization/virtualizationmanager/src/
Ddebug_config.rs122 let fdt_estimated_size = overlay_buf_size + DEVICE_TREE_EMPTY_TREE_SIZE_BYTES; in from_overlay_onto_new_fdt() localVariable
123 let mut fdt_buf = vec![0_u8; fdt_estimated_size]; in from_overlay_onto_new_fdt()