Home
last modified time | relevance | path

Searched refs:read_pid (Results 1 – 5 of 5) sorted by relevance

/external/dbus/tools/
Ddbus-launch.c284 read_pid (int fd, in read_pid() function
678 switch (read_pid (read_bus_pid_fd, &bus_pid_to_kill)) in babysit()
/external/dhcpcd-6.8.2/
Ddhcpcd.c93 read_pid(const char *pidfile) in read_pid() function
1739 pid = read_pid(ctx.pidfile); in main()
1765 if (read_pid(ctx.pidfile) == 0) in main()
1774 if ((pid = read_pid(ctx.pidfile)) > 0 && in main()
/external/dbus/dbus/
Ddbus-spawn.c122 read_pid (int fd, in read_pid() function
431 r = read_pid (fd, &pid, &error); in read_data()
/external/dbus/
DChangeLog.pre-1-2251 * dbus/dbus-spawn.c (read_ints, read_pid): use correct ssize_t type
DChangeLog.pre-1-07627 * dbus/dbus-spawn.c (read_pid, read_ints): move the "again:" for