Searched refs:tem_vt_state (Results 1 – 3 of 3) sorted by relevance
/titanic_50/usr/src/uts/common/sys/ |
H A D | tem_impl.h | 144 struct tem_vt_state { struct 182 _NOTE(MUTEX_PROTECTS_DATA(tem_vt_state::tvs_lock, tem_vt_state)) argument 185 void (*tsc_display)(struct tem_vt_state *, unsigned char *, int, 188 void (*tsc_copy)(struct tem_vt_state *, 191 void (*tsc_cursor)(struct tem_vt_state *, short, cred_t *, 193 void (*tsc_bit2pix)(struct tem_vt_state *, unsigned char, 195 void (*tsc_cls)(struct tem_vt_state *, int, 227 struct tem_vt_state *ts_active; 247 void tem_pix_align(struct tem_vt_state *, cred_t *, enum called_from); 248 void tem_safe_check_first_time(struct tem_vt_state *tem, cred_t *, [all …]
|
/titanic_50/usr/src/uts/common/io/ |
H A D | tem_safe.c | 87 static void tem_safe_control(struct tem_vt_state *, uchar_t, 89 static void tem_safe_setparam(struct tem_vt_state *, int, int); 90 static void tem_safe_selgraph(struct tem_vt_state *); 91 static void tem_safe_chkparam(struct tem_vt_state *, uchar_t, 93 static void tem_safe_getparams(struct tem_vt_state *, uchar_t, 95 static void tem_safe_outch(struct tem_vt_state *, uchar_t, 97 static void tem_safe_parse(struct tem_vt_state *, uchar_t, 100 static void tem_safe_new_line(struct tem_vt_state *, 102 static void tem_safe_cr(struct tem_vt_state *); 103 static void tem_safe_lf(struct tem_vt_state *, [all …]
|
H A D | tem.c | 104 static void tem_free_buf(struct tem_vt_state *); 105 static void tem_internal_init(struct tem_vt_state *, cred_t *, boolean_t, 141 list_create(&tems.ts_list, sizeof (struct tem_vt_state), in _init() 142 offsetof(struct tem_vt_state, tvs_list_node)); in _init() 168 tem_add(struct tem_vt_state *tem) in tem_add() 176 tem_rm(struct tem_vt_state *tem) in tem_rm() 190 struct tem_vt_state *tem = (struct tem_vt_state *)tem_arg; in tem_write() 209 tem_internal_init(struct tem_vt_state *ptem, cred_t *credp, in tem_internal_init() 260 struct tem_vt_state *ptem = (struct tem_vt_state *)tem_arg; in tem_initialized() 273 struct tem_vt_state *ptem; in tem_init() [all …]
|