Searched defs:ptem (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/
H A Dptem.h38 * The ptem data structure used to define the global data
41 struct ptem { struct
44 queue_t *q_ptr; /* ptem read queue */
46 unsigned short state; /* state of ptem entry: see below */
/illumos-gate/usr/src/uts/common/io/
H A Dwscons.c1092 tem_vt_state_t ptem = NULL; local
1159 if ((ptem = wc_get_screen_tem(pvc)) != NULL) {
1163 (void) tem_write(ptem,
H A Dtem.c209 tem_internal_init(struct tem_vt_state *ptem, cred_t *credp, argument
219 ASSERT(MUTEX_HELD(&tems.ts_lock) && MUTEX_HELD(&ptem->tvs_lock));
222 ptem->tvs_pix_data_size = tems.ts_pix_data_size;
223 ptem->tvs_pix_data =
224 kmem_alloc(ptem->tvs_pix_data_size, KM_SLEEP);
227 ptem->tvs_outbuf_size = tems.ts_c_dimension.width;
228 ptem->tvs_outbuf =
229 (unsigned char *)kmem_alloc(ptem->tvs_outbuf_size, KM_SLEEP);
233 ptem->tvs_screen_buf_size = width * height;
234 ptem
260 struct tem_vt_state *ptem = (struct tem_vt_state *)tem_arg; local
273 struct tem_vt_state *ptem; local
[all...]

Completed in 48 milliseconds