Searched refs:check_full (Results 1 – 2 of 2) sorted by relevance
597 libfdt::check_full(fdt)?; in from_slice()608 libfdt::check_full(fdt)?; in from_mut_slice()
43 pub(crate) fn check_full(fdt: &[u8]) -> Result<()> { in check_full() function