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

/illumos-gate/usr/src/cmd/fm/modules/common/fabric-xlate/
H A Dfx_subr.c287 fab_hc_path(fmd_hdl_t *hdl, nvlist_t *detector, char **hcpath, size_t *lenp) argument
315 *hcpath = buf;
338 fab_get_hcpath(fmd_hdl_t *hdl, nvlist_t *nvl, char **hcpath, size_t *len) argument
348 return (fab_hc_path(hdl, detector, hcpath, len));
356 char *hcpath; local
365 if (!fab_get_hcpath(hdl, nvl, &hcpath, &len))
384 "/propval[@name='dev']/@value", str, PCIEX_ROOT, hcpath);
386 fmd_hdl_free(hdl, hcpath, len);
400 char *hcpath; local
413 if (!fab_get_hcpath(hdl, nvl, &hcpath,
[all...]

Completed in 58 milliseconds