OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:fbl
(Results
1 - 4
of
4
) 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
= &
fbl
ist;
local in function:fbopen
228
struct fbdevlist *
fbl
= &
fbl
ist;
local in function:fbclose
245
struct fbdevlist *
fbl
= &
fbl
ist;
local in function:fbioctl
262
struct fbdevlist *
fbl
= &
fbl
ist;
local in function:fbpoll
279
struct fbdevlist *
fbl
= &
fbl
ist;
local in function:fbkqfilter
295
struct fbdevlist *
fbl
= &
fbl
ist;
local in function:fbmmap
[
all
...]
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
= &
fbl
ist;
local in function:fbopen
228
struct fbdevlist *
fbl
= &
fbl
ist;
local in function:fbclose
245
struct fbdevlist *
fbl
= &
fbl
ist;
local in function:fbioctl
262
struct fbdevlist *
fbl
= &
fbl
ist;
local in function:fbpoll
279
struct fbdevlist *
fbl
= &
fbl
ist;
local in function:fbkqfilter
295
struct fbdevlist *
fbl
= &
fbl
ist;
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
)
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 111 milliseconds
Indexes created Wed Oct 15 16:09:53 GMT 2025