Home
last modified time | relevance | path

Searched refs:c_ioctl (Results 1 – 11 of 11) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/dktp/
H A Dcontroller.h62 int (*c_ioctl)(opaque_t, int, intptr_t, int); member
93 (*((struct ctl_obj *)(X))->c_ops->c_ioctl) \
/illumos-gate/usr/src/boot/efi/loader/
H A Defiserialio.c91 .c_ioctl = comc_ioctl,
105 .c_ioctl = comc_ioctl,
119 .c_ioctl = comc_ioctl,
133 .c_ioctl = comc_ioctl,
/illumos-gate/usr/src/boot/i386/libi386/
H A Dnullconsole.c59 .c_ioctl = NULL,
H A Dspinconsole.c60 .c_ioctl = NULL,
H A Dcomconsole.c180 tty->c_ioctl = comc_ioctl; in comc_ini()
H A Dvidconsole.c100 .c_ioctl = vidc_ioctl,
/illumos-gate/usr/src/uts/common/io/audio/impl/
H A Daudio_ddi.c398 rv = (c->c_ioctl == NULL) ? ENXIO : c->c_ioctl(c, cmd, arg, mode, in audio_ioctl()
H A Daudio_impl.h208 #define c_ioctl c_ops.aco_ioctl macro
/illumos-gate/usr/src/boot/common/
H A Dtem.c330 (void) tems.ts_hdl->c_ioctl(tems.ts_hdl, VIS_DEVFINI, NULL); in tems_failed()
364 if (cp->c_ioctl(cp, VIS_DEVINIT, &temargs) != 0) { in tem_info_init()
655 return (tems.ts_hdl->c_ioctl(tems.ts_hdl, VIS_CONSCLEAR, pda)); in tems_cls()
667 (void) tems.ts_hdl->c_ioctl(tems.ts_hdl, VIS_CONSDISPLAY, pda); in tems_display()
680 (void) tems.ts_hdl->c_ioctl(tems.ts_hdl, VIS_CONSCOPY, pma); in tems_copy()
691 (void) tems.ts_hdl->c_ioctl(tems.ts_hdl, VIS_CONSCURSOR, pca); in tems_cursor()
698 (void) tems.ts_hdl->c_ioctl(tems.ts_hdl, KDSETMODE, in tem_kdsetmode()
719 (void) tems.ts_hdl->c_ioctl(tems.ts_hdl, in tems_reset_colormap()
H A Dbootstrap.h118 int (*c_ioctl)(struct console *, int, void *); member
/illumos-gate/usr/src/boot/efi/libefi/
H A Defi_console.c130 .c_ioctl = efi_cons_ioctl,