HomeSort by relevance Sort by last modified time
    Searched refs:print_pid_fd (Results 1 - 5 of 5) sorted by null

  /external/dbus/bus/
main.c 231 int print_pid_fd; local
392 print_pid_fd = -1;
395 print_pid_fd = 1; /* stdout */
409 print_pid_fd = val;
422 print_addr_fd, print_pid_fd,
bus.h 75 int print_pid_fd,
bus.c 533 int print_pid_fd,
693 print_pid_fd,
725 if (print_pid_fd >= 0)
745 if (_dbus_write_socket (print_pid_fd, &pid, 0, bytes) != bytes)
754 if (print_pid_fd > 2)
755 _dbus_close_socket (print_pid_fd, NULL);
    [all...]
  /external/dbus/dbus/
dbus-sysdeps-util-unix.c 64 * @param print_pid_fd file descriptor to print daemon's pid to, or -1 for none
70 int print_pid_fd,
138 if (print_pid_fd >= 0)
160 if (_dbus_write_socket (print_pid_fd, &pid, 0, bytes) != bytes)
dbus-sysdeps.h 367 int print_pid_fd,

Completed in 431 milliseconds