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

/freebsd-11-stable/sbin/hastd/
H A Dhastd.c106 struct hast_resource *tres, *tmres; local
109 TAILQ_FOREACH_SAFE(tres, &cfg->hc_resources, hr_next, tmres) {
110 if (tres == res) {
116 if (tres->hr_remotein != NULL)
117 proto_close(tres->hr_remotein);
118 if (tres->hr_remoteout != NULL)
119 proto_close(tres->hr_remoteout);
120 if (tres->hr_ctrl != NULL)
121 proto_close(tres->hr_ctrl);
122 if (tres
487 struct hast_resource *nres, *cres, *tres; local
[all...]
/freebsd-11-stable/lib/libc/rpc/
H A Drpcb_clnt.c283 struct addrinfo hints, *res, *tres; local
367 for (tres = res; tres != NULL; tres = tres->ai_next) {
368 taddr.buf = tres->ai_addr;
369 taddr.len = taddr.maxlen = tres->ai_addrlen;
/freebsd-11-stable/sys/rpc/
H A Drpcb_clnt.c295 struct addrinfo hints, *res, *tres;
379 for (tres = res; tres != NULL; tres = tres->ai_next) {
380 taddr.buf = tres->ai_addr;
381 taddr.len = taddr.maxlen = tres->ai_addrlen;
/freebsd-11-stable/sys/dev/stg/
H A Dtmc18c30.c436 u_int len, tres; local
455 tres = len + slp->sl_scp.scp_datalen;
456 if (tres <= (u_int) cb->ccb_scp.scp_datalen)
459 slp->sl_scp.scp_datalen = tres;
/freebsd-11-stable/sys/netipsec/
H A Dkey.c3426 struct mbuf *result = NULL, *tres = NULL, *m; local
3597 if (tres)
3598 m_cat(m, tres);
3599 tres = m;
3602 m_cat(result, tres);
3603 tres = NULL;
3621 m_freem(tres);

Completed in 215 milliseconds