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

/illumos-gate/usr/src/lib/libdevinfo/
H A Ddevfsmap.c1754 char *mapped_node_path, *minor; local
1763 if ((mapped_node_path = phci_to_vhci(physpath)) != NULL) {
1766 "%s:%s", mapped_node_path, minorbuf);
1768 (void) strlcpy(physpath, mapped_node_path,
1770 free(mapped_node_path);

Completed in 64 milliseconds