Home | History | Annotate | Download | only in tools

Lines Matching refs:pid

317            pid_t pid)
319 do_write (fd, &pid, sizeof (pid));
323 do_waitpid (pid_t pid)
328 ret = waitpid (pid, NULL, 0);
550 int read_bus_pid_fd) /* read pid from here */
626 verbose ("Reading PID from bus\n");
633 fprintf (stderr, "EOF in dbus-launch reading PID from bus daemon\n");
637 fprintf (stderr, "Error in dbus-launch reading PID from bus daemon: %s\n",
643 verbose ("Got PID %ld from daemon\n",
915 pid_t pid;
937 if (!x11_get_address (&address, &pid, &wid))
946 pass_info (runprog, address, pid, wid, c_shell_syntax,
1047 "--print-pid", write_pid_fd_as_string,
1062 "--print-pid", write_pid_fd_as_string,
1081 "--print-pid", write_pid_fd_as_string,
1143 verbose ("Reading PID from daemon\n");
1150 fprintf (stderr, "EOF reading PID from bus daemon\n");
1154 fprintf (stderr, "Error reading PID from bus daemon: %s\n",
1164 fprintf (stderr, "Failed to parse bus PID \"%s\": %s\n",
1207 /* Forward the pid to the babysitter */