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

  /external/dbus/bus/
main.c 134 check_two_pid_descriptors (const DBusString *pid_fd,
137 if (_dbus_string_get_length (pid_fd) > 0)
140 extra_arg, _dbus_string_get_const_data (pid_fd));
228 DBusString pid_fd; local
243 if (!_dbus_string_init (&pid_fd))
334 check_two_pid_descriptors (&pid_fd, "print-pid");
339 if (!_dbus_string_append (&pid_fd, desc))
347 check_two_pid_descriptors (&pid_fd, "print-pid");
349 if (!_dbus_string_append (&pid_fd, arg))
396 if (_dbus_string_get_length (&pid_fd) > 0
    [all...]
  /external/dhcpcd/
dhcpcd.c 638 int pid_fd = -1; local
994 pid_fd = open(options->pidfile,
996 if (pid_fd == -1) {
1004 if (flock(pid_fd, LOCK_EX | LOCK_NB) == -1) {
1010 if (set_cloexec(pid_fd) == -1)
1023 writepid(pid_fd, getpid());
1034 if (dhcp_run(options, &pid_fd) == 0)
1039 if (pid_fd > -1) {
1040 close(pid_fd);
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 1063 milliseconds