c_ioctl
int (*c_ioctl)(struct console *, int, void *);
(void) tems.ts_hdl->c_ioctl(tems.ts_hdl, VIS_DEVFINI, NULL);
if (cp->c_ioctl(cp, VIS_DEVINIT, &temargs) != 0) {
return (tems.ts_hdl->c_ioctl(tems.ts_hdl, VIS_CONSCLEAR, pda));
(void) tems.ts_hdl->c_ioctl(tems.ts_hdl, VIS_CONSDISPLAY, pda);
(void) tems.ts_hdl->c_ioctl(tems.ts_hdl, VIS_CONSCOPY, pma);
(void) tems.ts_hdl->c_ioctl(tems.ts_hdl, VIS_CONSCURSOR, pca);
(void) tems.ts_hdl->c_ioctl(tems.ts_hdl, KDSETMODE,
(void) tems.ts_hdl->c_ioctl(tems.ts_hdl,
.c_ioctl = efi_cons_ioctl,
tty->c_ioctl = efi_isa_ioctl;
tty->c_ioctl = efi_serial_ioctl;
tty->c_ioctl = comc_ioctl;
.c_ioctl = NULL,
.c_ioctl = NULL,
.c_ioctl = vidc_ioctl,
rv = (c->c_ioctl == NULL) ? ENXIO : c->c_ioctl(c, cmd, arg, mode,
int (*c_ioctl)(opaque_t, int, intptr_t, int);
(*((struct ctl_obj *)(X))->c_ops->c_ioctl) \