Searched refs:p_driver (Results 1 – 2 of 2) sorted by relevance
127 pid_t p_driver; in test_shell_command_output() local132 p_driver = fork(); in test_shell_command_output()133 if (p_driver == 0) { // child in test_shell_command_output()143 } else if (p_driver > 0) { // parent in test_shell_command_output()157 kill(p_driver, SIGKILL); in test_shell_command_output()
44 def p_driver(self, p): member in ProcAsoundCardsTest