Searched refs:fbs (Results 1 – 3 of 3) sorted by relevance
71 #define COPY_SECT(fbf, fbs, snum) \ argument72 lea FB_SECTIONS(fbf), fbs; \75 addl FB_SEC_OFFSET(fbs), %esi; \76 movl FB_SEC_PADDR(fbs), %edi; \77 movl FB_SEC_SIZE(fbs), %ecx; \81 movl FB_SEC_BSS_SIZE(fbs), %ecx; \84 add $FB_SECTIONS_INCR, fbs; \
63 /dev/vt/console_user 0600 /dev/fbs/* # frame buffers
1380 struct vgaregmap *fbs, in vgatext_return_pointers() argument1384 fbs->addr = softc->fb.addr; in vgatext_return_pointers()1385 fbs->handle = softc->fb.handle; in vgatext_return_pointers()1386 fbs->mapped = softc->fb.mapped; in vgatext_return_pointers()