Home
last modified time | relevance | path

Searched refs:sys_setpriority (Results 1 – 10 of 10) sorted by relevance

/freebsd-10-stable/sys/amd64/linux/
Dlinux_sysent.c161 …{ AS(setpriority_args), (sy_call_t *)sys_setpriority, AUE_SETPRIORITY, NULL, 0, 0, 0, SY_THR_STATI…
/freebsd-10-stable/sys/i386/ibcs2/
Dibcs2_misc.c977 if ((error = sys_setpriority(td, &sa)) != 0)
/freebsd-10-stable/sys/i386/linux/
Dlinux_sysent.c117 …{ AS(setpriority_args), (sy_call_t *)sys_setpriority, AUE_SETPRIORITY, NULL, 0, 0, 0, SY_THR_STATI…
/freebsd-10-stable/sys/amd64/linux32/
Dlinux32_sysent.c118 …{ AS(setpriority_args), (sy_call_t *)sys_setpriority, AUE_SETPRIORITY, NULL, 0, 0, 0, SY_THR_STATI…
/freebsd-10-stable/sys/kern/
Dkern_resource.c180 sys_setpriority(td, uap) in sys_setpriority() function
Dinit_sysent.c132 …{ AS(setpriority_args), (sy_call_t *)sys_setpriority, AUE_SETPRIORITY, NULL, 0, 0, SYF_CAPENABLED,…
/freebsd-10-stable/sys/compat/svr4/
Dsvr4_misc.c1645 if ((error = sys_setpriority(td, &ap)) != 0)
/freebsd-10-stable/sys/compat/freebsd32/
Dfreebsd32_sysent.c145 …{ AS(setpriority_args), (sy_call_t *)sys_setpriority, AUE_SETPRIORITY, NULL, 0, 0, 0, SY_THR_STATI…
/freebsd-10-stable/sys/compat/linux/
Dlinux_misc.c1297 return (sys_setpriority(td, &bsd_args)); in linux_nice()
/freebsd-10-stable/sys/sys/
Dsysproto.h1911 int sys_setpriority(struct thread *, struct setpriority_args *);