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

/illumos-gate/usr/src/uts/common/io/
H A Dptms_conf.c138 * pt_cnt: minimum number of pseudo-terminals in the system. The system
141 * of pt_cnt meaning maximum number of ptys.
151 * Both pt_cnt and pt_max_pty may be modified during system lifetime
197 uint_t pt_cnt = 0; /* Minimum number of ptys */ variable
339 * Always try to allocate new pty when pt_cnt minimum limit is not
344 if (ptms_inuse >= pt_cnt) {

Completed in 44 milliseconds