Home
last modified time | relevance | path

Searched refs: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; in devfs_target2install() local
1763 if ((mapped_node_path = phci_to_vhci(physpath)) != NULL) { in devfs_target2install()
1766 "%s:%s", mapped_node_path, minorbuf); in devfs_target2install()
1768 (void) strlcpy(physpath, mapped_node_path, in devfs_target2install()
1770 free(mapped_node_path); in devfs_target2install()