Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/rcm_daemon/common/
H A Dmpxio_rcm.c766 di_path_t dipath = DI_PATH_NIL; in build_groups() local
775 while ((dipath = in build_groups()
776 di_path_client_next_path(dinode, dipath)) != DI_PATH_NIL) in build_groups()
789 while ((dipath = in build_groups()
790 di_path_client_next_path(dinode, dipath)) != DI_PATH_NIL) { in build_groups()
791 phcinode = di_path_phci_node(dipath); in build_groups()
802 phcis[i].state = di_path_state(dipath); in build_groups()
/illumos-gate/usr/src/cmd/picl/plugins/common/devtree/
H A Dpicldevtree.c3643 char dipath[PATH_MAX]; in picldevtree_evhandler() local
3670 (void) strlcpy(dipath, devfs_path, PATH_MAX); in picldevtree_evhandler()
3707 devnode = di_init(dipath, DINFOCPYALL); in picldevtree_evhandler()
3755 if ((strp = strrchr(dipath, '@')) != NULL) { in picldevtree_evhandler()
3758 p = strrchr(dipath, '/'); in picldevtree_evhandler()
3761 devnode = di_init(dipath, DINFOCPYALL); in picldevtree_evhandler()
3768 if ((strp = strrchr(dipath, '/')) != NULL) in picldevtree_evhandler()
3770 devnode = di_init(dipath, DINFOCPYALL); in picldevtree_evhandler()