HomeSort by relevance Sort by last modified time
    Searched defs:pid_fd (Results 1 - 2 of 2) sorted by null

  /external/dbus/bus/
main.c 205 check_two_pid_descriptors (const DBusString *pid_fd,
208 if (_dbus_string_get_length (pid_fd) > 0)
211 extra_arg, _dbus_string_get_const_data (pid_fd));
351 DBusString pid_fd; local
369 if (!_dbus_string_init (&pid_fd))
509 check_two_pid_descriptors (&pid_fd, "print-pid");
514 if (!_dbus_string_append (&pid_fd, desc))
522 check_two_pid_descriptors (&pid_fd, "print-pid");
524 if (!_dbus_string_append (&pid_fd, arg))
575 if (_dbus_string_get_length (&pid_fd) > 0
    [all...]
  /external/dhcpcd-6.8.2/
dhcpcd.h 86 int pid_fd; member in struct:dhcpcd_ctx

Completed in 68 milliseconds