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

/illumos-gate/usr/src/cmd/fm/modules/sun4v/etm/
H A Detm.c571 * static iosvc_list
573 static etm_iosvc_t iosvc_list[NUM_OF_ROOT_DOMAINS] = { variable
1670 * not found, create one, add to iosvc_list
1689 if (ds_hdl == iosvc_list[i].ds_hdl) {
1693 i, iosvc_list[i].ds_hdl);
1695 if (iosvc_list[i].ldom_name[0] != '\0')
1699 iosvc_list[i].ldom_name);
1701 return (&iosvc_list[i]);
1705 } else if (iosvc_list[i].ldom_name[0] != '\0') {
1709 if (strcmp(ldom_name, iosvc_list[
[all...]

Completed in 255 milliseconds