Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/ttymon/
H A Dttymon.c208 Maxfds = Maxfiles - FILE_RESERVED; in initialize()
211 log("max ports ttymon can monitor = %d", Maxfds); in initialize()
222 if (Npollfd > Maxfds) in initialize()
223 Npollfd = Maxfds; in initialize()
H A Dtmglobal.c51 int Maxfds; /* Max no of devices ttymon can monitor */ variable
H A Dtmextern.h142 extern int Maxfds;
H A Dtmhandler.c409 if (Npollfd > Maxfds) in re_read()
410 Npollfd = Maxfds; in re_read()
H A Dtmpmtab.c272 if (Nentries < Maxfds) in read_pmtab()
276 "pmtab, Maxfds = %d", Maxfds); in read_pmtab()