| /src/usr.bin/renice/ |
| renice.c | 55 static int donice(int, id_t, int, int); 117 errs += donice(which, who, prio, incr); 145 donice(int which, id_t who, int prio, int incr) function in typeref:typename:int
|
| /src/bin/csh/ |
| init.c | 82 { "nice", donice, 0, INF },
|
| time.c | 86 * donice is only called when it on the line by itself or with a +- value 90 donice(Char **v, struct command *t) function in typeref:typename:void
|
| extern.h | 301 void donice(Char **, struct command *);
|
| /src/sys/kern/ |
| kern_resource.c | 71 static int donice(struct lwp *, struct proc *, int); 230 error = donice(l, p, SCARG(uap, prio)); 245 error = donice(l, p, SCARG(uap, prio)); 261 error = donice(l, p, SCARG(uap, prio)); 284 donice(struct lwp *l, struct proc *chgp, int n) function in typeref:typename:int
|