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

  /src/sys/kern/
kern_resource.c 327 return dosetrlimit(l, l->l_proc, which, &alim);
331 dosetrlimit(struct lwp *l, struct proc *p, int which, struct rlimit *limp) function in typeref:typename:int
1120 error = dosetrlimit(l, p, limitno, &alim);
kern_resource.c 327 return dosetrlimit(l, l->l_proc, which, &alim);
331 dosetrlimit(struct lwp *l, struct proc *p, int which, struct rlimit *limp) function in typeref:typename:int
1120 error = dosetrlimit(l, p, limitno, &alim);

Completed in 56 milliseconds