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

/darwin-on-arm/xnu/bsd/kern/
H A Dtty_ptmx.c210 #define PTMX_MAX_HARD 999 /* 1000 entries, due to PTSD_TEMPLATE */ macro
222 if (new_value > 0 && new_value <= PTMX_MAX_HARD)

Completed in 20 milliseconds