Searched refs:do_kill (Results 1 – 2 of 2) sorted by relevance
/external/e2fsprogs/misc/ |
D | uuidd.c | 454 int debug = 0, do_type = 0, do_kill = 0, num = 0; in main() local 471 do_kill++; in main() 579 if (do_kill) { in main() 581 if ((ret > 0) && ((do_kill = atoi((char *) buf)) > 0)) { in main() 582 ret = kill(do_kill, SIGTERM); in main() 587 "at pid %d: %s\n"), do_kill, in main() 593 do_kill); in main()
|
/external/autotest/client/profilers/powertop/src/ |
D | process.c | 65 void do_kill(void) in do_kill() function 87 add_suggestion(comment, weight, 'K' , hotkey_string, do_kill); in suggest_process_death()
|