fdt_openfirm.c | 41 int off, depth; local in function:OF_peer 51 off = fdtbus_phandle2offset(phandle); 52 if (off < 0) { 57 for (off = fdt_next_node(fdt_data, off, &depth); 58 off >= 0 && depth >= 0; 59 off = fdt_next_node(fdt_data, off, &depth)) { 61 return fdtbus_offset2phandle(off); 72 int off, depth local in function:OF_child 99 int off; local in function:OF_parent 124 int off, len; local in function:OF_nextprop 174 int off, len; local in function:OF_getprop 234 int off, len; local in function:OF_getproplen 291 int off; local in function:OF_finddevice 309 int off; local in function:OF_package_to_path [all...] |