Searched refs:sys_getpriority (Results 1 – 5 of 5) sorted by relevance
| /freebsd-12.1/sys/kern/ |
| H A D | kern_resource.c | 93 sys_getpriority(struct thread *td, struct getpriority_args *uap) in sys_getpriority() function
|
| H A D | init_sysent.c | 152 …{ AS(getpriority_args), (sy_call_t *)sys_getpriority, AUE_GETPRIORITY, NULL, 0, 0, SYF_CAPENABLED,…
|
| /freebsd-12.1/sys/compat/linux/ |
| H A D | linux_misc.c | 1817 error = sys_getpriority(td, &bsd_args); in linux_getpriority()
|
| /freebsd-12.1/sys/compat/freebsd32/ |
| H A D | freebsd32_sysent.c | 159 …{ AS(getpriority_args), (sy_call_t *)sys_getpriority, AUE_GETPRIORITY, NULL, 0, 0, SYF_CAPENABLED,…
|
| /freebsd-12.1/sys/sys/ |
| H A D | sysproto.h | 1867 int sys_getpriority(struct thread *, struct getpriority_args *);
|