Searched refs:ds_cap_send (Results 1 - 10 of 10) sorted by relevance

/opensolaris-onvv-gate/usr/src/uts/sun4v/sys/
H A Dds.h107 extern int ds_cap_send(ds_svc_hdl_t hdl, void *buf, size_t buflen);
/opensolaris-onvv-gate/usr/src/uts/sun4v/io/
H A Dplatsvc.c342 if ((rv = ds_cap_send(ds_handle, &resp_msg,
344 cmn_err(CE_NOTE, "md ds_cap_send failed (%d)", rv);
365 if ((rv = ds_cap_send(ds_handle, &resp_msg, sizeof (resp_msg))) != 0) {
366 cmn_err(CE_NOTE, "md ds_cap_send resp failed (%d)", rv);
391 if ((rv = ds_cap_send(ds_handle, &resp_msg,
393 cmn_err(CE_NOTE, "shutdown ds_cap_send failed (%d)",
403 if ((rv = ds_cap_send(ds_handle, &resp_msg, sizeof (resp_msg))) != 0) {
404 cmn_err(CE_NOTE, "shutdown ds_cap_send resp failed (%d)", rv);
441 if ((rv = ds_cap_send(ds_handle, &resp_msg,
443 cmn_err(CE_NOTE, "panic ds_cap_send res
[all...]
H A Dfault_iso.c256 if ((rv = ds_cap_send(cpu_handle, &resp_msg,
258 FI_DBG(CE_CONT, "ds_cap_send failed (%d)\n",
289 if ((rv = ds_cap_send(cpu_handle, &resp_msg,
291 FI_DBG(CE_CONT, "ds_cap_send failed (%d)\n", rv);
424 if ((rv = ds_cap_send(mem_handle, &resp_msg, sizeof (resp_msg))) != 0) {
425 FI_DBG(CE_CONT, "ds_cap_send failed (%d)\n", rv);
H A Ddr_io.c831 if (ds_cap_send(ds_vio_handle, res, res_len) != 0)
H A Dds_pri.c716 (void) ds_cap_send(sp->ds_pri_handle, &reqmsg, sizeof (reqmsg.hdr));
H A Dds_snmp.c747 DS_SNMP_DBG("ds_snmp_write: ds_cap_send(0x%lx, %lu) called.\n",
749 (void) ds_cap_send(ds_snmp_handle, tmpbufp, len);
H A Ddr_cpu.c325 if (ds_cap_send(ds_handle, resp, resp_len) != 0) {
H A Ddr_mem.c381 if (ds_cap_send(ds_handle, resp, resp_len) != 0) {
H A Dvlds.c832 if ((rv = ds_cap_send(hdl, bufp, buflen)) != 0) {
834 DS_DBG_VLDS(CE_NOTE, "%s: SEND_MSG ds_cap_send failed "
H A Dds_common.c2722 ds_cap_send(ds_svc_hdl_t hdl, void *buf, size_t len) function

Completed in 130 milliseconds