Home
last modified time | relevance | path

Searched refs:resplen (Results 1 – 15 of 15) sorted by relevance

/titanic_44/usr/src/lib/libresolv2/common/resolv/
H A Dres_send.c308 int gotsomewhere, terrno, tries, v_circuit, resplen, ns, n; in res_nsend() local
436 ans, anssiz, &resplen); in res_nsend()
445 return (resplen); in res_nsend()
475 resplen = n; in res_nsend()
486 resplen = n; in res_nsend()
497 ans, (resplen > anssiz) ? anssiz : resplen); in res_nsend()
515 ans, anssiz, &resplen); in res_nsend()
537 return (resplen); in res_nsend()
611 int truncating, connreset, resplen, n; in send_vc() local
731 resplen = ns_get16(ans); in send_vc()
[all …]
/titanic_44/usr/src/lib/fm/libldom/sparc/
H A Dldmsvcs_utils.c272 void **resp, size_t *resplen) in poller_recv_data() argument
297 *resplen = pollbase.list[index]->datalen + in poller_recv_data()
299 *resp = lhp->allocp(*resplen); in poller_recv_data()
304 *resplen - sizeof (uint64_t)) != 0) in poller_recv_data()
1286 void **resp, size_t *resplen) in sendrecv() argument
1321 resplen)) != 0) in sendrecv()
1356 size_t resplen, reqmsglen; in cpu_request() local
1378 &D->svc_handle, svcname, &resp, &resplen)) != 0) { in cpu_request()
1385 ASSERT(resplen == sizeof (fma_cpu_resp_t)); in cpu_request()
1400 lhp->freep(resp, resplen); in cpu_request()
[all …]
/titanic_44/usr/src/lib/libresolv/
H A Dres_send.c131 int try, v_circuit, resplen, ns; local
258 if ((resplen = ntohs(*(u_short *)cp)) >
268 len = resplen;
291 len = resplen - anslen;
299 resplen = anslen;
429 if ((resplen = recv(s, answer, anslen, 0))
485 return (resplen);
/titanic_44/usr/src/lib/scsi/plugins/smp/usmp/common/
H A Dusmp.c155 size_t reqlen, resplen; in usmp_exec() local
160 smp_action_get_response_frame(ap, &resp, &resplen); in usmp_exec()
165 ASSERT(resplen != 0); in usmp_exec()
170 cmd.usmp_rspsize = resplen; in usmp_exec()
193 smp_action_set_response_len(ap, resplen); in usmp_exec()
/titanic_44/usr/src/uts/common/fs/sockfs/
H A Dnl7chttp.c1209 uri->resplen = URI_LEN_NOVALUE; in nl7c_http_request()
1564 uri->resplen = 0; in nl7c_http_response()
1569 uri->resplen = 0; in nl7c_http_response()
1579 uri->resplen = 0; in nl7c_http_response()
1668 uri->resplen = 0; in nl7c_http_response()
1674 uri->resplen = n; in nl7c_http_response()
1747 if (uri->resplen == URI_LEN_NOVALUE) { in nl7c_http_response()
1753 uri->resplen += http->headlen; in nl7c_http_response()
1886 uri->resplen += (cp - scp); in nl7c_http_response()
1901 uri->resplen += (cp - scp); in nl7c_http_response()
H A Dnl7curi.h137 ssize_t resplen; /* Response length */ member
H A Dnl7curi.c419 uri->path.cp, (int)uri->resplen, in nl7c_mi_report_uri()
1189 uri->resplen == URI_LEN_NOVALUE) || in nl7c_data()
1190 uri->count >= uri->resplen)) { in nl7c_data()
1434 uri->resplen == URI_LEN_NOVALUE) || in nl7c_sendfilev()
1435 uri->count >= uri->resplen)) { in nl7c_sendfilev()
H A Dnl7clogd.c711 req->response_len = (uint_t)suri->resplen; in nl7c_logd_log()
/titanic_44/usr/src/lib/sasl_plugins/digestmd5/
H A Ddigestmd5.c2568 unsigned resplen; local
2646 resplen = strlen((char *)nonce) + strlen("nonce") + 5;
2648 resplen = strlen(nonce) + strlen("nonce") + 5;
2651 &(text->out_buf_len), resplen);
2666 &text->out_buf, &text->out_buf_len, &resplen,
2688 &text->out_buf, &text->out_buf_len, &resplen,
2708 &text->out_buf, &text->out_buf_len, &resplen,
2726 &text->out_buf, &text->out_buf_len, &resplen,
2750 &text->out_buf, &text->out_buf_len, &resplen,
2766 &text->out_buf, &text->out_buf_len, &resplen,
[all …]
/titanic_44/usr/src/head/
H A Dresolv.h147 int *resplen));
154 int *resplen));
/titanic_44/usr/src/lib/libldap5/sources/ldap/common/
H A Ddigest_md5.c76 int rlen, nlen, clen, qlen, ulen, resplen, dlen; member
439 attr->resplen = DIGEST_SIZE * 2; in digest_client_resp()
569 attr_out->resplen = vlen; in digest_parse()
/titanic_44/usr/src/cmd/passwd/
H A Dpasswd.c514 int resplen; in getresponse() local
517 resplen = strlen(resp) - 1; in getresponse()
518 if (resp[resplen] == '\n') in getresponse()
519 resp[resplen] = '\0'; in getresponse()
/titanic_44/usr/src/lib/libsasl/include/
H A Dsasl.h1102 const char *response, unsigned resplen);
/titanic_44/usr/src/uts/common/io/fibre-channel/ulp/
H A Dfcip.c242 int resplen, opaque_t pd, int flags);
6637 fcip_ipkt_alloc(struct fcip *fptr, int cmdlen, int resplen, in fcip_ipkt_alloc() argument
6727 if (resplen) { in fcip_ipkt_alloc()
6734 if (ddi_dma_mem_alloc(fc_pkt->pkt_resp_dma, resplen, in fcip_ipkt_alloc()
6743 if (real_len < resplen) { in fcip_ipkt_alloc()
6756 fc_pkt->pkt_rsplen = resplen; in fcip_ipkt_alloc()
/titanic_44/usr/src/lib/libsasl/lib/
H A Dserver.c2456 unsigned resplen __attribute__((unused))) argument
2461 unsigned resplen __attribute__((unused)))