Lines Matching defs:node
117 int node;
123 /* Assert the node offset point to "st,io-fip-handle" compatible property */
126 node = fdt_node_offset_by_compatible(dtb, -1, compatible_str);
127 if (node < 0) {
129 return node;
139 err = fdtw_read_uuid(dtb, node, load_info[i].name, 16,
156 uuid_helper.uuid_struct.node[0], uuid_helper.uuid_struct.node[1],
157 uuid_helper.uuid_struct.node[2], uuid_helper.uuid_struct.node[3],
158 uuid_helper.uuid_struct.node[4], uuid_helper.uuid_struct.node[5]);