Lines Matching refs:resource
25 #include <sys/resource.h>
345 int resource, struct rlimit *rlim)
349 rval = getrlimit(resource, rlim);
354 resource, rlim);
359 #define SAFE_GETRLIMIT(resource, rlim) \
360 safe_getrlimit(__FILE__, __LINE__, (resource), (rlim))
363 int resource, const struct rlimit *rlim)
367 rval = setrlimit(resource, rlim);
372 resource, rlim);
377 #define SAFE_SETRLIMIT(resource, rlim) \
378 safe_setrlimit(__FILE__, __LINE__, (resource), (rlim))