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

  /src/sys/dev/sun/
fb.c 72 struct fbdevlist { struct
74 struct fbdevlist *fb_next;
77 static struct fbdevlist fblist = {
108 struct fbdevlist *fbl = &fblist;
163 struct fbdevlist *fbl = &fblist;
175 fbl->fb_next = malloc(sizeof (struct fbdevlist),
195 fbl->fb_next = malloc(sizeof (struct fbdevlist),
211 struct fbdevlist *fbl = &fblist;
228 struct fbdevlist *fbl = &fblist;
245 struct fbdevlist *fbl = &fblist
    [all...]

Completed in 14 milliseconds