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

/illumos-gate/usr/src/uts/common/io/
H A Dptms_conf.c33 * pt's are put in the global ptms_slots array indexed by minor numbers.
44 * ptms_slots arrays are allocated via kmem_alloc().
106 * pseudo-terminal and puts a pointer to it into ptms_slots array.
154 * pt_init_cnt: Initial size of ptms_slots array. Set to NPTY_INITIAL.
210 static struct pt_ttys **ptms_slots = NULL; /* Slots for actual pt structures */ variable in typeref:struct:pt_ttys
228 * pointer for ptms_slots array, one pt_ttys structure and one empty message
261 * Allocate ptms_slots array and kmem cache for pt_ttys. This initialization is
270 if (ptms_slots == NULL) {
271 ptms_slots = kmem_zalloc(pt_init_cnt *
394 ASSERT(ptms_slots[dmino
[all...]

Completed in 74 milliseconds