Home
last modified time | relevance | path

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

/titanic_44/usr/src/cmd/ttymon/
H A Dtmglobal.c89 struct rlimit Rlimit; variable
H A Dttymon.c158 extern struct rlimit Rlimit; in initialize()
198 if (getrlimit(RLIMIT_NOFILE, &Rlimit) == -1) in initialize()
201 rlimit.rlim_cur = rlimit.rlim_max = Rlimit.rlim_max; in initialize()
H A Dtmchild.c507 extern struct rlimit Rlimit;
607 if (setrlimit(RLIMIT_NOFILE, &Rlimit) == -1) {