Lines Matching defs:root
341 bof_t *bcs, *blob, *array, *bo, *size, *handle, *device_id, *root;
346 root = device_id = bcs = blob = array = bo = size = handle = NULL;
347 root = bof_object();
348 if (root == NULL)
353 if (bof_object_set(root, "device_id", device_id))
361 if (bof_object_set(root, "reloc", blob))
369 if (bof_object_set(root, "pm4", blob))
409 if (bof_object_set(root, "bo", array))
412 bof_dump_file(root, tmp);
420 bof_decref(root);