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

/osnet-11/usr/src/lib/fm/topo/libtopo/common/
H A Dtopo_mod.c786 char *client_devfs_path = NULL; local
860 client_devfs_path = di_devfs_path(client);
861 if (client_devfs_path != NULL) {
863 bcopy(client_devfs_path, ocpath,
864 strlen(client_devfs_path) + 1);
879 if (client_devfs_path != NULL)
880 di_devfs_path_free(client_devfs_path);

Completed in 17 milliseconds