Searched refs:LIM (Results 1 - 3 of 3) sorted by relevance

/freebsd-10.1-release/crypto/heimdal/appl/login/
H A Dlimits_conf.c51 #define LIM(X, S) { #X, RLIMIT_##X, S, 0 } macro
52 LIM(CORE, 1024),
53 LIM(CPU, 60),
54 LIM(DATA, 1024),
55 LIM(FSIZE, 1024),
57 LIM(MEMLOCK, 1024),
59 LIM(NOFILE, 1),
61 LIM(NPROC, 1),
64 LIM(RSS, 1024),
66 LIM(STAC
[all...]
/freebsd-10.1-release/crypto/heimdal/appl/rsh/
H A Dlimits_conf.c51 #define LIM(X, S) { #X, RLIMIT_##X, S, 0 } macro
52 LIM(CORE, 1024),
53 LIM(CPU, 60),
54 LIM(DATA, 1024),
55 LIM(FSIZE, 1024),
57 LIM(MEMLOCK, 1024),
59 LIM(NOFILE, 1),
61 LIM(NPROC, 1),
64 LIM(RSS, 1024),
66 LIM(STAC
[all...]
/freebsd-10.1-release/contrib/ntp/sntp/libevent/
H A Dbufferevent_ratelim.c203 #define LIM(x) \ macro
226 max_so_far = LIM(bev->rate_limiting->limit);
247 share = LIM(g->rate_limit) / g->n_members;

Completed in 96 milliseconds