Home
last modified time | relevance | path

Searched refs:fbdevlist (Results 1 – 1 of 1) sorted by relevance

/netbsd/src/sys/dev/sun/
Dfb.c72 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()
[all …]