Searched refs:dnpath (Results 1 – 4 of 4) sorted by relevance
/titanic_41/usr/src/lib/fm/topo/modules/sun4v/cpuboard/ |
H A D | cpuboard_hostbridge.c | 96 char *dnpath; in cpuboard_rc_node_create() local 113 if ((dnpath = di_devfs_path(dnode)) != NULL) { in cpuboard_rc_node_create() 121 rcpath = dnpath; in cpuboard_rc_node_create() 123 dnpath, NULL); in cpuboard_rc_node_create() 127 dnpath); in cpuboard_rc_node_create() 129 di_devfs_path_free(dnpath); in cpuboard_rc_node_create() 136 di_devfs_path_free(dnpath); in cpuboard_rc_node_create() 151 di_devfs_path_free(dnpath); in cpuboard_rc_node_create() 157 di_devfs_path_free(dnpath); in cpuboard_rc_node_create() 169 if (dnpath) { in cpuboard_rc_node_create() [all …]
|
/titanic_41/usr/src/lib/fm/topo/modules/SUNW,SPARC-Enterprise/ioboard/ |
H A D | opl_hostbridge.c | 111 char *dnpath; in opl_rc_node_create() local 145 if ((dnpath = di_devfs_path(dnode)) != NULL) { in opl_rc_node_create() 149 dnpath, NULL); in opl_rc_node_create() 153 dnpath); in opl_rc_node_create() 155 di_devfs_path_free(dnpath); in opl_rc_node_create() 162 di_devfs_path_free(dnpath); in opl_rc_node_create() 177 di_devfs_path_free(dnpath); in opl_rc_node_create() 183 di_devfs_path_free(dnpath); in opl_rc_node_create() 188 if (dnpath) { in opl_rc_node_create() 190 TOPO_PROP_IMMUTABLE, dnpath, &err) != 0) { in opl_rc_node_create() [all …]
|
/titanic_41/usr/src/lib/fm/topo/modules/sun4v/hostbridge/ |
H A D | hb_sun4v.c | 178 char dnpath[MAXPATHLEN]; in platform_pciexrc_declare() local 191 (void) snprintf(dnpath, sizeof (dnpath), "/pci@%llx", ba); in platform_pciexrc_declare() 192 fmri = topo_mod_devfmri(mod, FM_DEV_SCHEME_VERSION, dnpath, NULL); in platform_pciexrc_declare() 195 dnpath); in platform_pciexrc_declare() 223 TOPO_PROP_IMMUTABLE, dnpath, &err) != 0) { in platform_pciexrc_declare()
|
/titanic_41/usr/src/lib/fm/topo/modules/common/pcibus/ |
H A D | did_props.c | 421 char *dnpath, *path, *fpath, *nm; in ASRU_set() local 437 if ((dnpath = di_devfs_path(did_dinode(pd))) != NULL) { in ASRU_set() 443 if ((path = topo_mod_strdup(mp, dnpath)) == NULL) { in ASRU_set() 444 di_devfs_path_free(dnpath); in ASRU_set() 447 di_devfs_path_free(dnpath); in ASRU_set() 716 char *dnpath; in DEVprop_set() local 722 if ((dnpath = di_devfs_path(did_dinode(pd))) == NULL) { in DEVprop_set() 726 if ((path = topo_mod_strdup(mp, dnpath)) == NULL) { in DEVprop_set() 727 di_devfs_path_free(dnpath); in DEVprop_set() 730 di_devfs_path_free(dnpath); in DEVprop_set()
|