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

/illumos-gate/usr/src/cmd/fm/modules/sun4v/etm/
H A Detm_xport_api_dd.c1163 _etm_xport_conn_t **_mcv; /* matching connections vector */ local
1188 _mcv = fmd_hdl_zalloc(hdl, (n + 1) * sizeof (_etm_xport_conn_t *),
1195 _mcv[n] = _connv[i];
1199 _mcv[n] = NULL;
1201 return ((void *) _mcv);

Completed in 47 milliseconds