Home
last modified time | relevance | path

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

/dflybsd-src/sys/sys/
H A Dconsio.h257 typedef struct term_info term_info_t; typedef
259 #define CONS_GETTERM _IOWR('c', 112, term_info_t)
260 #define CONS_SETTERM _IOW('c', 113, term_info_t)
/dflybsd-src/sys/dev/misc/syscons/
H A Dsyscons.c1571 if (((term_info_t *)data)->ti_index == 0) { in scioctl()
1574 sw = sc_term_match_by_number(((term_info_t *)data)->ti_index); in scioctl()
1577 strncpy(((term_info_t *)data)->ti_name, sw->te_name, in scioctl()
1578 sizeof(((term_info_t *)data)->ti_name)); in scioctl()
1579 strncpy(((term_info_t *)data)->ti_desc, sw->te_desc, in scioctl()
1580 sizeof(((term_info_t *)data)->ti_desc)); in scioctl()
1581 ((term_info_t *)data)->ti_flags = 0; in scioctl()
1585 ((term_info_t *)data)->ti_name[0] = '\0'; in scioctl()
1586 ((term_info_t *)data)->ti_desc[0] = '\0'; in scioctl()
1587 ((term_info_t *)data)->ti_flags = 0; in scioctl()
[all …]