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

/freebsd-9.3-release/sbin/hastd/
H A Dhast.h196 struct proto_conn *hr_remoteout; member in struct:hast_resource
H A Dhastd.c111 res->hr_remoteout == NULL));
116 if (tres->hr_remoteout != NULL)
117 proto_close(tres->hr_remoteout);
277 fd == proto_descriptor(res->hr_remoteout)) {
876 PJDLOG_ASSERT(res->hr_remoteout == NULL);
956 res->hr_remoteout = conn;
H A Dprimary.c180 ((res)->hr_remotein != NULL && (res)->hr_remoteout != NULL)
874 res->hr_remoteout = out;
1147 PJDLOG_ASSERT(res->hr_remoteout == NULL);
1153 PJDLOG_ASSERT(res->hr_remoteout != NULL);
1161 proto_close(res->hr_remoteout);
1162 res->hr_remoteout = NULL;
1516 PJDLOG_ASSERT(res->hr_remoteout != NULL);
1527 if (hast_proto_send(res, res->hr_remoteout, nv, NULL, 0) == -1) {
1643 if (hast_proto_send(res, res->hr_remoteout, nv, data,
2311 if (proto_timeout(gres->hr_remoteout,
[all...]
H A Dsecondary.c227 if (proto_send(res->hr_remoteout, NULL, 0) == -1)
446 proto_close(res->hr_remoteout);
447 res->hr_remoteout = NULL;
480 if (proto_timeout(res->hr_remoteout, res->hr_timeout) == -1)
917 if (hast_proto_send(res, res->hr_remoteout, nvout, data,
H A Dcontrol.c457 res->hr_remoteout != NULL) {

Completed in 112 milliseconds