Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/sun4/os/
H A Ddvma.c122 struct fast_dvma *nexus_private; in dvma_kaddr_load() local
128 nexus_private = (struct fast_dvma *)mp->dmai_nexus_private; in dvma_kaddr_load()
129 nexus_funcptr = (struct dvma_ops *)nexus_private->ops; in dvma_kaddr_load()
161 struct fast_dvma *nexus_private; in dvma_unload() local
165 nexus_private = (struct fast_dvma *)mp->dmai_nexus_private; in dvma_unload()
166 nexus_funcptr = (struct dvma_ops *)nexus_private->ops; in dvma_unload()
181 struct fast_dvma *nexus_private; in dvma_sync() local
185 nexus_private = (struct fast_dvma *)mp->dmai_nexus_private; in dvma_sync()
186 nexus_funcptr = (struct dvma_ops *)nexus_private->ops; in dvma_sync()
/titanic_41/usr/src/uts/common/io/
H A Dbofi.c3942 struct fast_dvma *nexus_private; in bofi_dvma_reserve() local
3955 nexus_private = (struct fast_dvma *)mp->dmai_nexus_private; in bofi_dvma_reserve()
3956 dummyhp->save.dvma_ops = *(nexus_private->ops); in bofi_dvma_reserve()
3957 nexus_private->ops = &bofi_dvma_ops; in bofi_dvma_reserve()