Searched refs:next_subnode (Results 1 – 5 of 5) sorted by relevance
287 fn next_subnode(&self) -> Result<Option<Self>> { in next_subnode() method288 let offset = self.fdt.next_subnode(self.offset)?; in next_subnode()467 pub fn next_subnode(self) -> Result<Option<Self>> { in next_subnode() method468 let offset = self.fdt.next_subnode(self.offset)?; in next_subnode()475 let next_offset = self.fdt.next_subnode(self.offset)?; in delete_and_next_subnode()
308 self.subnode = self.subnode.and_then(|node| node.next_subnode().ok()?); in next()
179 fn next_subnode(&self, node: NodeOffset) -> Result<Option<NodeOffset>> { in next_subnode() method
445 let mut next_subnode = next.first_subnode()?; localVariable448 let mut subnode = next_subnode.ok_or(FdtError::NoSpace)?;450 next_subnode = subnode.next_subnode()?;453 while let Some(current) = next_subnode {454 next_subnode = current.delete_and_next_subnode()?;506 core_node.next_subnode()? in patch_cpus()
382 subnode_iter = subnode.next_subnode().unwrap(); in node_mut_delete_and_next_subnode()