Searched refs:appendprop (Results 1 – 3 of 3) sorted by relevance
192 child.appendprop(name, b"property-value\0").unwrap(); in modify_fdt()
363 pub fn appendprop<T: AsRef<[u8]>>(&mut self, name: &CStr, value: &T) -> Result<()> { in appendprop() method364 self.fdt.appendprop(self.offset, name, value.as_ref()) in appendprop()
414 fn appendprop(&mut self, node: NodeOffset, name: &CStr, value: &[u8]) -> Result<()> { in appendprop() method