Searched refs:fd_p (Results 1 - 5 of 5) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/dbus-1.6.8/dbus/
H A Ddbus-transport-protected.h70 int *fd_p);
H A Ddbus-transport.h73 int *fd_p);
H A Ddbus-sysdeps-unix.c126 _dbus_open_socket (int *fd_p, argument
135 *fd_p = socket (domain, type | SOCK_CLOEXEC, protocol);
136 cloexec_done = *fd_p >= 0;
139 if (*fd_p < 0 && errno == EINVAL)
142 *fd_p = socket (domain, type, protocol);
145 if (*fd_p >= 0)
151 _dbus_fd_set_close_on_exec(*fd_p);
154 _dbus_verbose ("socket fd %d opened\n", *fd_p);
H A Ddbus-transport-socket.c1201 int *fd_p)
1205 *fd_p = socket_transport->fd;
1200 socket_get_socket_fd(DBusTransport *transport, int *fd_p) argument
H A Ddbus-transport.c922 * @param fd_p pointer to fill in with the descriptor
927 int *fd_p)
940 fd_p);
926 _dbus_transport_get_socket_fd(DBusTransport *transport, int *fd_p) argument

Completed in 74 milliseconds