Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/
H A Dbofi.c3101 struct bofi_shadow *dhashp; in bofi_map() local
3190 dhashp = HDL_DHASH(hp->dip); in bofi_map()
3191 hp->dnext = dhashp->dnext; in bofi_map()
3192 dhashp->dnext->dprev = hp; in bofi_map()
3193 hp->dprev = dhashp; in bofi_map()
3194 dhashp->dnext = hp; in bofi_map()
3350 struct bofi_shadow *dhashp; in bofi_dma_allochdl() local
3411 dhashp = HDL_DHASH(hp->dip); in bofi_dma_allochdl()
3412 for (xhp = dhashp->dnext; xhp != dhashp; xhp = xhp->dnext) in bofi_dma_allochdl()
3437 dhashp = HDL_DHASH(hp->dip); in bofi_dma_allochdl()
[all …]