Home
last modified time | relevance | path

Searched refs:ts_hdl (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/uts/common/io/
H A Dtem.c387 (void) ldi_ioctl(tems.ts_hdl, VIS_DEVFINI, 0, in tems_failed()
390 (void) ldi_close(tems.ts_hdl, 0, credp); in tems_failed()
391 tems.ts_hdl = NULL; in tems_failed()
430 &tems.ts_hdl, term_li) != 0) { in tem_info_init()
445 if (ldi_ioctl(tems.ts_hdl, VIS_DEVINIT, in tem_info_init()
723 (void) ldi_ioctl(tems.ts_hdl, VIS_CONSCLEAR, in tems_cls_layered()
739 (void) ldi_ioctl(tems.ts_hdl, VIS_CONSDISPLAY, in tems_display_layered()
755 (void) ldi_ioctl(tems.ts_hdl, VIS_CONSCOPY, in tems_copy_layered()
769 (void) ldi_ioctl(tems.ts_hdl, VIS_CONSCURSOR, in tems_cursor_layered()
778 (void) ldi_ioctl(tems.ts_hdl, KDSETMODE, in tem_kdsetmode()
[all …]
/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()
332 tems.ts_hdl = NULL; in tems_failed()
356 tems.ts_hdl = cp; in tem_info_init()
653 if (tems.ts_hdl == NULL) in tems_cls()
655 return (tems.ts_hdl->c_ioctl(tems.ts_hdl, VIS_CONSCLEAR, pda)); in tems_cls()
666 if (tems.ts_hdl != NULL) in tems_display()
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()
[all …]
/illumos-gate/usr/src/boot/sys/sys/
H A Dtem_impl.h241 struct console *ts_hdl; /* Framework handle for dev */ member
/illumos-gate/usr/src/uts/common/sys/
H A Dtem_impl.h265 ldi_handle_t ts_hdl; /* Framework handle for layered on dev */ member