Lines Matching +defs:c +defs:mode

46 #define bcopy_io(s, d, c)	copyw((void*)(s), (void*)(d), (c))  argument
47 #define bcopy_toio(s, d, c) copyw((void*)(s), (void*)(d), (c)) argument
48 #define bcopy_fromio(s, d, c) copyw((void*)(s), (void*)(d), (c)) argument
49 #define bzero_io(d, c) bzero((void *)(d), (c)) argument
50 #define fill_io(p, d, c) fill((p), (void *)(d), (c)) argument
51 #define fillw_io(p, d, c) fillw((p), (void *)(d), (c)) argument
54 #define bcopy_io(s, d, c) ofwfb_bcopy((void *)(s), (void *)(d), (c)) argument
55 #define bcopy_toio(s, d, c) ofwfb_bcopy((void *)(s), (void *)(d), (c)) argument
56 #define bcopy_fromio(s, d, c) ofwfb_bcopy((void *)(s), (void *)(d), (c)) argument
57 #define bzero_io(d, c) ofwfb_bzero((void *)(d), (c)) argument
58 #define fillw(p, d, c) ofwfb_fillw((p), (void *)(d), (c)) argument
59 #define fillw_io(p, d, c) ofwfb_fillw((p), (void *)(d), (c)) argument
70 #define bcopy_io(s, d, c) memcpy((void *)(d), (void *)(s), (c)) argument
71 #define bcopy_toio(s, d, c) memcpy((void *)(d), (void *)(s), (c)) argument
72 #define bcopy_fromio(s, d, c) memcpy((void *)(d), (void *)(s), (c)) argument
73 #define bzero_io(d, c) memset((void *)(d), 0, (c)) argument
74 #define fill_io(p, d, c) memset((void *)(d), (p), (c)) argument
81 #define fillw_io(p, d, c) fillw((p), (void *)(d), (c)) argument
87 #define bcopy_io(s, d, c) memcpy_io((d), (s), (c)) argument
88 #define bcopy_toio(s, d, c) memcpy_toio((d), (void *)(s), (c)) argument
89 #define bcopy_fromio(s, d, c) memcpy_fromio((void *)(d), (s), (c)) argument
90 #define bzero_io(d, c) memset_io((d), 0, (c)) argument
91 #define fill_io(p, d, c) memset_io((d), (p), (c)) argument
92 #define fillw(p, d, c) memsetw((d), (p), (c)) argument
93 #define fillw_io(p, d, c) memsetw_io((d), (p), (c)) argument
186 #define vidd_get_info(adp, mode, info) \ argument
188 #define vidd_query_mode(adp, mode) \ argument
190 #define vidd_set_mode(adp, mode) \ argument
192 #define vidd_save_font(adp, page, size, width, data, c, count) \ argument
195 #define vidd_load_font(adp, page, size, width, data, c, count) \ argument
219 #define vidd_blank_display(adp, mode) \ argument
244 #define vidd_putc(adp, offset, c, a) \ argument