HomeSort by: relevance | last modified time | path
    Searched defs:fbl (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/dev/sun/
fb.c 108 struct fbdevlist *fbl = &fblist; local in function:fb_unblank
110 while (fbl != NULL && fbl->fb_dev != NULL) {
111 (*fbl->fb_dev->fb_driver->fbd_unblank)(fbl->fb_dev->fb_device);
112 fbl = fbl->fb_next;
163 struct fbdevlist *fbl = &fblist; local in function:fb_attach
171 while (fbl->fb_next != NULL) {
172 fbl = fbl->fb_next
211 struct fbdevlist *fbl = &fblist; local in function:fbopen
228 struct fbdevlist *fbl = &fblist; local in function:fbclose
245 struct fbdevlist *fbl = &fblist; local in function:fbioctl
262 struct fbdevlist *fbl = &fblist; local in function:fbpoll
279 struct fbdevlist *fbl = &fblist; local in function:fbkqfilter
295 struct fbdevlist *fbl = &fblist; local in function:fbmmap
    [all...]
  /src/sys/external/bsd/drm2/dist/drm/
drm_framebuffer.c 438 struct drm_framebuffer *fbl = NULL; local in function:drm_mode_rmfb
449 list_for_each_entry(fbl, &file_priv->fbs, filp_head)
450 if (fb == fbl)

Completed in 12 milliseconds