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

/illumos-gate/usr/src/lib/fm/topo/modules/SUNW,SPARC-Enterprise/ioboard/
H A Dopl_hostbridge.c111 char *dnpath; local
145 if ((dnpath = di_devfs_path(dnode)) != NULL) {
149 dnpath, NULL);
153 dnpath);
155 di_devfs_path_free(dnpath);
162 di_devfs_path_free(dnpath);
177 di_devfs_path_free(dnpath);
183 di_devfs_path_free(dnpath);
188 if (dnpath) {
190 TOPO_PROP_IMMUTABLE, dnpath,
[all...]
/illumos-gate/usr/src/lib/fm/topo/modules/sun4v/cpuboard/
H A Dcpuboard_hostbridge.c96 char *dnpath; local
113 if ((dnpath = di_devfs_path(dnode)) != NULL) {
121 rcpath = dnpath;
123 dnpath, NULL);
127 dnpath);
129 di_devfs_path_free(dnpath);
136 di_devfs_path_free(dnpath);
151 di_devfs_path_free(dnpath);
157 di_devfs_path_free(dnpath);
169 if (dnpath) {
[all...]
/illumos-gate/usr/src/lib/fm/topo/modules/sun4v/hostbridge/
H A Dhb_sun4v.c178 char dnpath[MAXPATHLEN]; local
191 (void) snprintf(dnpath, sizeof (dnpath), "/pci@%llx", ba);
192 fmri = topo_mod_devfmri(mod, FM_DEV_SCHEME_VERSION, dnpath, NULL);
195 dnpath);
223 TOPO_PROP_IMMUTABLE, dnpath, &err) != 0) {
/illumos-gate/usr/src/lib/fm/topo/modules/common/pcibus/
H A Ddid_props.c421 char *dnpath, *path, *fpath, *nm; local
437 if ((dnpath = di_devfs_path(did_dinode(pd))) != NULL) {
443 if ((path = topo_mod_strdup(mp, dnpath)) == NULL) {
444 di_devfs_path_free(dnpath);
447 di_devfs_path_free(dnpath);
715 char *dnpath; local
721 if ((dnpath = di_devfs_path(did_dinode(pd))) == NULL) {
725 if ((path = topo_mod_strdup(mp, dnpath)) == NULL) {
726 di_devfs_path_free(dnpath);
729 di_devfs_path_free(dnpath);
[all...]

Completed in 88 milliseconds