Home
last modified time | relevance | path

Searched refs:dv_dip (Results 1 – 7 of 7) sorted by relevance

/titanic_41/usr/src/uts/sun4u/io/
H A Dsbd_cpu.c357 dip = devlist->dv_dip; in sbd_pre_release_cpu()
434 dip = devlist->dv_dip; in sbd_pre_release_cpu()
473 dip = devlist->dv_dip; in sbd_pre_attach_cpu()
550 dip = devlist->dv_dip; in sbd_post_attach_cpu()
665 dip = devlist->dv_dip; in sbd_pre_detach_cpu()
772 dip = devlist->dv_dip; in sbd_post_detach_cpu()
H A Dsbd_mem.c157 ASSERT(devlist[d].dv_dip != NULL); in sbd_pre_attach_mem()
159 dip = devlist[d].dv_dip; in sbd_pre_attach_mem()
281 ASSERT(devlist[d].dv_dip != NULL); in sbd_post_attach_mem()
283 dip = devlist[d].dv_dip; in sbd_post_attach_mem()
383 ASSERT(devlist[d].dv_dip != NULL); in sbd_pre_detach_mem()
385 dip = devlist[d].dv_dip; in sbd_pre_detach_mem()
434 ASSERT(devlist[d].dv_dip != NULL); in sbd_post_detach_mem()
442 dip = devlist[d].dv_dip; in sbd_post_detach_mem()
847 ASSERT(devlist[d].dv_dip != NULL); in sbd_pre_release_mem()
H A Dsbd.c879 dip = devlist[n].dv_dip; in sbd_dev_configure()
956 dip = devlist[n].dv_dip; in sbd_dev_release()
1021 nodetype = sbd_get_devtype(hp, devlist->dv_dip); in sbd_dev_unconfigure()
1034 dip = devlist[n].dv_dip; in sbd_dev_unconfigure()
2890 ret_devlist[ix].dv_dip = dip; in sbd_get_devlist()
3019 nodetype = sbd_get_devtype(hp, devlist->dv_dip); in sbd_pre_attach_devlist()
3081 nodetype = sbd_get_devtype(hp, devlist->dv_dip); in sbd_post_attach_devlist()
3125 dip = devlist[i].dv_dip; in sbd_post_attach_devlist()
3334 nodetype = sbd_get_devtype(hp, devlist->dv_dip); in sbd_pre_release_devlist()
3429 nodetype = sbd_get_devtype(hp, devlist->dv_dip); in sbd_post_release_devlist()
[all …]
H A Dsbd_io.c341 dip = devlist[i].dv_dip; in sbd_check_io_refs()
/titanic_41/usr/src/uts/i86pc/sys/
H A Dapix.h161 dev_info_t *dv_dip; member
200 ((v)->v_devp->dv_dip)
/titanic_41/usr/src/uts/i86pc/io/apix/
H A Dapix_utils.c686 apix_set_dev_map(top, fromp->v_devp->dv_dip, in apix_dup_vectors()
1139 if (dvp->dv_dip == dip && dvp->dv_inum == inum && in apix_clear_dev_map()
1180 if (dvp->dv_dip == dip && dvp->dv_inum == inum && in apix_set_dev_map()
1189 dvp->dv_dip = dip; in apix_set_dev_map()
1221 if (dvp->dv_dip == dip && dvp->dv_inum == inum && in apix_get_dev_map()
1250 if (dvp->dv_dip == dip && dvp->dv_type == type) { in apix_get_min_dev_inum()
1277 if (dvp->dv_dip == dip && dvp->dv_type == type) { in apix_get_max_dev_inum()
/titanic_41/usr/src/uts/sun4u/sys/
H A Dsbdpriv.h193 dev_info_t *dv_dip; member