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

/osnet-11/usr/src/lib/fm/topo/libtopo/common/
H A Dtopo_mod.c784 char *wwn_path = NULL; local
826 wwn_path = topo_mod_alloc(mod, MAXPATHLEN);
828 wwn_path == NULL) {
847 (void) snprintf(wwn_path, MAXPATHLEN, "%s,%x",
851 (void) snprintf(wwn_path, MAXPATHLEN, "w%s,%x",
855 topo_mod_dprintf(mod, "%s: path_addr(%s) wwn_path(%s)\n",
856 __func__, path_addr, wwn_path);
858 if (strncmp(path_addr, wwn_path, MAXPATHLEN) == 0) {
865 topo_mod_free(mod, wwn_path, MAXPATHLEN);
873 topo_mod_free(mod, wwn_path, MAXPATHLE
[all...]

Completed in 21 milliseconds