Searched refs:kern_kcmp (Results 1 – 2 of 2) sorted by relevance
/freebsd/sys/sys/ |
H A D | syscallsubr.h | 203 int kern_kcmp(struct thread *td, pid_t pid1, pid_t pid2, int type,
|
/freebsd/sys/kern/ |
H A D | sys_generic.c | 2131 kern_kcmp(struct thread *td, pid_t pid1, pid_t pid2, int type, in kern_kcmp() function 2192 return (kern_kcmp(td, uap->pid1, uap->pid2, uap->type, in sys_kcmp()
|