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

/illumos-gate/usr/src/uts/common/io/
H A Dptms_conf.c569 struct pt_ttys **ptms_new; local
577 ptms_new = kmem_zalloc(new_size * sizeof (struct pt_ttys *),
579 if (ptms_new == NULL)
587 kmem_free(ptms_new, new_size * sizeof (struct pt_ttys *));
593 bcopy(ptms_old, ptms_new, old_size * sizeof (struct pt_ttys *));
594 ptms_slots = ptms_new;

Completed in 45 milliseconds