Home
last modified time | relevance | path

Searched refs:RLIMIT_POSIXLOCKS (Results 1 – 6 of 6) sorted by relevance

/dragonfly/usr.bin/limits/
H A Dlimits.c88 #ifdef RLIMIT_POSIXLOCKS
106 #ifdef RLIMIT_POSIXLOCKS
124 #ifdef RLIMIT_POSIXLOCKS
142 #ifdef RLIMIT_POSIXLOCKS
160 #ifdef RLIMIT_POSIXLOCKS
178 #ifdef RLIMIT_POSIXLOCKS
196 #ifdef RLIMIT_POSIXLOCKS
214 #ifdef RLIMIT_POSIXLOCKS
/dragonfly/sys/sys/
H A Dresource.h120 #define RLIMIT_POSIXLOCKS 11 /* maximum number of POSIX locks per user */ macro
/dragonfly/lib/libutil/
H A Dlogin_class.c64 #ifdef RLIMIT_POSIXLOCKS
65 { "posixlocks", login_getcapnum, RLIMIT_POSIXLOCKS },
/dragonfly/sys/kern/
H A Dkern_plimit.c375 case RLIMIT_POSIXLOCKS: in kern_setrlimit()
H A Dkern_lockf.c168 max = MIN(owner->p_rlimit[RLIMIT_POSIXLOCKS].rlim_cur, in lf_count_change()
/dragonfly/contrib/tcsh-6/
H A Dsh.func.c1940 # ifdef RLIMIT_POSIXLOCKS
1941 { RLIMIT_POSIXLOCKS,"posixlocks", 1, "" },