Searched refs:getrlimit (Results 1 - 10 of 10) sorted by relevance

/darwin-on-arm/xnu/libsyscall/wrappers/unix03/
H A Dmodule.mk6 getrlimit.c \
H A Dgetrlimit.c35 * getrlimit stub, for conformance, OR in _RLIMIT_POSIX_FLAG
40 getrlimit(int resource, struct rlimit *rlp) function
/darwin-on-arm/xnu/bsd/sys/
H A Dresource.h245 * Possible values of the first parameter to getrlimit()/setrlimit(), to
267 * of this structure is the second parameter to getrlimit()/setrlimit().
320 int getrlimit(int, struct rlimit *) __DARWIN_ALIAS(getrlimit); variable
/darwin-on-arm/xnu/bsd/man/man2/
H A DMakefile86 getrlimit.2 \
/darwin-on-arm/xnu/tools/tests/libMicro/apple/
H A Dlmbench_select_file.c113 getrlimit(RLIMIT_NOFILE, &r);
H A Dlmbench_select_tcp.c128 getrlimit(RLIMIT_NOFILE, &r);
H A Dlmbench_lat_ctx.c125 getrlimit(RLIMIT_NOFILE, &r);
/darwin-on-arm/xnu/bsd/kern/
H A Dkern_resource.c919 getrlimit(struct proc *p, struct getrlimit_args *uap, __unused int32_t *retval) function
/darwin-on-arm/xnu/tools/tests/libMicro/
H A Dlibmicro.c1077 if (getrlimit(RLIMIT_NOFILE, &rlimit) < 0) {
1078 perror("getrlimit");
/darwin-on-arm/xnu/tools/tests/xnu_quick_test/
H A Dtests.c4069 * Test getrlimit, setrlimit system calls.
4078 my_err = getrlimit( RLIMIT_NOFILE, &my_current_rlimit );
4080 printf( "getrlimit - failed with errno %d - %s \n", errno, strerror( errno ) );
4098 my_err = getrlimit( RLIMIT_NOFILE, &my_rlimit );
4100 printf( "getrlimit - failed with errno %d - %s \n", errno, strerror( errno ) );
4130 my_err = getrlimit(RLIMIT_CPU, &my_rlimit);
4132 printf("after setting large value, failed to getrlimit().\n");

Completed in 51 milliseconds