Searched defs:fbs (Results 1 - 2 of 2) sorted by relevance

/solaris-x11-s11/open-src/lib/libXext/sun-src/src/
H A DXPanoramiX.c480 int fbs; local
495 xiGetInfo = XineramaGetInfo(display, screen_number, rects, hints, &fbs);
513 fbs = 1;
514 if ((fb < 0) || (fb >= fbs)) /* fb value not valid */
573 if ((fb > -1) && (fb < fbs)) /* if fb has a legal value */
/solaris-x11-s11/open-src/kernel/sys/drm/
H A DdrmP.h1057 * fbs - List of framebuffers associated with this file.
1059 * Protected by fbs_lock. Note that the fbs list holds a reference on
1062 struct list_head fbs; member in struct:drm_file

Completed in 323 milliseconds