Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/sun4/os/
H A Ddvma.c123 struct dvma_ops *nexus_funcptr; in dvma_kaddr_load() local
129 nexus_funcptr = (struct dvma_ops *)nexus_private->ops; in dvma_kaddr_load()
130 (void) (*nexus_funcptr->dvma_kaddr_load)(h, a, len, index, cp); in dvma_kaddr_load()
162 struct dvma_ops *nexus_funcptr; in dvma_unload() local
166 nexus_funcptr = (struct dvma_ops *)nexus_private->ops; in dvma_unload()
167 (void) (*nexus_funcptr->dvma_unload)(h, objindex, type); in dvma_unload()
182 struct dvma_ops *nexus_funcptr; in dvma_sync() local
186 nexus_funcptr = (struct dvma_ops *)nexus_private->ops; in dvma_sync()
187 (void) (*nexus_funcptr->dvma_sync)(h, objindex, type); in dvma_sync()