Lines Matching defs:node
403 int err, node;
412 /* Assert the node offset point to "arm,io-fip-handle" compatible property */
414 node = fdt_node_offset_by_compatible(dtb, -1, compatible_str);
415 if (node < 0) {
417 return node;
423 err = fdtw_read_uuid(dtb, node, load_info[i].name, 16,
440 uuid_helper.uuid_struct.node[0], uuid_helper.uuid_struct.node[1],
441 uuid_helper.uuid_struct.node[2], uuid_helper.uuid_struct.node[3],
442 uuid_helper.uuid_struct.node[4], uuid_helper.uuid_struct.node[5]);