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

/illumos-gate/usr/src/cmd/fm/modules/SUNW,SPARC-Enterprise/event-transport/
H A Dex_dscp.c70 exs_hdl_alloc(fmd_hdl_t *hdl, char *endpoint_id, argument
78 hp->h_endpt_id = fmd_hdl_strdup(hdl, endpoint_id, FMD_SLEEP);
142 * Translate endpoint_id string to int.
147 exs_get_id(fmd_hdl_t *hdl, char *endpoint_id, int *dom_id) argument
151 if (strstr(endpoint_id, EXS_SP_PREFIX) != NULL) {
156 if ((ptr = strstr(endpoint_id, EXS_DOMAIN_PREFIX)) == NULL) {
159 EXS_DOMAIN_PREFIX, endpoint_id);
168 endpoint_id);
487 etm_xport_init(fmd_hdl_t *hdl, char *endpoint_id, argument
494 if (exs_get_id(hdl, endpoint_id,
[all...]

Completed in 194 milliseconds