Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/sun4u/io/
H A Dsbd_cpu.c359 dip = devlist->dv_dip; in sbd_pre_release_cpu()
436 dip = devlist->dv_dip; in sbd_pre_release_cpu()
475 dip = devlist->dv_dip; in sbd_pre_attach_cpu()
549 dip = devlist->dv_dip; in sbd_post_attach_cpu()
664 dip = devlist->dv_dip; in sbd_pre_detach_cpu()
771 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.c878 dip = devlist[n].dv_dip; in sbd_dev_configure()
954 dip = devlist[n].dv_dip; in sbd_dev_release()
1032 dip = devlist[n].dv_dip; in sbd_dev_unconfigure()
2875 ret_devlist[ix].dv_dip = dip; in sbd_get_devlist()
3000 nodetype = sbd_get_devtype(hp, devlist->dv_dip); in sbd_pre_attach_devlist()
3062 nodetype = sbd_get_devtype(hp, devlist->dv_dip); in sbd_post_attach_devlist()
3106 dip = devlist[i].dv_dip; in sbd_post_attach_devlist()
3315 nodetype = sbd_get_devtype(hp, devlist->dv_dip); in sbd_pre_release_devlist()
3410 nodetype = sbd_get_devtype(hp, devlist->dv_dip); in sbd_post_release_devlist()
3661 nodetype = sbd_get_devtype(hp, devlist->dv_dip); in sbd_pre_detach_devlist()
[all …]
H A Dsbd_io.c341 dip = devlist[i].dv_dip; in sbd_check_io_refs()
/illumos-gate/usr/src/uts/i86pc/sys/
H A Dapix.h162 dev_info_t *dv_dip; member
201 ((v)->v_devp->dv_dip)
/illumos-gate/usr/src/uts/i86pc/io/apix/
H A Dapix_utils.c688 apix_set_dev_map(top, fromp->v_devp->dv_dip, in apix_dup_vectors()
1144 if (dvp->dv_dip == dip && dvp->dv_inum == inum && in apix_clear_dev_map()
1185 if (dvp->dv_dip == dip && dvp->dv_inum == inum && in apix_set_dev_map()
1194 dvp->dv_dip = dip; in apix_set_dev_map()
1226 if (dvp->dv_dip == dip && dvp->dv_inum == inum && in apix_get_dev_map()
1255 if (dvp->dv_dip == dip && dvp->dv_type == type) { in apix_get_min_dev_inum()
1282 if (dvp->dv_dip == dip && dvp->dv_type == type) { in apix_get_max_dev_inum()
/illumos-gate/usr/src/uts/sun4u/sys/
H A Dsbdpriv.h193 dev_info_t *dv_dip; member