Home
last modified time | relevance | path

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

/xnu-10063.141.1/bsd/kern/
H A Dtty_ptmx.c166 #define PTMX_MAX_HARD 999 /* 1000 entries, due to PTSD_TEMPLATE */ macro
178 if (new_value > 0 && new_value <= PTMX_MAX_HARD) { in sysctl_ptmx_max()