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

  /src/sys/kern/
kern_acct.c 411 struct rlimit orlim; local in function:acct_process
432 orlim = p->p_rlimit[RLIMIT_FSIZE];
494 p->p_rlimit[RLIMIT_FSIZE] = orlim;
  /src/tests/lib/libc/gen/
t_arc4random.c 108 struct rlimit rlim, orlim; local in function:arc4random_global_buf
114 RL(getrlimit(RLIMIT_AS, &orlim));
115 memcpy(&rlim, &orlim, sizeof(rlim));
125 RL(setrlimit(RLIMIT_AS, &orlim));
130 RL(setrlimit(RLIMIT_AS, &orlim));

Completed in 13 milliseconds