Lines Matching defs:handle
63 uint32_t handle;
209 if (reloc->handle == bo->handle) {
262 reloc->handle = bo->handle;
341 bof_t *bcs, *blob, *array, *bo, *size, *handle, *device_id, *root;
346 root = device_id = bcs = blob = array = bo = size = handle = NULL;
388 handle = bof_int32(csg->relocs_bo[i]->handle);
389 if (handle == NULL)
391 if (bof_object_set(bo, "handle", handle))
393 bof_decref(handle);
394 handle = NULL;
418 bof_decref(handle);