Lines Matching refs:DI_PATH

1899 		if (DI_PATH(path)->path_p_link != 0)  in di_path_phci_next_path()
1900 return (DI_PATH((void *)((caddr_t)path - in di_path_phci_next_path()
1901 DI_PATH(path)->self + DI_PATH(path)->path_p_link))); in di_path_phci_next_path()
1915 return (DI_PATH((caddr_t)node - DI_NODE(node)->self + in di_path_phci_next_path()
1941 if (DI_PATH(path)->path_c_link != 0) in di_path_client_next_path()
1942 return (DI_PATH((caddr_t)path - DI_PATH(path)->self in di_path_client_next_path()
1943 + DI_PATH(path)->path_c_link)); in di_path_client_next_path()
1957 return (DI_PATH((caddr_t)node - DI_NODE(node)->self + in di_path_client_next_path()
1984 pa = (caddr_t)path - DI_PATH(path)->self; in di_path_addr()
1986 (void) strncpy(buf, (char *)(pa + DI_PATH(path)->path_addr), in di_path_addr()
2028 return ((di_path_state_t)DI_PATH(path)->path_state); in di_path_state()
2034 return (DI_PATH(path)->path_flags); in di_path_flags()
2051 caddr_t pa = (caddr_t)path - DI_PATH(path)->self; in di_path_bus_addr()
2053 if (DI_PATH(path)->path_addr == 0) in di_path_bus_addr()
2056 return ((char *)(pa + DI_PATH(path)->path_addr)); in di_path_bus_addr()
2062 return (DI_PATH(path)->path_instance); in di_path_instance()
2077 pa = (caddr_t)path - DI_PATH(path)->self; in di_path_client_node()
2079 if (DI_PATH(path)->path_client) { in di_path_client_node()
2080 return (DI_NODE(pa + DI_PATH(path)->path_client)); in di_path_client_node()
2088 if ((DI_PATH(path)->path_snap_state & DI_PATH_SNAP_NOCLIENT) == 0) in di_path_client_node()
2108 pa = (caddr_t)path - DI_PATH(path)->self; in di_path_phci_node()
2110 if (DI_PATH(path)->path_phci) { in di_path_phci_node()
2111 return (DI_NODE(pa + DI_PATH(path)->path_phci)); in di_path_phci_node()
2119 if ((DI_PATH(path)->path_snap_state & DI_PATH_SNAP_NOPHCI) == 0) in di_path_phci_node()
2153 pa = (caddr_t)path - DI_PATH(path)->self; in di_path_prop_next()
2154 if (DI_PATH(path)->path_prop != 0) { in di_path_prop_next()
2155 return (DI_PATHPROP(pa + DI_PATH(path)->path_prop)); in di_path_prop_next()
3414 DI_PATH(path)->user_private_data = (uintptr_t)data; in di_path_private_set()
3420 return ((void *)(uintptr_t)DI_PATH(path)->user_private_data); in di_path_private_get()