Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/ttymon/
H A Dtmglobal.c89 struct rlimit Rlimit; variable
H A Dtmextern.h170 extern struct rlimit Rlimit;
H A Dttymon.c185 if (getrlimit(RLIMIT_NOFILE, &Rlimit) == -1) in initialize()
188 rlimit.rlim_cur = rlimit.rlim_max = Rlimit.rlim_max; in initialize()
H A Dtmchild.c593 if (setrlimit(RLIMIT_NOFILE, &Rlimit) == -1) { in invoke_service()