Searched defs:di_path (Results 1 - 2 of 2) sorted by relevance

/osnet-11/usr/src/lib/fm/topo/modules/sun4v/sun4vpi/common/
H A Dpi_bay.c77 char *di_path = NULL; local
104 di_path = di_devfs_path(dnode);
105 if (di_path == NULL) {
112 (void) snprintf(buf, MAXPATHLEN, "%s%s%s,%x", di_path,
115 di_devfs_path_free(di_path);
H A Dpi_subr.c158 char *di_path = NULL; local
167 di_path = di_devfs_path(dnode);
168 if (strcmp(di_path, "/") == 0) {
169 di_devfs_path_free(di_path);
172 di_devfs_path_free(di_path);

Completed in 27 milliseconds