Searched defs:ds_hdl (Results 1 - 2 of 2) sorted by relevance
/illumos-gate/usr/src/cmd/fm/modules/sun4v/etm/ |
H A D | etm_iosvc.h | 112 ds_hdl_t ds_hdl; /* the ds hdl for this io svc ldom */ member in struct:etm_iosvc 127 ds_hdl_t ds_hdl; /* ds handle */ member in struct:etm_async_event_ele 141 ds_hdl_t ds_hdl, boolean_t iosvc_create);
|
H A D | etm.c | 1630 iosvc->ds_hdl = DS_INVALID_HDL; 1669 * etm_iosvc_lookup(using ldom_name or ds_hdl when ldom_name is empty) 1673 etm_iosvc_lookup(fmd_hdl_t *fmd_hdl, char *ldom_name, ds_hdl_t ds_hdl, argument 1684 * there is no ldom name, only the valid ds_hdl. 1685 * find an iosvc with the matching ds_hdl. 1689 if (ds_hdl == iosvc_list[i].ds_hdl) { 1692 "info: found an iosvc at slot %d w/ ds_hdl %d \n", 1693 i, iosvc_list[i].ds_hdl); 1716 "iosvc at slot %d w/ ds_hdl 2890 etm_iosvc_reg_handler(ds_hdl_t ds_hdl, ds_cb_arg_t arg, ds_ver_t *ver, ds_domain_hdl_t dhdl) argument [all...] |
Completed in 59 milliseconds