Searched refs:kd_mode (Results 1 – 1 of 1) sorted by relevance
333 int kd_mode; in do_gfx_ioctl() local337 kd_mode = (int)data; in do_gfx_ioctl()338 if ((kd_mode == softc->mode) || (!GFXP_IS_CONSOLE(softc))) in do_gfx_ioctl()340 return (softc->gfxp_ops->kdsetmode(softc, kd_mode)); in do_gfx_ioctl()343 kd_mode = softc->mode; in do_gfx_ioctl()344 if (ddi_copyout(&kd_mode, (void *)data, sizeof (int), mode)) in do_gfx_ioctl()