/src/sys/arch/mac68k/dev/ |
ncr5380reg.h | 200 u_char *bounceb; /* allocated bounce buffer */ member in struct:req_q
|
ncr5380reg.h | 200 u_char *bounceb; /* allocated bounce buffer */ member in struct:req_q
|
/src/sys/arch/atari/dev/ |
ncr5380reg.h | 200 uint8_t *bounceb; /* allocated bounce buffer */ member in struct:req_q
|
ncr5380reg.h | 200 uint8_t *bounceb; /* allocated bounce buffer */ member in struct:req_q
|
fd.c | 150 uint8_t *bounceb; /* Bounce buffer */ member in struct:fd_softc 524 sc->bounceb = alloc_stmem(SECTOR_SIZE, &addr); 525 if (sc->bounceb == NULL) 572 free_stmem(sc->bounceb); 922 phys_addr = (paddr_t)kvtop(sc->bounceb); 924 memcpy(sc->bounceb, sc->io_data, SECTOR_SIZE); 1025 memcpy(sc->io_data, sc->bounceb, SECTOR_SIZE);
|
fd.c | 150 uint8_t *bounceb; /* Bounce buffer */ member in struct:fd_softc 524 sc->bounceb = alloc_stmem(SECTOR_SIZE, &addr); 525 if (sc->bounceb == NULL) 572 free_stmem(sc->bounceb); 922 phys_addr = (paddr_t)kvtop(sc->bounceb); 924 memcpy(sc->bounceb, sc->io_data, SECTOR_SIZE); 1025 memcpy(sc->io_data, sc->bounceb, SECTOR_SIZE);
|