Searched refs:DI_PATH (Results 1 – 3 of 3) sorted by relevance
1903 if (DI_PATH(path)->path_p_link != 0) in di_path_phci_next_path()1904 return (DI_PATH((void *)((caddr_t)path - in di_path_phci_next_path()1905 DI_PATH(path)->self + DI_PATH(path)->path_p_link))); in di_path_phci_next_path()1919 return (DI_PATH((caddr_t)node - DI_NODE(node)->self + in di_path_phci_next_path()1945 if (DI_PATH(path)->path_c_link != 0) in di_path_client_next_path()1946 return (DI_PATH((caddr_t)path - DI_PATH(path)->self in di_path_client_next_path()1947 + DI_PATH(path)->path_c_link)); in di_path_client_next_path()1961 return (DI_PATH((caddr_t)node - DI_NODE(node)->self + in di_path_client_next_path()1988 pa = (caddr_t)path - DI_PATH(path)->self; in di_path_addr()1990 (void) strncpy(buf, (char *)(pa + DI_PATH(path)->path_addr), in di_path_addr()[all …]
117 #define DI_PATH(addr) ((struct di_path *)((void *)(addr))) macro
2926 me = DI_PATH(di_mem_addr(st, stored_offset)); in di_getpath_data()2950 me = DI_PATH(di_mem_addr(st, off)); in di_getpath_data()