Lines Matching refs:fbdevlist
72 struct fbdevlist { struct
74 struct fbdevlist *fb_next; argument
77 static struct fbdevlist fblist = {
108 struct fbdevlist *fbl = &fblist; in fb_unblank()
163 struct fbdevlist *fbl = &fblist; in fb_attach()
175 fbl->fb_next = malloc(sizeof (struct fbdevlist), in fb_attach()
195 fbl->fb_next = malloc(sizeof (struct fbdevlist), in fb_attach()
211 struct fbdevlist *fbl = &fblist; in fbopen()
228 struct fbdevlist *fbl = &fblist; in fbclose()
245 struct fbdevlist *fbl = &fblist; in fbioctl()
262 struct fbdevlist *fbl = &fblist; in fbpoll()
279 struct fbdevlist *fbl = &fblist; in fbkqfilter()
295 struct fbdevlist *fbl = &fblist; in fbmmap()