Searched refs:new_fd (Results 1 - 8 of 8) sorted by relevance
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/iris/ |
| H A D | iris_fence.c | 272 sync_merge_fd(int sync_fd, int new_fd) argument 275 return new_fd; 277 if (new_fd == -1) 282 .fd2 = new_fd, 287 close(new_fd);
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/pipe-loader/ |
| H A D | pipe_loader_drm.c | 218 int new_fd; local in function:pipe_loader_drm_probe_fd 220 if (fd < 0 || (new_fd = fcntl(fd, F_DUPFD_CLOEXEC, 3)) < 0) 223 ret = pipe_loader_drm_probe_fd_nodup(dev, new_fd); 225 close(new_fd);
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/pipe-loader/ |
| H A D | pipe_loader_drm.c | 188 int new_fd; local in function:pipe_loader_drm_probe_fd 190 if (fd < 0 || (new_fd = os_dupfd_cloexec(fd)) < 0) 193 ret = pipe_loader_drm_probe_fd_nodup(dev, new_fd); 195 close(new_fd);
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/crocus/ |
| H A D | crocus_fence.c | 401 sync_merge_fd(int sync_fd, int new_fd) argument 404 return new_fd; 406 if (new_fd == -1) 411 .fd2 = new_fd, 416 close(new_fd);
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/iris/ |
| H A D | iris_fence.c | 452 sync_merge_fd(int sync_fd, int new_fd) argument 455 return new_fd; 457 if (new_fd == -1) 462 .fd2 = new_fd, 467 close(new_fd);
|
| /xsrc/external/mit/MesaLib.old/dist/src/intel/tools/ |
| H A D | intel_sanitize_gpu.c | 119 dup_drm_fd(int old_fd, int new_fd) argument 125 _mesa_hash_table_insert(fds_to_bo_sizes, (void*)(uintptr_t)new_fd,
|
| /xsrc/external/mit/MesaLib/dist/src/intel/tools/ |
| H A D | intel_sanitize_gpu.c | 119 dup_drm_fd(int old_fd, int new_fd) argument 125 _mesa_hash_table_insert(fds_to_bo_sizes, (void*)(uintptr_t)new_fd,
|
| /xsrc/external/mit/xcb-proto/dist/xcbgen/ |
| H A D | xtypes.py | 103 new_fd = Field(self, module.get_type_name('INT32'), fd_name, True, False, False, None, True) 107 complex_type.fields[idx] = new_fd 110 complex_type.fields.append(new_fd)
|
Completed in 8 milliseconds