Searched refs:print_addr_fd (Results 1 - 3 of 3) sorted by relevance

/external/dbus/bus/
H A Dmain.c230 int print_addr_fd; local
370 print_addr_fd = -1;
373 print_addr_fd = 1; /* stdout */
387 print_addr_fd = val;
422 print_addr_fd, print_pid_fd,
H A Dbus.h74 int print_addr_fd,
H A Dbus.c532 int print_addr_fd,
610 /* Note that we don't know whether the print_addr_fd is
615 if (print_addr_fd >= 0)
637 if (_dbus_write_socket (print_addr_fd, &addr, 0, bytes) != bytes)
646 if (print_addr_fd > 2)
647 _dbus_close_socket (print_addr_fd, NULL);
530 bus_context_new(const DBusString *config_file, ForceForkSetting force_fork, int print_addr_fd, int print_pid_fd, DBusError *error) argument

Completed in 85 milliseconds