sys/dev/fb/fbreg.h
49
#define bzero_io(d, c) bzero((void *)(d), (c))
sys/dev/fb/fbreg.h
57
#define bzero_io(d, c) ofwfb_bzero((void *)(d), (c))
sys/dev/fb/fbreg.h
73
#define bzero_io(d, c) memset((void *)(d), 0, (c))
sys/dev/fb/fbreg.h
90
#define bzero_io(d, c) memset_io((d), 0, (c))