Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/ttymon/
H A Dttymon.c194 Maxfiles = (int)ulimit(4, 0L); /* get max number of open files */ in initialize()
195 if (Maxfiles < 0) in initialize()
207 Maxfiles = rlimit.rlim_cur; in initialize()
208 Maxfds = Maxfiles - FILE_RESERVED; in initialize()
210 log("max open files = %d", Maxfiles); in initialize()
H A Dtmglobal.c50 int Maxfiles; /* Max number of open files */ variable
H A Dtmextern.h141 extern int Maxfiles;