Searched refs:fd_name (Results 1 – 6 of 6) sorted by relevance
/third_party/mesa3d/src/util/ |
D | os_memory_fd.c | 102 os_malloc_aligned_fd(size_t size, size_t alignment, int *fd, char const *fd_name, char const *drive… in os_malloc_aligned_fd() argument 122 mem_fd = os_create_anonymous_file(alloc_size, fd_name); in os_malloc_aligned_fd()
|
D | os_memory_fd.h | 47 os_malloc_aligned_fd(size_t size, size_t alignment, int *fd, char const *fd_name, char const *drive…
|
/third_party/grpc/src/core/lib/iomgr/ |
D | tcp_server_windows.cc | 360 std::string fd_name = absl::StrCat("tcp_server:", peer_name_string); in on_accept() local 361 ep = grpc_tcp_create(grpc_winsocket_create(sock, fd_name.c_str()), in on_accept()
|
D | ev_epoll1_linux.cc | 355 std::string fd_name = absl::StrCat(name, " fd=", fd); in fd_create() local 356 grpc_iomgr_register_object(&new_fd->iomgr_object, fd_name.c_str()); in fd_create() 360 gpr_log(GPR_DEBUG, "FD %d %p create %s", fd, new_fd, fd_name.c_str()); in fd_create()
|
D | ev_epollex_linux.cc | 172 std::string fd_name = absl::StrCat(name, " fd=", fd); in grpc_fd() local 173 grpc_iomgr_register_object(&iomgr_object, fd_name.c_str()); in grpc_fd() 176 gpr_log(GPR_DEBUG, "FD %d %p create %s", fd, this, fd_name.c_str()); in grpc_fd()
|
/third_party/mesa3d/src/freedreno/vulkan/ |
D | tu_device.c | 208 const char *fd_name = fd_dev_name(&device->dev_id); in tu_physical_device_init() local 209 if (strncmp(fd_name, "FD", 2) == 0) { in tu_physical_device_init() 212 "Turnip Adreno (TM) %s", &fd_name[2]); in tu_physical_device_init() 214 device->name = vk_strdup(&instance->vk.alloc, fd_name, in tu_physical_device_init()
|