HomeSort by: relevance | last modified time | path
    Searched refs:max_node_length (Results 1 - 1 of 1) sorted by relevancy

  /xsrc/external/mit/libdrm/dist/
xf86drm.c 4234 size_t max_node_length, extra, size; local
4239 max_node_length = ALIGN(drmGetMaxNodeName(), sizeof(void *));
4240 extra = DRM_NODE_MAX * (sizeof(void *) + max_node_length);
4257 ptr += max_node_length;
4260 memcpy(device->nodes[type], node, max_node_length);
4704 const int max_node_length = ALIGN(drmGetMaxNodeName(), sizeof(void *)); local
4717 if (written + 1 > max_node_length)
4829 const int max_node_length = ALIGN(drmGetMaxNodeName(), sizeof(void *)); local
4855 if (n + 1 > max_node_length)

Completed in 55 milliseconds