Searched refs:c_ioctl (Results 1 – 12 of 12) sorted by relevance
/illumos-gate/usr/src/uts/common/sys/dktp/ |
H A D | controller.h | 62 int (*c_ioctl)(opaque_t, int, intptr_t, int); member 93 (*((struct ctl_obj *)(X))->c_ops->c_ioctl) \
|
/illumos-gate/usr/src/boot/i386/libi386/ |
H A D | nullconsole.c | 59 .c_ioctl = NULL,
|
H A D | spinconsole.c | 60 .c_ioctl = NULL,
|
H A D | comconsole.c | 180 tty->c_ioctl = comc_ioctl; in comc_ini()
|
H A D | vidconsole.c | 100 .c_ioctl = vidc_ioctl,
|
/illumos-gate/usr/src/uts/common/io/audio/impl/ |
H A D | audio_ddi.c | 398 rv = (c->c_ioctl == NULL) ? ENXIO : c->c_ioctl(c, cmd, arg, mode, in audio_ioctl()
|
H A D | audio_impl.h | 208 #define c_ioctl c_ops.aco_ioctl macro
|
/illumos-gate/usr/src/boot/common/ |
H A D | tem.c | 330 (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 D | bootstrap.h | 118 int (*c_ioctl)(struct console *, int, void *); member
|
/illumos-gate/usr/src/boot/efi/libefi/ |
H A D | efi_console.c | 133 .c_ioctl = efi_cons_ioctl,
|
H A D | efiserialio.c | 650 tty->c_ioctl = efi_serial_ioctl; in efi_serial_create_port()
|
H A D | efiisaio.c | 600 tty->c_ioctl = efi_isa_ioctl; in efi_isa_ini()
|