Home
last modified time | relevance | path

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

/freebsd/sys/dev/syscons/
H A Dscvtb.c244 bcopy_io(sc_vtb_pointer(vtb, from), in sc_vtb_move()
261 bcopy_io(sc_vtb_pointer(vtb, at + count), in sc_vtb_delete()
284 bcopy_io(sc_vtb_pointer(vtb, at), in sc_vtb_ins()
/freebsd/sys/dev/fb/
H A Dfbreg.h46 #define bcopy_io(s, d, c) copyw((void*)(s), (void*)(d), (c)) macro
54 #define bcopy_io(s, d, c) ofwfb_bcopy((void *)(s), (void *)(d), (c)) macro
70 #define bcopy_io(s, d, c) memcpy((void *)(d), (void *)(s), (c)) macro
87 #define bcopy_io(s, d, c) memcpy_io((d), (s), (c)) macro