Searched refs:names_to_pid (Results 1 – 5 of 5) sorted by relevance
42 names_to_pid(toys.optargs, print_pid); in pidof_main()
92 names_to_pid(TT.names, kill_process); in killall_main()
273 names_to_pid(process_name, push_pids_in_list); in bootchartd_main()
375 void names_to_pid(char **names, int (*callback)(pid_t pid, char *name));
1078 void names_to_pid(char **names, int (*callback)(pid_t pid, char *name)) in names_to_pid() function