/src/usr.bin/w/ |
w.c | 123 static int proc_compare_wrapper(const struct kinfo_proc2 *, 342 if (proc_compare_wrapper(ep->tp, kp)) 601 proc_compare_wrapper(const struct kinfo_proc2 *p1, function in typeref:typename:int
|
w.c | 123 static int proc_compare_wrapper(const struct kinfo_proc2 *, 342 if (proc_compare_wrapper(ep->tp, kp)) 601 proc_compare_wrapper(const struct kinfo_proc2 *p1, function in typeref:typename:int
|
/src/sys/kern/ |
tty.c | 112 static int proc_compare_wrapper(struct proc *, struct proc *); 2682 if (proc_compare_wrapper(pick, p)) 2806 proc_compare_wrapper(struct proc *p1, struct proc *p2) function in typeref:typename:int
|
tty.c | 112 static int proc_compare_wrapper(struct proc *, struct proc *); 2682 if (proc_compare_wrapper(pick, p)) 2806 proc_compare_wrapper(struct proc *p1, struct proc *p2) function in typeref:typename:int
|