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

/illumos-gate/usr/src/uts/common/io/
H A Dptms_conf.c353 size_t user_max = (pt_max_pty == 0 ? ptms_ptymax : pt_max_pty); local
356 if (ptms_inuse >= min(ptms_ptymax, user_max)) {
/illumos-gate/usr/src/uts/common/syscall/
H A Dutssys.c733 int user_max, i; local
743 user_max = ldi_usage_count();
744 fu_data = kmem_alloc(fu_data_size(user_max), KM_SLEEP);
745 fu_data->fud_user_max = user_max;
/illumos-gate/usr/src/uts/common/io/ppp/sppptun/
H A Dsppptun.c295 size_t user_max = (sppptun_max_pty == 0 ? tcl_minormax : local
299 if (tcl_inuse >= user_max) {

Completed in 63 milliseconds