/src/sys/arch/i386/stand/misc/ |
rawrite.c | 128 int count, fdin, drive, head, track, status, spt, buflength, ns; local in function:main 153 buflength = spt * SECTORSIZE; 154 buffer = (char *)malloc(buflength); 161 while ((count = read(fdin, buffer, buflength)) > 0 && !done) {
|
rawrite.c | 128 int count, fdin, drive, head, track, status, spt, buflength, ns; local in function:main 153 buflength = spt * SECTORSIZE; 154 buffer = (char *)malloc(buflength); 161 while ((count = read(fdin, buffer, buflength)) > 0 && !done) {
|
rawrite.c | 128 int count, fdin, drive, head, track, status, spt, buflength, ns; local in function:main 153 buflength = spt * SECTORSIZE; 154 buffer = (char *)malloc(buflength); 161 while ((count = read(fdin, buffer, buflength)) > 0 && !done) {
|
rawrite.c | 128 int count, fdin, drive, head, track, status, spt, buflength, ns; local in function:main 153 buflength = spt * SECTORSIZE; 154 buffer = (char *)malloc(buflength); 161 while ((count = read(fdin, buffer, buflength)) > 0 && !done) {
|