Home
last modified time | relevance | path

Searched refs:pt_ttys_alloc (Results 1 – 3 of 3) sorted by relevance

/titanic_50/usr/src/uts/common/sys/
H A Dptms.h110 extern struct pt_ttys *pt_ttys_alloc(void);
/titanic_50/usr/src/uts/common/io/
H A Dptms_conf.c331 pt_ttys_alloc(void) in pt_ttys_alloc() function
H A Dptm.c352 if ((ptmp = pt_ttys_alloc()) == NULL) { in ptmopen()