Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/io/
H A Dtem.c372 (void) ldi_ioctl(tems.ts_hdl, VIS_DEVFINI, 0, in tems_failed()
375 (void) ldi_close(tems.ts_hdl, NULL, credp); in tems_failed()
376 tems.ts_hdl = NULL; in tems_failed()
415 &tems.ts_hdl, term_li) != 0) { in tem_info_init()
430 if (ldi_ioctl(tems.ts_hdl, VIS_DEVINIT, in tem_info_init()
690 (void) ldi_ioctl(tems.ts_hdl, VIS_CONSDISPLAY, in tems_display_layered()
707 (void) ldi_ioctl(tems.ts_hdl, VIS_CONSCOPY, in tems_copy_layered()
722 (void) ldi_ioctl(tems.ts_hdl, VIS_CONSCURSOR, in tems_cursor_layered()
731 (void) ldi_ioctl(tems.ts_hdl, KDSETMODE, in tem_kdsetmode()
752 (void) ldi_ioctl(tems.ts_hdl, VIS_PUTCMAP, (intptr_t)&cm, in tems_reset_colormap()
/titanic_41/usr/src/uts/common/sys/
H A Dtem_impl.h203 ldi_handle_t ts_hdl; /* Framework handle for layered on dev */ member