Home
last modified time | relevance | path

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

/freebsd/sys/sys/
H A Dconsio.h309 typedef struct term_info term_info_t; typedef
311 #define CONS_GETTERM _IOWR('c', 112, term_info_t)
312 #define CONS_SETTERM _IOW('c', 113, term_info_t)
/freebsd/sys/dev/syscons/
H A Dsyscons.c1554 if (((term_info_t *)data)->ti_index == 0) { in sctty_ioctl()
1558 ((term_info_t *)data)->ti_index); in sctty_ioctl()
1561 strncpy(((term_info_t *)data)->ti_name, sw->te_name, in sctty_ioctl()
1562 sizeof(((term_info_t *)data)->ti_name)); in sctty_ioctl()
1563 strncpy(((term_info_t *)data)->ti_desc, sw->te_desc, in sctty_ioctl()
1564 sizeof(((term_info_t *)data)->ti_desc)); in sctty_ioctl()
1565 ((term_info_t *)data)->ti_flags = 0; in sctty_ioctl()
1568 ((term_info_t *)data)->ti_name[0] = '\0'; in sctty_ioctl()
1569 ((term_info_t *)data)->ti_desc[0] = '\0'; in sctty_ioctl()
1570 ((term_info_t *)data)->ti_flags = 0; in sctty_ioctl()
[all …]