Searched refs:RLIMIT_SBSIZE (Results 1 – 8 of 8) sorted by relevance
/freebsd/sys/sys/ |
H A D | resource.h | 110 #define RLIMIT_SBSIZE 9 /* maximum size of all socket buffers */ macro
|
/freebsd/bin/sh/ |
H A D | miscbltin.c | 475 #ifdef RLIMIT_SBSIZE 476 { "socket buffer size", "bytes", RLIMIT_SBSIZE, 1, 'b' },
|
/freebsd/contrib/netbsd-tests/lib/libc/sys/ |
H A D | t_setrlimit.c | 71 RLIMIT_SBSIZE,
|
/freebsd/lib/libutil/ |
H A D | login_class.c | 62 { "sbsize", login_getcapsize, RLIMIT_SBSIZE },
|
/freebsd/usr.bin/limits/ |
H A D | limits.c | 626 case RLIMIT_SBSIZE: in resource_num()
|
/freebsd/contrib/tcsh/ |
H A D | sh.func.c | 1978 # ifdef RLIMIT_SBSIZE 1979 { RLIMIT_SBSIZE, "sbsize", 1, "" },
|
/freebsd/sys/kern/ |
H A D | kern_resource.c | 874 case RLIMIT_SBSIZE: in getrlimitusage_one()
|
H A D | uipc_sockbuf.c | 668 sbsize_limit = lim_cur(td, RLIMIT_SBSIZE); in sbreserve_locked_limit()
|