Searched refs:DI_HP (Results 1 – 3 of 3) sorted by relevance
2623 if (DI_HP(hp)->next != 0) in di_hp_next()2624 return (DI_HP((caddr_t)hp - hp->self + hp->next)); in di_hp_next()2635 return (DI_HP((caddr_t)node - DI_NODE(node)->self + in di_hp_next()2665 pa = (caddr_t)hp - DI_HP(hp)->self; in di_hp_name()2667 if (DI_HP(hp)->hp_name == 0) { in di_hp_name()2672 return ((char *)(pa + DI_HP(hp)->hp_name)); in di_hp_name()2686 if (DI_HP(hp)->hp_connection == -1) in di_hp_connection()2689 return (DI_HP(hp)->hp_connection); in di_hp_connection()2703 if (DI_HP(hp)->hp_depends_on == -1) in di_hp_depends_on()2706 return (DI_HP(hp)->hp_depends_on); in di_hp_depends_on()[all …]
124 #define DI_HP(addr) ((struct di_hp *)((void *)(addr))) macro
3568 me = DI_HP(di_mem_addr(st, off)); in di_gethpdata()4270 hp = DI_HP(di_mem_addr(st, hp_list_node->hp_off)); in di_hotplug_children()