Home
last modified time | relevance | path

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

/packages/modules/Virtualization/libs/libfdt/src/
Dlib.rs597 libfdt::check_full(fdt)?; in from_slice()
608 libfdt::check_full(fdt)?; in from_mut_slice()
Dlibfdt.rs43 pub(crate) fn check_full(fdt: &[u8]) -> Result<()> { in check_full() function