Searched refs:g_iteputc (Results 1 - 14 of 14) sorted by relevance

/netbsd-current/sys/arch/atari/dev/
H A Dgrfvar.h73 void (*g_iteputc)(struct ite_softc *, int, int, member in struct:grf_softc
H A Dite_et.c278 sc->g_iteputc = et_putc;
H A Dite_cc.c313 sc->g_iteputc = putc8;
H A Dite.c86 #define SUBR_PUTC(sc,c,dy,dx,m) (sc)->grf->g_iteputc(sc,c,dy,dx,m)
/netbsd-current/sys/arch/amiga/dev/
H A Dgrfvar.h80 void (*g_iteputc)(struct ite_softc *, int, int, int, int); member in struct:grf_softc
H A Dite_cl.c99 gp->g_iteputc = cl_putc;
H A Dite_cv.c108 gp->g_iteputc = cv_putc;
H A Dite_cv3d.c108 gp->g_iteputc = cv3d_putc;
H A Dite_et.c101 gp->g_iteputc = et_putc;
H A Dite_rh.c88 gp->g_iteputc = rh_putc;
H A Dite_rt.c97 gp->g_iteputc = retina_putc;
H A Dite_ul.c134 gp->g_iteputc = ulowell_putc;
H A Dite_cc.c191 gp->g_iteputc = putc8;
H A Dite.c90 #define SUBR_PUTC(ip,c,dy,dx,m) (ip)->grf->g_iteputc(ip,c,dy,dx,m)

Completed in 232 milliseconds