Home
last modified time | relevance | path

Searched refs:dipath (Results 1 – 2 of 2) sorted by relevance

/titanic_44/usr/src/cmd/rcm_daemon/common/
H A Dmpxio_rcm.c768 di_path_t dipath = DI_PATH_NIL; in build_groups() local
777 while ((dipath = in build_groups()
778 di_path_client_next_path(dinode, dipath)) != DI_PATH_NIL) in build_groups()
791 while ((dipath = in build_groups()
792 di_path_client_next_path(dinode, dipath)) != DI_PATH_NIL) { in build_groups()
793 phcinode = di_path_phci_node(dipath); in build_groups()
804 phcis[i].state = di_path_state(dipath); in build_groups()
/titanic_44/usr/src/cmd/picl/plugins/common/devtree/
H A Dpicldevtree.c3613 char dipath[PATH_MAX]; in picldevtree_evhandler() local
3640 (void) strlcpy(dipath, devfs_path, PATH_MAX); in picldevtree_evhandler()
3677 devnode = di_init(dipath, DINFOCPYALL); in picldevtree_evhandler()
3725 if ((strp = strrchr(dipath, '@')) != NULL) { in picldevtree_evhandler()
3728 p = strrchr(dipath, '/'); in picldevtree_evhandler()
3731 devnode = di_init(dipath, DINFOCPYALL); in picldevtree_evhandler()
3738 if ((strp = strrchr(dipath, '/')) != NULL) in picldevtree_evhandler()
3740 devnode = di_init(dipath, DINFOCPYALL); in picldevtree_evhandler()