Searched refs:fbs (Results 1 - 4 of 4) sorted by relevance
/solaris-x11-s12/open-src/lib/libXext/sun-src/src/ |
H A D | XPanoramiX.c | 482 int fbs; local 497 xiGetInfo = XineramaGetInfo(display, screen_number, rects, hints, &fbs); 515 fbs = 1; 516 if ((fb < 0) || (fb >= fbs)) /* fb value not valid */ 575 if ((fb >= 0) && (fb < fbs) && (fb < MAXSCREEN)) /* if fb has a legal value */
|
/solaris-x11-s12/open-src/kernel/drm/src/ |
H A D | drm_fops.c | 199 INIT_LIST_HEAD(&priv->fbs);
|
H A D | drm_crtc.c | 1315 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-s12/open-src/kernel/sys/drm/ |
H A D | drmP.h | 1060 * fbs - List of framebuffers associated with this file. 1062 * Protected by fbs_lock. Note that the fbs list holds a reference on 1065 struct list_head fbs; member in struct:drm_file
|
Completed in 28 milliseconds