Lines Matching refs:path
740 const char *path = drm_device->nodes[DRM_NODE_RENDER];
747 fd = open(path, O_RDWR | O_CLOEXEC);
751 "Unable to open device %s: out of memory", path);
754 "Unable to open device %s: %m", path);
802 assert(strlen(path) < ARRAY_SIZE(device->path));
803 snprintf(device->path, ARRAY_SIZE(device->path), "%s", path);
1026 if (stat(path, &st) == 0) {
3165 device->fd = open(physical_device->path, O_RDWR | O_CLOEXEC);