Home
last modified time | relevance | path

Searched refs:RLIMIT_SBSIZE (Results 1 – 7 of 7) sorted by relevance

/freebsd/sys/sys/
H A Dresource.h110 #define RLIMIT_SBSIZE 9 /* maximum size of all socket buffers */ macro
/freebsd/bin/sh/
H A Dmiscbltin.c475 #ifdef RLIMIT_SBSIZE
476 { "socket buffer size", "bytes", RLIMIT_SBSIZE, 1, 'b' },
/freebsd/contrib/netbsd-tests/lib/libc/sys/
H A Dt_setrlimit.c71 RLIMIT_SBSIZE,
/freebsd/lib/libutil/
H A Dlogin_class.c62 { "sbsize", login_getcapsize, RLIMIT_SBSIZE },
/freebsd/usr.bin/limits/
H A Dlimits.c623 case RLIMIT_SBSIZE: in resource_num()
/freebsd/contrib/tcsh/
H A Dsh.func.c1978 # ifdef RLIMIT_SBSIZE
1979 { RLIMIT_SBSIZE, "sbsize", 1, "" },
/freebsd/sys/kern/
H A Duipc_sockbuf.c639 sbsize_limit = lim_cur(td, RLIMIT_SBSIZE); in sbreserve_locked_limit()