Home
last modified time | relevance | path

Searched refs:kern_kcmp (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/sys/
H A Dsyscallsubr.h203 int kern_kcmp(struct thread *td, pid_t pid1, pid_t pid2, int type,
/freebsd/sys/kern/
H A Dsys_generic.c2131 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()