Searched refs:ptem (Results 1 – 15 of 15) sorted by relevance
/titanic_44/usr/src/uts/common/io/ |
H A D | tem.c | 209 tem_internal_init(struct tem_vt_state *ptem, cred_t *credp, in tem_internal_init() argument 219 ASSERT(MUTEX_HELD(&tems.ts_lock) && MUTEX_HELD(&ptem->tvs_lock)); in tem_internal_init() 222 ptem->tvs_pix_data_size = tems.ts_pix_data_size; in tem_internal_init() 223 ptem->tvs_pix_data = in tem_internal_init() 224 kmem_alloc(ptem->tvs_pix_data_size, KM_SLEEP); in tem_internal_init() 227 ptem->tvs_outbuf_size = tems.ts_c_dimension.width; in tem_internal_init() 228 ptem->tvs_outbuf = in tem_internal_init() 229 (unsigned char *)kmem_alloc(ptem->tvs_outbuf_size, KM_SLEEP); in tem_internal_init() 233 ptem->tvs_screen_buf_size = width * height; in tem_internal_init() 234 ptem->tvs_screen_buf = in tem_internal_init() [all …]
|
H A D | ptem.c | 157 struct ptem *ntp; /* ptem entry for this PTEM module */ in ptemopen() 255 struct ptem *ntp; /* ptem entry for this PTEM module */ in ptemclose() 258 ntp = (struct ptem *)q->q_ptr; in ptemclose() 418 struct ptem *ntp = (struct ptem *)q->q_ptr; in ptemrput() 443 struct ptem *ntp = (struct ptem *)q->q_ptr; in ptemwput() 607 struct ptem *ntp = (struct ptem *)q->q_ptr; in ptemwmsg() 885 struct ptem *tp; in ptioc() 894 tp = (struct ptem *)q->q_ptr; in ptioc()
|
H A D | wscons.c | 1092 tem_vt_state_t ptem = NULL; in wcstart() local 1159 if ((ptem = wc_get_screen_tem(pvc)) != NULL) { in wcstart() 1163 (void) tem_write(ptem, in wcstart()
|
/titanic_44/usr/src/uts/common/sys/ |
H A D | ptem.h | 41 struct ptem { struct
|
H A D | Makefile | 470 ptem.h \
|
/titanic_44/usr/src/uts/sparc/ptem/ |
H A D | Makefile | 42 MODULE = ptem
|
/titanic_44/usr/src/uts/intel/ptem/ |
H A D | Makefile | 43 MODULE = ptem
|
/titanic_44/usr/src/man/man7m/ |
H A D | Makefile | 27 ptem.7m \
|
/titanic_44/usr/src/pkg/manifests/ |
H A D | system-kernel.man7m.inc | 23 file path=usr/share/man/man7m/ptem.7m
|
H A D | system-kernel.mf | 585 file path=kernel/strmod/$(ARCH64)/ptem group=sys mode=0755
|
H A D | system-header.mf | 1303 file path=usr/include/sys/ptem.h
|
/titanic_44/usr/src/uts/sparc/ |
H A D | Makefile.sparc | 358 STRMOD_KMODS += pipemod ptem redirmod rpcmod rlmod telmod timod
|
/titanic_44/usr/src/uts/intel/ |
H A D | Makefile.intel | 523 STRMOD_KMODS += ptem redirmod rpcmod rlmod telmod timod
|
/titanic_44/usr/src/lib/libast/common/features/ |
H A D | lib | 52 sys dir,filio,jioctl,localedef,ptem,resource
|
/titanic_44/usr/src/uts/common/ |
H A D | Makefile.files | 1434 PTEM_OBJS += ptem.o
|