Lines Matching full:proc
235 set $proc = allproc.lh_first
237 set $pptr = $proc.p_pptr
238 if ($proc->p_pid == $arg0)
239 set $pcba = $proc->p_threads.tqh_first->td_pcb
244 set $aproc = $proc.p_list.le_next
248 set $proc = $aproc
279 set $proc = allproc.lh_first
281 if ($proc->p_pid == $arg0)
282 btr $proc->p_threads.tqh_first->td_pcb->pcb_ebp
285 set $aproc = $proc.p_list.le_next
289 set $proc = $aproc
302 set $proc = allproc.lh_first
303 printf " pid proc uid ppid pgrp flag stat comm wchan\n"
305 set $pptr = $proc.p_pptr
307 set $pptr = $proc
309 if ($proc.p_stat)
311 $proc.p_pid, $aproc, \
312 $proc.p_cred->p_ruid, $pptr->p_pid, \
313 $proc.p_pgrp->pg_id, $proc.p_flag, $proc.p_stat, \
314 &$proc.p_comm[0]
315 if ($proc.p_wchan)
316 if ($proc.p_wmesg)
317 printf "%s ", $proc.p_wmesg
319 printf "%x", $proc.p_wchan
322 if ($proc->p_flag & 4)
323 btr $proc->p_threads.tqh_first->td_pcb->pcb_ebp
328 set $aproc = $proc.p_list.le_next
332 set $proc = $aproc