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

/osnet-11/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,
/osnet-11/usr/src/lib/libnsl/rpc/
H A Dsvc.c1755 * __svc_dup(struct svc_req *req, caddr_t *resp_buf, uint_t *resp_bufsz,
1761 * resp_buf, and its length in resp_bufsz. DUP_ERROR is returned on error.
1764 __svc_dup(struct svc_req *req, caddr_t *resp_buf, uint_t *resp_bufsz, argument
1787 if ((rc = __svc_dupcache_check(req, resp_buf, resp_bufsz, dc, drxid,
1804 * __svc_dupcache_check(struct svc_req *req, caddr_t *resp_buf,
1808 * copy back into the resp_buf, if appropriate. Return the status of
1812 __svc_dupcache_check(struct svc_req *req, caddr_t *resp_buf, uint_t *resp_bufsz, argument
1846 resp_buf != NULL &&
1848 *resp_buf = malloc(dr->dr_resp.len);
1849 if (*resp_buf
2015 __svc_dupdone(struct svc_req *req, caddr_t resp_buf, uint_t resp_bufsz, int status, char *xprt_cache) argument
2061 __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.c1979 __svc_vc_dup(struct svc_req *req, caddr_t *resp_buf, uint_t *resp_bufsz) argument
1981 return (__svc_dup(req, resp_buf, resp_bufsz,
1987 __svc_vc_dupdone(struct svc_req *req, caddr_t resp_buf, uint_t resp_bufsz, argument
1990 return (__svc_dupdone(req, resp_buf, resp_bufsz, status,
/osnet-11/usr/src/lib/libnsl/common/
H A Dllib-lnsl766 int __svc_vc_dup(struct svc_req *req, caddr_t *resp_buf, uint_t *resp_bufsz);
767 int __svc_vc_dupdone(struct svc_req *req, caddr_t resp_buf, uint_t resp_bufsz,

Completed in 81 milliseconds