Lines Matching refs:nodes
3277 * only device nodes in /dev/dri/ */
3414 * only device nodes in /dev/dri/ */
4019 device->nodes = (char **)ptr;
4024 device->nodes[i] = ptr;
4028 memcpy(device->nodes[type], node, max_node_length);
4468 memcpy(local_devices[i]->nodes[node_type],
4469 local_devices[j]->nodes[node_type], drmGetMaxNodeName());
4490 if (stat(device->nodes[i], &sbuf) == 0 &&
4500 * 3x64 devices nodes. That's 64 for each of primary, control and
4501 * render nodes. Rounded it up to 256 for simplicity.
4519 * DRI device nodes on OpenBSD are not in their own directory, they reside
4520 * in /dev along with a large number of statically generated /dev nodes.
4599 fprintf(stderr, "More than %d drm nodes detected. "
4601 "Skipping extra nodes\n", MAX_DRM_NODES);
4712 fprintf(stderr, "More than %d drm nodes detected. "
4714 "Skipping extra nodes\n", MAX_DRM_NODES);