Home
last modified time | relevance | path

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

/titanic_44/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) in fab_hc_path() argument
315 *hcpath = buf; in fab_hc_path()
338 fab_get_hcpath(fmd_hdl_t *hdl, nvlist_t *nvl, char **hcpath, size_t *len) in fab_get_hcpath() argument
348 return (fab_hc_path(hdl, detector, hcpath, len)); in fab_get_hcpath()
356 char *hcpath; in fab_find_rppath_by_df() local
365 if (!fab_get_hcpath(hdl, nvl, &hcpath, &len)) in fab_find_rppath_by_df()
384 "/propval[@name='dev']/@value", str, PCIEX_ROOT, hcpath); in fab_find_rppath_by_df()
386 fmd_hdl_free(hdl, hcpath, len); in fab_find_rppath_by_df()
400 char *hcpath; in fab_find_rppath_by_devbdf() local
413 if (!fab_get_hcpath(hdl, nvl, &hcpath, &len)) in fab_find_rppath_by_devbdf()
[all …]