Home
last modified time | relevance | path

Searched refs:ptem (Results 1 – 14 of 14) sorted by relevance

/illumos-gate/usr/src/uts/common/io/
H A Dtem.c221 ptem->tvs_pix_data = in tem_internal_init()
229 ptem->tvs_outbuf = kmem_alloc(ptem->tvs_outbuf_size, KM_SLEEP); in tem_internal_init()
235 ptem->tvs_screen_buf_size = width * ptem->tvs_screen_history_size * in tem_internal_init()
237 ptem->tvs_screen_buf = kmem_alloc(ptem->tvs_screen_buf_size, KM_SLEEP); in tem_internal_init()
238 ptem->tvs_screen_rows = kmem_alloc(ptem->tvs_screen_history_size * in tem_internal_init()
242 ptem->tvs_tabs = kmem_alloc(ptem->tvs_maxtab * sizeof (*ptem->tvs_tabs), in tem_internal_init()
248 ptem->tvs_utf8_left = 0; in tem_internal_init()
254 ptem->tvs_screen_rows[i] = &ptem->tvs_screen_buf[i * width]; in tem_internal_init()
293 ptem->tvs_queue = rq; in tem_init()
306 tem_add(ptem); in tem_init()
[all …]
H A Dptem.c156 struct ptem *ntp; /* ptem entry for this PTEM module */ in ptemopen()
254 struct ptem *ntp; /* ptem entry for this PTEM module */ in ptemclose()
257 ntp = (struct ptem *)q->q_ptr; in ptemclose()
417 struct ptem *ntp = (struct ptem *)q->q_ptr; in ptemrput()
444 struct ptem *ntp = (struct ptem *)q->q_ptr; in ptemwput()
611 struct ptem *ntp = (struct ptem *)q->q_ptr; in ptemwmsg()
891 struct ptem *tp; in ptioc()
900 tp = (struct ptem *)q->q_ptr; in ptioc()
H A Dwscons.c503 tem_vt_state_t ptem = NULL; in wcuwsrv() local
557 ptem = wc_get_screen_tem(pvc); in wcuwsrv()
559 if (ptem == NULL) { in wcuwsrv()
570 tem_write(ptem, nbp->b_rptr, cc, kcred); in wcuwsrv()
/illumos-gate/usr/src/boot/common/
H A Dtem.c223 ptem->tvs_pix_data = malloc(ptem->tvs_pix_data_size); in tem_internal_init()
237 ptem->tvs_tabs = calloc(ptem->tvs_maxtab, sizeof (*ptem->tvs_tabs)); in tem_internal_init()
238 if (ptem->tvs_tabs == NULL) in tem_internal_init()
243 ptem->tvs_utf8_left = 0; in tem_internal_init()
244 ptem->tvs_utf8_partial = 0; in tem_internal_init()
268 struct tem_vt_state *ptem; in tem_init() local
271 if (ptem == NULL) in tem_init()
274 ptem->tvs_isactive = false; in tem_init()
281 ptem->tvs_initialized = 0; in tem_init()
287 tem_add(ptem); in tem_init()
[all …]
/illumos-gate/usr/src/uts/common/sys/
H A Dptem.h39 struct ptem { struct
H A DMakefile490 ptem.h \
/illumos-gate/usr/src/uts/intel/ptem/
H A DMakefile43 MODULE = ptem
/illumos-gate/usr/src/man/man4m/
H A DMakefile27 ptem.4m \
/illumos-gate/usr/src/pkg/manifests/
H A Dsystem-kernel.man4m.inc23 file path=usr/share/man/man4m/ptem.4m
H A Dsystem-kernel.p5m414 file path=kernel/strmod/$(ARCH64)/ptem group=sys mode=0755
H A Dsystem-header.p5m1231 file path=usr/include/sys/ptem.h
/illumos-gate/usr/src/uts/intel/
H A DMakefile.intel539 STRMOD_KMODS += ptem redirmod rpcmod rlmod telmod timod
/illumos-gate/usr/src/contrib/ast/src/lib/libast/features/
H A Dlib53 sys dir,filio,jioctl,localedef,ptem,resource
/illumos-gate/usr/src/uts/common/
H A DMakefile.files1522 PTEM_OBJS += ptem.o