HomeSort by: relevance | last modified time | path
    Searched defs:SUNOS_RLIMIT_NOFILE (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/compat/sunos/
sunos_misc.c 908 #define SUNOS_RLIMIT_NOFILE 6 /* Other RLIMIT_* are the same */
922 if (SCARG(uap, which) == SUNOS_RLIMIT_NOFILE)
939 if (SCARG(uap, which) == SUNOS_RLIMIT_NOFILE)
  /src/sys/compat/sunos32/
sunos32_misc.c 1140 #define SUNOS_RLIMIT_NOFILE 6 /* Other RLIMIT_* are the same */
1155 SCARG(&ua_43, which) = SCARG(uap, which) == SUNOS_RLIMIT_NOFILE ? RLIMIT_NOFILE : SCARG(uap, which);
1173 SCARG(&ua_43, which) = SCARG(uap, which) == SUNOS_RLIMIT_NOFILE ? RLIMIT_NOFILE : SCARG(uap, which);

Completed in 14 milliseconds