Home | History | Annotate | Download | only in sun

Lines Matching defs:fb_next

74 	struct fbdevlist *fb_next;
112 fbl = fbl->fb_next;
171 while (fbl->fb_next != NULL) {
172 fbl = fbl->fb_next;
175 fbl->fb_next = malloc(sizeof (struct fbdevlist),
177 fbl = fbl->fb_next;
180 fbl->fb_next = NULL;
191 while (fbl->fb_next != NULL) {
192 fbl = fbl->fb_next;
195 fbl->fb_next = malloc(sizeof (struct fbdevlist),
197 fbl = fbl->fb_next;
201 fbl->fb_next = NULL;
215 fbl = fbl->fb_next;
232 fbl = fbl->fb_next;
249 fbl = fbl->fb_next;
266 fbl = fbl->fb_next;
283 fbl = fbl->fb_next;
299 fbl = fbl->fb_next;