Home
last modified time | relevance | path

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

/external/toybox/toys/lsb/
Dpidof.c42 names_to_pid(toys.optargs, print_pid); in pidof_main()
Dkillall.c92 names_to_pid(TT.names, kill_process); in killall_main()
/external/toybox/toys/pending/
Dbootchartd.c273 names_to_pid(process_name, push_pids_in_list); in bootchartd_main()
/external/toybox/lib/
Dlib.h375 void names_to_pid(char **names, int (*callback)(pid_t pid, char *name));
Dlib.c1078 void names_to_pid(char **names, int (*callback)(pid_t pid, char *name)) in names_to_pid() function