Searched refs:resp_buf (Results 1 - 9 of 9) sorted by relevance

/illumos-gate/usr/src/lib/cfgadm_plugins/fp/common/
H A Dcfga_list.c94 int num_luns, struct report_lun_resp *resp_buf,
976 * Caller should free the *resp_buf when FPCFGA_OK is returned.
983 report_lun_resp_t **resp_buf,
995 if ((*resp_buf = (report_lun_resp_t *)calloc(1, alloc_len)) == NULL) {
1001 S_FREE(*resp_buf);
1008 sizeof (scsi_rl_req), *resp_buf, alloc_len, sensebuf,
1015 S_FREE(*resp_buf);
1019 if (ntohl((*resp_buf)->num_lun) >
1021 alloc_len = (*resp_buf)->num_lun + REPORT_LUN_HDR_SIZE;
1022 S_FREE(*resp_buf);
979 get_report_lun_data( const char *xport_phys, const char *dyncomp, int *num_luns, report_lun_resp_t **resp_buf, struct scsi_extended_sense *sensebuf, int *l_errnop) argument
1066 report_lun_resp_t *resp_buf; local
3038 init_ldata_for_accessible_FCP_dev( const char *port_wwn, int num_luns, struct report_lun_resp *resp_buf, fpcfga_list_t *lap, int *l_errnop) argument
3686 report_lun_resp_t *resp_buf; local
[all...]
H A Dcfga_cs.c696 report_lun_resp_t *resp_buf; local
729 &num_luns, &resp_buf, &sense, &l_errno)) != FPCFGA_OK) {
782 lun_string = (uchar_t *)&(resp_buf->lun_string[i]);
803 S_FREE(resp_buf);
H A Dcfga_fp.h447 const char *dyncomp, int *num_luns, report_lun_resp_t **resp_buf,
/illumos-gate/usr/src/cmd/isns/isnsd/
H A Ddoor.c1327 xmlChar *resp_buf = NULL; local
1340 ret = build_result_message(&resp_buf,
1343 (void) door_return((char *)resp_buf, size + 1, NULL, 0);
1356 ret = build_mgmt_response(&resp_buf, req, &size);
1358 ret = build_result_message(&resp_buf, ret, &size);
1363 ret = build_result_message(&resp_buf,
1370 if (resp_buf) {
1373 (void) add_entry(tid, resp_buf);
1381 resp_buf);
1382 thr->doc = resp_buf;
[all...]
/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/emlxs/
H A Demlxs_msg.c511 char *resp_buf; local
582 resp_buf = (char *)resp + sizeof (emlxs_log_resp_t);
584 emlxs_msg_sprintf(resp_buf, &log->entry[index]);
587 resp_buf += MAX_LOG_MSG_LENGTH;
/illumos-gate/usr/src/lib/libnsl/rpc/
H A Dsvc.c1757 * __svc_dup(struct svc_req *req, caddr_t *resp_buf, uint_t *resp_bufsz,
1763 * resp_buf, and its length in resp_bufsz. DUP_ERROR is returned on error.
1766 __svc_dup(struct svc_req *req, caddr_t *resp_buf, uint_t *resp_bufsz, argument
1789 if ((rc = __svc_dupcache_check(req, resp_buf, resp_bufsz, dc, drxid,
1806 * __svc_dupcache_check(struct svc_req *req, caddr_t *resp_buf,
1810 * copy back into the resp_buf, if appropriate. Return the status of
1814 __svc_dupcache_check(struct svc_req *req, caddr_t *resp_buf, uint_t *resp_bufsz, argument
1847 resp_buf != NULL &&
1849 *resp_buf = malloc(dr->dr_resp.len);
1850 if (*resp_buf
2016 __svc_dupdone(struct svc_req *req, caddr_t resp_buf, uint_t resp_bufsz, int status, char *xprt_cache) argument
2062 __svc_dupcache_update(struct svc_req *req, caddr_t resp_buf, uint_t resp_bufsz, int status, struct dupcache *dc, uint32_t drxid, uint32_t drhash) argument
[all...]
H A Dsvc_vc.c1830 __svc_vc_dup(struct svc_req *req, caddr_t *resp_buf, uint_t *resp_bufsz) argument
1832 return (__svc_dup(req, resp_buf, resp_bufsz,
1838 __svc_vc_dupdone(struct svc_req *req, caddr_t resp_buf, uint_t resp_bufsz, argument
1841 return (__svc_dupdone(req, resp_buf, resp_bufsz, status,
/illumos-gate/usr/src/uts/common/io/ib/mgt/ibmf/
H A Dibmf_saa_impl.c3210 ibmf_msg_bufs_t *resp_buf; local
3228 resp_buf = &msgp->im_msgbufs_recv;
3230 _NOTE(NOW_INVISIBLE_TO_OTHER_THREADS(*resp_buf))
3245 if (resp_buf->im_bufs_mad_hdr == NULL) {
3259 if ((mad_status = b2h16(resp_buf->im_bufs_mad_hdr->Status)) !=
3306 attr_id = b2h16(resp_buf->im_bufs_mad_hdr->AttributeID);
3307 method = resp_buf->im_bufs_mad_hdr->R_Method;
3362 is_get_resp = resp_buf->im_bufs_mad_hdr->R_Method ==
3366 *status = ibmf_saa_utils_unpack_sa_hdr(resp_buf->im_bufs_cl_hdr,
3367 resp_buf
[all...]
/illumos-gate/usr/src/lib/libnsl/common/
H A Dllib-lnsl840 int __svc_vc_dup(struct svc_req *req, caddr_t *resp_buf, uint_t *resp_bufsz);
841 int __svc_vc_dupdone(struct svc_req *req, caddr_t resp_buf, uint_t resp_bufsz,

Completed in 83 milliseconds