Lines Matching defs:tdip
317 dev_info_t *tdip;
324 for (tdip = devnamesp[childmaj].dn_head;
325 tdip != NULL; tdip = ddi_get_next(tdip)) {
327 if (tdip == child)
330 if (test_inst == ddi_get_instance(tdip)) {
350 dev_info_t *tdip;
359 for (tdip = devnamesp[childmaj].dn_head; tdip != NULL;
360 tdip = ddi_get_next(tdip)) {
362 if (tdip == child)
364 if (inst == ddi_get_instance(tdip)) {
368 if (tdip == NULL) {