Searched refs:fbl (Results 1 – 4 of 4) sorted by relevance
| /netbsd/src/sys/dev/sun/ |
| D | fb.c | 108 struct fbdevlist *fbl = &fblist; in fb_unblank() local 110 while (fbl != NULL && fbl->fb_dev != NULL) { in fb_unblank() 111 (*fbl->fb_dev->fb_driver->fbd_unblank)(fbl->fb_dev->fb_device); in fb_unblank() 112 fbl = fbl->fb_next; in fb_unblank() 163 struct fbdevlist *fbl = &fblist; in fb_attach() local 171 while (fbl->fb_next != NULL) { in fb_attach() 172 fbl = fbl->fb_next; in fb_attach() 175 fbl->fb_next = malloc(sizeof (struct fbdevlist), in fb_attach() 177 fbl = fbl->fb_next; in fb_attach() 179 fbl->fb_dev = fblist.fb_dev; in fb_attach() [all …]
|
| /netbsd/src/sys/external/bsd/drm2/dist/drm/ |
| D | drm_framebuffer.c | 438 struct drm_framebuffer *fbl = NULL; in drm_mode_rmfb() local 449 list_for_each_entry(fbl, &file_priv->fbs, filp_head) in drm_mode_rmfb() 450 if (fb == fbl) in drm_mode_rmfb()
|
| /netbsd/src/external/gpl3/gdb/dist/opcodes/ |
| D | ChangeLog-0203 | 1168 fbl, fble, fblg, fbn, fbne, fbnz, fbo, fbu, fbue, fbug, fbuge,
|
| /netbsd/src/external/gpl3/binutils/dist/opcodes/ |
| D | ChangeLog-0203 | 1168 fbl, fble, fblg, fbn, fbne, fbnz, fbo, fbu, fbue, fbug, fbuge,
|