Home
last modified time | relevance | path

Searched refs:nr_fds (Results 1 – 1 of 1) sorted by relevance

/external/libdrm/
Dxf86drm.c2629 static int nr_fds = 0; variable
2643 for (i = 0; i < nr_fds; i++) in drmOpenOnceWithType()
2652 if (fd < 0 || nr_fds == DRM_MAX_FDS) in drmOpenOnceWithType()
2655 connection[nr_fds].BusID = strdup(BusID); in drmOpenOnceWithType()
2656 connection[nr_fds].fd = fd; in drmOpenOnceWithType()
2657 connection[nr_fds].refcount = 1; in drmOpenOnceWithType()
2658 connection[nr_fds].type = type; in drmOpenOnceWithType()
2663 nr_fds, connection[nr_fds].BusID, in drmOpenOnceWithType()
2664 strcmp(BusID, connection[nr_fds].BusID)); in drmOpenOnceWithType()
2666 nr_fds++; in drmOpenOnceWithType()
[all …]