Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/sun4v/promif/
H A Dpromif_prop.c50 static ds_svc_hdl_t ds_primary_handle; variable
77 &ds_primary_handle /* cb_arg */
92 if ((ds_svc_hdl_t *)arg == &ds_primary_handle) in vc_reg_handler()
93 ds_primary_handle = hdl; in vc_reg_handler()
101 if ((ds_svc_hdl_t *)arg == &ds_primary_handle) in vc_unreg_handler()
102 ds_primary_handle = DS_INVALID_HDL; in vc_unreg_handler()
185 if (ds_primary_handle != DS_INVALID_HDL) in promif_ldom_setprop()
186 ds_handle = ds_primary_handle; in promif_ldom_setprop()