OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:d_dmabytes
(Results
1 - 4
of
4
) sorted by relevancy
/src/sys/arch/sun68k/stand/libsa/
promdev.c
84
printf("
d_dmabytes
=%d\n", dip->
d_dmabytes
);
105
if (dip->
d_dmabytes
) {
106
si->si_dmaaddr = dvma_alloc(dip->
d_dmabytes
);
saio.h
81
unsigned int
d_dmabytes
; /* Bytes needed by device in DMA memory. */
member in struct:devinfo
/src/sys/arch/sparc/include/
oldmon.h
72
unsigned int
d_dmabytes
; /* Bytes needed by device in DMA memory.*/
member in struct:devinfo
/src/sys/arch/sparc/stand/common/
promdev.c
658
printf("
d_dmabytes
=%d\n", dip->
d_dmabytes
);
688
if (dip->
d_dmabytes
) {
689
si->si_dmaaddr = dvma_alloc(dip->
d_dmabytes
);
732
dvma_free(si->si_dmaaddr, dip->
d_dmabytes
);
Completed in 12 milliseconds
Indexes created Fri Nov 07 05:10:14 GMT 2025