Lines Matching defs:ldom_name

579 	"\0",				/* ldom_name */
1650 iosvc->ldom_name[0] = '\0';
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,
1680 if (ldom_name[0] == '\0') {
1695 if (iosvc_list[i].ldom_name[0] != '\0')
1698 "info: found an iosvc w/ ldom_name %s \n",
1699 iosvc_list[i].ldom_name);
1705 } else if (iosvc_list[i].ldom_name[0] != '\0') {
1709 if (strcmp(ldom_name, iosvc_list[i].ldom_name) == 0) {
1712 * passed in ldom_name, return the ptr
1719 "iosvc w/ ldom_name %s \n",
1720 iosvc_list[i].ldom_name);
1743 * for the ldom_name at iosvc_list[first_empty_slot]
1747 ldom_name);
1750 (void) strcpy(iosvc_list[i].ldom_name, ldom_name);
1752 i, iosvc_list[i].ldom_name);
1828 iosvc->ldom_name);
1934 "for ldom %s\n", hdr_sz, evsz, iosvc->ldom_name);
2258 char ldom_name[MAX_LDOM_NAME]; /* ldom name */
2384 ldom_name[0] = '\0';
2385 rc = etm_filter_find_ldom_id(hdl, evp, ldom_name,
2389 * if rc is zero and the ldom_name is not "primary",
2392 * in all other cases, whether ldom_name is primary or
2395 if ((rc == 0) && strcmp(ldom_name, "primary") &&
2396 strcmp(ldom_name, "")) {
2398 * use the ldom_name, guaranteered at this point
2404 iosvc = etm_iosvc_lookup(hdl, ldom_name,
2410 "name %s\n", ldom_name);
2865 fmd_hdl_debug(fmd_hdl, "info: before fmd_xprt_open ldom_name is %s\n",
2866 async_e->ldom_name);
2910 * the callback should have a valid ldom_name
2916 async_ele.ldom_name[0] = '\0';
2940 async_ele.ldom_name[0] = '\0';
2956 ldom_event_handler(char *ldom_name, ldom_event_t event, ldom_cb_arg_t data)
2961 * the callback will have a valid ldom_name
2963 async_ele.ldom_name[0] = '\0';
2964 if (ldom_name)
2965 (void) strcpy(async_ele.ldom_name, ldom_name);
3034 if (async_e.ldom_name[0] != '\0') {
3036 "info: procssing async evt ldom_name %s\n",
3037 async_e.ldom_name);
3041 * at this point, if async_e.ldom_name is not NULL,
3043 * the only time async_e.ldom_name is NULL is at
3050 * we have a valid ldom_name,
3051 * etm_lookup_struct(ldom_name)
3058 async_e.ldom_name,
3064 async_e.ldom_name);
3085 * async_e.ldom_name is valid ldom_name
3090 async_e.ldom_name,
3101 (void) strcpy(iosvc->ldom_name,
3102 async_e.ldom_name);
3116 async_e.ldom_name,
3126 "ldom_name returned %s\n",
3127 async_e.ldom_name);
3133 * associated with the ldom_name
3139 fmd_hdl, async_e.ldom_name,
3157 (void) strcpy(iosvc->ldom_name,
3158 async_e.ldom_name);
3178 fmd_hdl, async_e.ldom_name,
3199 if (iosvc->ldom_name != '\0')
3201 "info: iosvc w/ ldom_name "
3202 "%s \n", iosvc->ldom_name);
3234 async_e.event_type, async_e.ldom_name);
3284 "info: send to remote iosvc starting w/ ldom_name %s\n",
3285 iosvc->ldom_name);
3415 iosvc->ldom_name);
3542 msg_size, iosvc->ldom_name);
4165 "%s xprt=%lld\n", iosvc->ldom_name, xp);
4250 if (iosvc_list[i].ldom_name[0] != '\0') {