Lines Matching refs:pid_t
56 static void note_process(pid_t pid, char *name);
57 static void note_daemon(pid_t pid, char *name);
61 static pid_t spawn_test(char *fname);
62 static void note_child(pid_t pid, char *fname, char type);
140 pid_t pid; in main()
309 pid_t pid; in wait_for_pids()
372 pid_t pid; in wait_for_daemons()
413 static void note_process(pid_t pid, char *name) in note_process()
438 static void note_daemon(pid_t pid, char *name) in note_daemon()
464 static pid_t spawn_test(char *fname) in spawn_test()
466 pid_t pid; in spawn_test()
583 static void note_child(pid_t pid, char *fname, char type) in note_child()
615 pid_t pid; in process_dir()