Lines Matching defs:dipp
1359 dev_info_t **dipp; /* next slot for storing dip */
1375 arg.dipp = handle->dip_list;
1388 for (i = 0, arg.dipp = handle->dip_list;
1389 i < handle->dip_list_len; i++, arg.dipp++) {
1391 err = e_ddi_branch_configure(*arg.dipp, NULL, 0);
1397 sysc_dr_err_decode(handle, *arg.dipp, TRUE);
1465 arg.dipp = NULL;
1534 ASSERT(wp->dipp != NULL);
1535 ASSERT(*wp->dipp == NULL);
1539 *wp->dipp = rdip;
1540 wp->dipp++;