HomeSort by: relevance | last modified time | path
    Searched refs:RLIMIT_SBSIZE (Results 1 - 7 of 7) sorted by relevancy

  /src/bin/ksh/
c_ulimit.c 123 #ifdef RLIMIT_SBSIZE
124 { "sbsize(bytes)", RLIMIT, RLIMIT_SBSIZE, RLIMIT_SBSIZE, 1, 'b' },
  /src/sys/sys/
resource.h 97 #define RLIMIT_SBSIZE 9 /* maximum size of all socket buffers */
sysctl.h 941 #define PROC_PID_LIMIT_SBSIZE (RLIMIT_SBSIZE+1)
  /src/bin/sh/
miscbltin.c 621 #ifdef RLIMIT_SBSIZE
622 { "sbsize", "bytes", 'b', RLIMIT_SBSIZE, 1 },
  /src/tests/lib/libc/sys/
t_setrlimit.c 66 RLIMIT_SBSIZE,
  /src/lib/libutil/
login_cap.c 426 { RLIMIT_SBSIZE, R_CSIZE, "sbsize", },
  /src/sys/kern/
uipc_socket2.c 717 maxcc = l->l_proc->p_rlimit[RLIMIT_SBSIZE].rlim_cur;

Completed in 17 milliseconds