Searched defs:ds_handle (Results 1 - 4 of 4) sorted by relevance

/illumos-gate/usr/src/uts/sun4v/promif/
H A Dpromif_prop.c179 ds_svc_hdl_t ds_handle; local
186 ds_handle = ds_primary_handle;
188 ds_handle = ds_backup_handle;
204 if ((rv = (*ds_send)(ds_handle, req,
/illumos-gate/usr/src/uts/sun4v/io/
H A Dplatsvc.c326 ds_svc_hdl_t ds_handle = ds_md_handle; local
334 if (ds_handle == DS_INVALID_HDL) {
342 if ((rv = ds_cap_send(ds_handle, &resp_msg,
365 if ((rv = ds_cap_send(ds_handle, &resp_msg, sizeof (resp_msg))) != 0) {
373 ds_svc_hdl_t ds_handle = ds_shutdown_handle; local
382 if (ds_handle == DS_INVALID_HDL) {
391 if ((rv = ds_cap_send(ds_handle, &resp_msg,
403 if ((rv = ds_cap_send(ds_handle, &resp_msg, sizeof (resp_msg))) != 0) {
424 ds_svc_hdl_t ds_handle = ds_panic_handle; local
432 if (ds_handle
466 ps_suspend_send_response(ds_svc_hdl_t *ds_handle, uint64_t req_num, uint32_t result, uint32_t rec_result, char *reason, int timeout, int intval) argument
[all...]
H A Ddr_cpu.c66 static ds_svc_hdl_t ds_handle; variable
234 ds_handle = hdl;
242 ds_handle = DS_INVALID_HDL;
325 if (ds_cap_send(ds_handle, resp, resp_len) != 0) {
H A Ddr_mem.c104 static ds_svc_hdl_t ds_handle; variable
287 ds_handle = hdl;
295 ds_handle = DS_INVALID_HDL;
381 if (ds_cap_send(ds_handle, resp, resp_len) != 0) {

Completed in 634 milliseconds