/src/sys/arch/atari/stand/ahdilabel/ |
write.c | 163 if (!disk_write (fd, AHDI_BBLOCK, 1, root)) { 243 if (!disk_write (fd, rsec, 1, root)) { 300 if (!disk_write (fd, (u_int) BSL_OFFSET, (u_int) BSL_SIZE, bsl)) { 332 if (!disk_write (fd, nbdsec, nsec, bb)) { 343 disk_write (fd, start, count, buf) function
|
/src/sys/arch/atari/stand/edahdi/ |
edahdi.c | 103 void disk_write(int, u_int, u_int, void *); 510 disk_write(fd, rsec, 1, root); 515 disk_write(fd, start, count, buf) function
|
/src/sys/arch/atari/stand/tostools/aptck/ |
diskio.c | 117 disk_write(dd, start, count, buffer) function
|
/src/sys/arch/atari/stand/tostools/libtos/ |
diskio.c | 117 disk_write(dd, start, count, buffer) function
|