Lines Matching defs:handle
77 virtio_gpu_map->handle,
128 uint32_t handle = 0;
171 ret = drm_gem_handle_create(file, obj, &handle);
178 rc->bo_handle = handle;
181 * The handle owns the reference now. But we must drop our
183 * the obj. Otherwise userspace could guess the handle and
339 obj = drm_gem_object_lookup(file, args->handle);
490 uint32_t handle = 0;
544 ret = drm_gem_handle_create(file, obj, &handle);
551 rc_blob->bo_handle = handle;
554 * The handle owns the reference now. But we must drop our
556 * the obj. Otherwise userspace could guess the handle and