Searched refs:fbs (Results 1 - 4 of 4) 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/drm/src/
H A Ddrm_fops.c199 INIT_LIST_HEAD(&priv->fbs);
H A Ddrm_crtc.c1315 list_for_each(lh, &file->fbs)
1323 list_for_each_entry(fb, struct drm_framebuffer, &file->fbs, filp_head) {
1954 * connectors from it), hence we need to refcount the fbs across all
2310 list_add(&fb->filp_head, &file->fbs, (caddr_t)fb);
2490 list_add(&fb->filp_head, &file->fbs, (caddr_t)fb);
2527 list_for_each_entry(fbl, struct drm_framebuffer, &file->fbs, filp_head)
2534 /* Mark fb as reaped, we still have a ref from fpriv->fbs. */
2682 list_for_each_entry_safe(fb, tfb, struct drm_framebuffer, &priv->fbs, filp_head) {
2685 /* Mark fb as reaped, we still have a ref from fpriv->fbs. */
2691 /* This will also drop the fpriv->fbs referenc
[all...]
/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 591 milliseconds