Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/fm/topo/modules/common/pcibus/
H A Ddid_props.c460 char *dnpath, *path, *fpath, *nm; in ASRU_set() local
476 if ((dnpath = di_devfs_path(did_dinode(pd))) != NULL) { in ASRU_set()
482 if ((path = topo_mod_strdup(mp, dnpath)) == NULL) { in ASRU_set()
483 di_devfs_path_free(dnpath); in ASRU_set()
486 di_devfs_path_free(dnpath); in ASRU_set()
754 char *dnpath; in DEVprop_set() local
760 if ((dnpath = di_devfs_path(did_dinode(pd))) == NULL) { in DEVprop_set()
764 if ((path = topo_mod_strdup(mp, dnpath)) == NULL) { in DEVprop_set()
765 di_devfs_path_free(dnpath); in DEVprop_set()
768 di_devfs_path_free(dnpath); in DEVprop_set()