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.c209 tem_internal_init(struct tem_vt_state *ptem, cred_t *credp, in tem_internal_init() argument
217 ASSERT(MUTEX_HELD(&tems.ts_lock) && MUTEX_HELD(&ptem->tvs_lock)); in tem_internal_init()
220 ptem->tvs_pix_data_size = tems.ts_pix_data_size; in tem_internal_init()
221 ptem->tvs_pix_data = in tem_internal_init()
222 kmem_alloc(ptem->tvs_pix_data_size, KM_SLEEP); in tem_internal_init()
225 ptem->tvs_stateflags = TVS_AUTOWRAP; in tem_internal_init()
227 ptem->tvs_outbuf_size = tems.ts_c_dimension.width * in tem_internal_init()
228 sizeof (*ptem->tvs_outbuf); in tem_internal_init()
229 ptem->tvs_outbuf = kmem_alloc(ptem->tvs_outbuf_size, KM_SLEEP); in tem_internal_init()
233 ptem->tvs_screen_history_size = height; in tem_internal_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.c216 tem_internal_init(struct tem_vt_state *ptem, in tem_internal_init() argument
222 ptem->tvs_pix_data_size = tems.ts_pix_data_size; in tem_internal_init()
223 ptem->tvs_pix_data = malloc(ptem->tvs_pix_data_size); in tem_internal_init()
226 ptem->tvs_stateflags = TVS_AUTOWRAP; in tem_internal_init()
232 ptem->tvs_outbuf = malloc(size); in tem_internal_init()
233 if (ptem->tvs_outbuf == NULL) in tem_internal_init()
236 ptem->tvs_maxtab = width / 8; 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()
241 tem_reset_display(ptem, clear_screen, init_color); in tem_internal_init()
[all …]
/illumos-gate/usr/src/uts/common/sys/
H A Dptem.h39 struct ptem { struct
H A DMakefile494 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.p5m1232 file path=usr/include/sys/ptem.h
/illumos-gate/usr/src/uts/intel/
H A DMakefile.intel538 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