Searched refs:g_emulops (Results 1 - 4 of 4) sorted by relevance

/netbsd-6-1-5-RELEASE/sys/arch/amiga/dev/
H A Dgrfvar.h68 struct wsdisplay_emulops *g_emulops; member in struct:grf_softc
H A Dgrf.c512 ri->ri_ops.cursor = gp->g_emulops->cursor;
513 ri->ri_ops.mapchar = gp->g_emulops->mapchar;
514 ri->ri_ops.copyrows = gp->g_emulops->copyrows;
515 ri->ri_ops.eraserows = gp->g_emulops->eraserows;
516 ri->ri_ops.copycols = gp->g_emulops->copycols;
517 ri->ri_ops.erasecols = gp->g_emulops->erasecols;
518 ri->ri_ops.putchar = gp->g_emulops->putchar;
519 ri->ri_ops.allocattr = gp->g_emulops->allocattr;
H A Dgrf_cv.c538 gp->g_emulops = &cv_textops;
H A Dgrf_cv3d.c490 gp->g_emulops = &cv3d_textops;

Completed in 110 milliseconds