Home
last modified time | relevance | path

Searched refs:hcpath (Results 1 – 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/fm/modules/common/fabric-xlate/
H A Dfx_subr.c319 *hcpath = buf; in fab_hc_path()
342 fab_get_hcpath(fmd_hdl_t *hdl, nvlist_t *nvl, char **hcpath, size_t *len) in fab_get_hcpath() argument
352 return (fab_hc_path(hdl, detector, hcpath, len)); in fab_get_hcpath()
360 char *hcpath; in fab_find_rppath_by_df() local
369 if (!fab_get_hcpath(hdl, nvl, &hcpath, &len)) in fab_find_rppath_by_df()
388 "/propval[@name='dev']/@value", str, PCIEX_ROOT, hcpath); in fab_find_rppath_by_df()
390 fmd_hdl_free(hdl, hcpath, len); in fab_find_rppath_by_df()
404 char *hcpath; in fab_find_rppath_by_devbdf() local
417 if (!fab_get_hcpath(hdl, nvl, &hcpath, &len)) in fab_find_rppath_by_devbdf()
437 bus, dev, fn, bus, dev, fn, hcpath); in fab_find_rppath_by_devbdf()
[all …]