Lines Matching defs:softc

171 #define	VGATEXT_IS_CONSOLE(softc) ((softc)->flags & VGATEXT_FLAG_CONSOLE)  argument
356 vgatext_check_for_console(dev_info_t *devi, struct vgatext_softc *softc, in vgatext_check_for_console()
435 struct vgatext_softc *softc; in vgatext_attach() local
622 struct vgatext_softc *softc = getsoftc(instance); in vgatext_detach() local
676 struct vgatext_softc *softc; in vgatext_info() local
709 struct vgatext_softc *softc = getsoftc(DEV2INST(*devp)); in vgatext_open() local
725 do_gfx_ioctl(int cmd, intptr_t data, int mode, struct vgatext_softc *softc) in do_gfx_ioctl()
843 struct vgatext_softc *softc = getsoftc(DEV2INST(dev)); in vgatext_ioctl() local
866 vgatext_save_text(struct vgatext_softc *softc) in vgatext_save_text()
886 vgatext_kdsettext(struct vgatext_softc *softc) in vgatext_kdsettext()
903 vgatext_kdsetgraphics(struct vgatext_softc *softc) in vgatext_kdsetgraphics()
914 vgatext_kdsetmode(struct vgatext_softc *softc, int mode) in vgatext_kdsetmode()
952 struct vgatext_softc *softc; in vgatext_devmap() local
987 vgatext_devinit(struct vgatext_softc *softc, struct vis_devinit *data) in vgatext_devinit()
1007 vgatext_cons_display(struct vgatext_softc *softc, struct vis_consdisplay *da) in vgatext_cons_display()
1058 vgatext_cons_copy(struct vgatext_softc *softc, struct vis_conscopy *ma) in vgatext_cons_copy()
1138 vgatext_cons_cursor(struct vgatext_softc *softc, struct vis_conscursor *ca) in vgatext_cons_cursor()
1184 vgatext_hide_cursor(struct vgatext_softc *softc) in vgatext_hide_cursor()
1190 vgatext_set_cursor(struct vgatext_softc *softc, int row, int col) in vgatext_set_cursor()
1206 vgatext_get_cursor(struct vgatext_softc *softc, in vgatext_get_cursor()
1223 vgatext_set_text(struct vgatext_softc *softc) in vgatext_set_text()
1279 vgatext_init(struct vgatext_softc *softc) in vgatext_init()
1302 vgatext_init_graphics(struct vgatext_softc *softc) in vgatext_init_graphics()
1312 vgatext_setfont(struct vgatext_softc *softc) in vgatext_setfont()
1399 vgatext_save_colormap(struct vgatext_softc *softc) in vgatext_save_colormap()
1415 vgatext_restore_colormap(struct vgatext_softc *softc) in vgatext_restore_colormap()