Searched refs:sys_setpriority (Results 1 – 10 of 10) sorted by relevance
| /freebsd-10-stable/sys/amd64/linux/ |
| D | linux_sysent.c | 161 …{ AS(setpriority_args), (sy_call_t *)sys_setpriority, AUE_SETPRIORITY, NULL, 0, 0, 0, SY_THR_STATI…
|
| /freebsd-10-stable/sys/i386/ibcs2/ |
| D | ibcs2_misc.c | 977 if ((error = sys_setpriority(td, &sa)) != 0)
|
| /freebsd-10-stable/sys/i386/linux/ |
| D | linux_sysent.c | 117 …{ AS(setpriority_args), (sy_call_t *)sys_setpriority, AUE_SETPRIORITY, NULL, 0, 0, 0, SY_THR_STATI…
|
| /freebsd-10-stable/sys/amd64/linux32/ |
| D | linux32_sysent.c | 118 …{ AS(setpriority_args), (sy_call_t *)sys_setpriority, AUE_SETPRIORITY, NULL, 0, 0, 0, SY_THR_STATI…
|
| /freebsd-10-stable/sys/kern/ |
| D | kern_resource.c | 180 sys_setpriority(td, uap) in sys_setpriority() function
|
| D | init_sysent.c | 132 …{ AS(setpriority_args), (sy_call_t *)sys_setpriority, AUE_SETPRIORITY, NULL, 0, 0, SYF_CAPENABLED,…
|
| /freebsd-10-stable/sys/compat/svr4/ |
| D | svr4_misc.c | 1645 if ((error = sys_setpriority(td, &ap)) != 0)
|
| /freebsd-10-stable/sys/compat/freebsd32/ |
| D | freebsd32_sysent.c | 145 …{ AS(setpriority_args), (sy_call_t *)sys_setpriority, AUE_SETPRIORITY, NULL, 0, 0, 0, SY_THR_STATI…
|
| /freebsd-10-stable/sys/compat/linux/ |
| D | linux_misc.c | 1297 return (sys_setpriority(td, &bsd_args)); in linux_nice()
|
| /freebsd-10-stable/sys/sys/ |
| D | sysproto.h | 1911 int sys_setpriority(struct thread *, struct setpriority_args *);
|