Home
last modified time | relevance | path

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

/freebsd-11-stable/sys/kern/
HDtty_info.c217 struct proc *p, *ppick; in tty_info() local
259 LIST_FOREACH(ppick, &tp->t_pgrp->pg_members, p_pglist) in tty_info()
260 if (proc_compare(p, ppick)) in tty_info()
261 p = ppick; in tty_info()