Home
last modified time | relevance | path

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

/dragonfly/contrib/bmake/mk/
H A Dmeta2deps.py450 last_pid = 0
484 if pid != last_pid:
485 if last_pid:
486 pid_last_dir[last_pid] = self.last_dir
489 last_pid = pid
496 last_pid = npid
/dragonfly/usr.bin/top/
H A Dmachine.h79 int last_pid; member
H A Dtop.c535 i_loadave(system_info.last_pid, system_info.load_avg); in do_display()
571 u_loadave(system_info.last_pid, system_info.load_avg); in do_display()
H A Dm_dragonfly.c458 si->last_pid = lastpid; in get_system_info()
460 si->last_pid = -1; in get_system_info()