Lines Matching refs:DI_HP
2621 if (DI_HP(hp)->next != 0) in di_hp_next()
2622 return (DI_HP((caddr_t)hp - hp->self + hp->next)); in di_hp_next()
2633 return (DI_HP((caddr_t)node - DI_NODE(node)->self + in di_hp_next()
2663 pa = (caddr_t)hp - DI_HP(hp)->self; in di_hp_name()
2665 if (DI_HP(hp)->hp_name == 0) { in di_hp_name()
2670 return ((char *)(pa + DI_HP(hp)->hp_name)); in di_hp_name()
2684 if (DI_HP(hp)->hp_connection == -1) in di_hp_connection()
2687 return (DI_HP(hp)->hp_connection); in di_hp_connection()
2701 if (DI_HP(hp)->hp_depends_on == -1) in di_hp_depends_on()
2704 return (DI_HP(hp)->hp_depends_on); in di_hp_depends_on()
2718 return (DI_HP(hp)->hp_state); in di_hp_state()
2732 return (DI_HP(hp)->hp_type); in di_hp_type()
2748 pa = (caddr_t)hp - DI_HP(hp)->self; in di_hp_description()
2750 if (DI_HP(hp)->hp_type_str == 0) in di_hp_description()
2753 return ((char *)(pa + DI_HP(hp)->hp_type_str)); in di_hp_description()
2769 pa = (caddr_t)hp - DI_HP(hp)->self; in di_hp_child()
2771 if (DI_HP(hp)->hp_child > 0) { in di_hp_child()
2772 return (DI_NODE(pa + DI_HP(hp)->hp_child)); in di_hp_child()
2799 return ((time_t)DI_HP(hp)->hp_last_change); in di_hp_last_change()