Home
last modified time | relevance | path

Searched refs:ds_handle (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/uts/sun4v/io/
H A Dplatsvc.c326 ds_svc_hdl_t ds_handle = ds_md_handle; in ps_md_data_handler() local
334 if (ds_handle == DS_INVALID_HDL) { in ps_md_data_handler()
342 if ((rv = ds_cap_send(ds_handle, &resp_msg, in ps_md_data_handler()
365 if ((rv = ds_cap_send(ds_handle, &resp_msg, sizeof (resp_msg))) != 0) { in ps_md_data_handler()
373 ds_svc_hdl_t ds_handle = ds_shutdown_handle; in ps_shutdown_data_handler() local
382 if (ds_handle == DS_INVALID_HDL) { in ps_shutdown_data_handler()
391 if ((rv = ds_cap_send(ds_handle, &resp_msg, in ps_shutdown_data_handler()
403 if ((rv = ds_cap_send(ds_handle, &resp_msg, sizeof (resp_msg))) != 0) { in ps_shutdown_data_handler()
424 ds_svc_hdl_t ds_handle = ds_panic_handle; in ps_panic_data_handler() local
432 if (ds_handle == DS_INVALID_HDL) { in ps_panic_data_handler()
[all …]
H A Ddr_mem.c104 static ds_svc_hdl_t ds_handle; variable
287 ds_handle = hdl; in dr_mem_reg_handler()
295 ds_handle = DS_INVALID_HDL; in dr_mem_unreg_handler()
381 if (ds_cap_send(ds_handle, resp, resp_len) != 0) { in dr_mem_data_handler()
H A Ddr_cpu.c70 static ds_svc_hdl_t ds_handle; variable
238 ds_handle = hdl; in dr_cpu_reg_handler()
246 ds_handle = DS_INVALID_HDL; in dr_cpu_unreg_handler()
329 if (ds_cap_send(ds_handle, resp, resp_len) != 0) { in dr_cpu_data_handler()
/illumos-gate/usr/src/uts/sun4v/promif/
H A Dpromif_prop.c179 ds_svc_hdl_t ds_handle; in promif_ldom_setprop() local
186 ds_handle = ds_primary_handle; in promif_ldom_setprop()
188 ds_handle = ds_backup_handle; in promif_ldom_setprop()
204 if ((rv = (*ds_send)(ds_handle, req, in promif_ldom_setprop()