di_dip_find
if (di_dip_find(st, currdip, &curroff) != 0) {
if (di_dip_find(st, vh_devinfo, &off) != 0) {
if (di_dip_find(pwa->st, ph_devinfo, &off) != 0) {
if (di_dip_find(st, (dev_info_t *)node, &off) != 0)
if (di_dip_find(st, ldi_usage->src_dip, &soff) != 0)
if (di_dip_find(st, ldi_usage->tgt_dip, &toff) != 0)
static int di_dip_find(struct di_state *st, dev_info_t *node, di_off_t *off_p);
(di_dip_find(st, hp_list_node->hp_child, &off) == 0)) {