Searched refs:DI_PATH (Results 1 – 3 of 3) sorted by relevance
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()[all …]
117 #define DI_PATH(addr) ((struct di_path *)((void *)(addr))) macro
2927 me = DI_PATH(di_mem_addr(st, stored_offset)); in di_getpath_data()2951 me = DI_PATH(di_mem_addr(st, off)); in di_getpath_data()