Lines Matching full:close
56 close(fd); in open_vgem()
83 struct drm_gem_close close = { in close_handle() local
87 ioctl(vgem_fd, DRM_IOCTL_GEM_CLOSE, &close); in close_handle()
201 close(importer_fd); in test_alloc_and_import()
204 close(dmabuf_fd); in test_alloc_and_import()
205 close(heap_fd); in test_alloc_and_import()
238 /* close them all */ in test_alloc_zeroed()
240 close(dmabuf_fd[i]); in test_alloc_zeroed()
276 /* close them all */ in test_alloc_zeroed()
278 close(dmabuf_fd[k]); in test_alloc_zeroed()
280 close(heap_fd); in test_alloc_zeroed()
358 close(dmabuf_fd); in test_alloc_compat()
364 close(dmabuf_fd); in test_alloc_compat()
367 close(heap_fd); in test_alloc_compat()
389 close(dmabuf_fd); in test_alloc_errors()
390 close(heap_fd); in test_alloc_errors()