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

  /external/dbus/bus/
main.c 155 check_two_pid_descriptors (const DBusString *pid_fd,
158 if (_dbus_string_get_length (pid_fd) > 0)
161 extra_arg, _dbus_string_get_const_data (pid_fd));
268 DBusString pid_fd; local
288 if (!_dbus_string_init (&pid_fd))
405 check_two_pid_descriptors (&pid_fd, "print-pid");
410 if (!_dbus_string_append (&pid_fd, desc))
418 check_two_pid_descriptors (&pid_fd, "print-pid");
420 if (!_dbus_string_append (&pid_fd, arg))
467 if (_dbus_string_get_length (&pid_fd) > 0
    [all...]
  /external/dhcpcd/
client.c 143 int *pid_fd; member in struct:if_state
238 writepid(*state->pid_fd, pid);
239 close(*state->pid_fd);
240 *state->pid_fd = -1;
    [all...]

Completed in 173 milliseconds