Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/ttymon/
H A Dttymon.c195 Maxfds = Maxfiles - FILE_RESERVED; in initialize()
198 log("max ports ttymon can monitor = %d", Maxfds); in initialize()
209 if (Npollfd > Maxfds) in initialize()
210 Npollfd = Maxfds; in initialize()
H A Dtmglobal.c51 int Maxfds; /* Max no of devices ttymon can monitor */ variable
H A Dtmextern.h192 extern int Maxfds;
H A Dtmhandler.c388 if (Npollfd > Maxfds) in re_read()
389 Npollfd = Maxfds; in re_read()
H A Dtmpmtab.c280 if (Nentries < Maxfds) { in read_pmtab()
284 "pmtab, Maxfds = %d", Maxfds); in read_pmtab()