OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ntp_rlimit
(Results
1 - 3
of
3
) sorted by relevancy
/src/external/bsd/ntp/dist/include/
ntp_config.h
354
void
ntp_rlimit
(int, rlim_t, int, const char *);
/src/external/bsd/ntp/dist/ntpd/
ntpd.c
1058
ntp_rlimit
(RLIMIT_STACK, DFLT_RLIMIT_STACK * 4096, 4096, "4k");
1066
ntp_rlimit
(RLIMIT_MEMLOCK, DFLT_RLIMIT_MEMLOCK * 1024 * 1024, 1024 * 1024, "MB");
ntp_config.c
3215
ntp_rlimit
(RLIMIT_MEMLOCK,
3231
ntp_rlimit
(RLIMIT_STACK,
3243
ntp_rlimit
(RLIMIT_NOFILE,
5648
ntp_rlimit
(
function
5669
DPRINTF(2, ("
ntp_rlimit
: MEMLOCK: %d %s\n",
5683
DPRINTF(2, ("
ntp_rlimit
: NOFILE: %d %s\n",
5698
DPRINTF(2, ("
ntp_rlimit
: STACK: %d %s pages\n",
5705
"
ntp_rlimit
: using maximum allowed stack limit %lu instead of %lu.",
5713
"
ntp_rlimit
: Cannot set RLIMIT_STACK: %m");
5720
fatal_error("
ntp_rlimit
: unexpected RLIMIT case: %d", rl_what)
[
all
...]
Completed in 74 milliseconds
Indexes created Wed Jun 24 00:24:50 UTC 2026