Lines Matching refs:D
118 D("adb: unable to update oom_score_adj"); in init_subproc_child()
217 D("Can't create raw subprocess without shell protocol, using PTY in raw mode instead"); in Subprocess()
349 D("subprocess parent: stdin/stdout FD = %d, stderr FD = %d", in ForkAndExec()
360 D("subprocess parent: exec completed"); in ForkAndExec()
373 D("protocol FD = %d", protocol_sfd_.fd()); in ForkAndExec()
399 D("subprocess parent: completed"); in ForkAndExec()
455 D("passing data streams for PID %d", subprocess->pid()); in ThreadHandler()
458 D("deleting Subprocess for PID %d", subprocess->pid()); in ThreadHandler()
483 D("closing FD %d", dead_sfd->fd()); in PassDataStreams()
491 D("protocol FD died, sending SIGHUP to pid %d", pid_); in PassDataStreams()
613 D("can't close input for PTY FD %d", stdinout_sfd_.fd()); in PassInput()
664 D("waiting for pid %d", pid_); in WaitForExit()
668 D("post waitpid (pid=%d) status=%04x", pid_, status); in WaitForExit()
671 D("subprocess killed by signal %d", WTERMSIG(status)); in WaitForExit()
674 D("subprocess didn't exit"); in WaitForExit()
678 D("subprocess exit code = %d", WEXITSTATUS(status)); in WaitForExit()
688 D("wrote the exit code packet: %d", exit_code); in WaitForExit()
699 D("passed fd %d to SHELL_EXIT_NOTIFY_FD (%d) for pid %d", in WaitForExit()
747 D("starting %s subprocess (protocol=%s, TERM=%s): '%s'", in StartSubprocess()
765 … D("subprocess creation successful: local_socket_fd=%d, pid=%d", local_socket, subprocess->pid()); in StartSubprocess()