HomeSort by: relevance | last modified time | path
    Searched defs:buflength (Results 1 - 4 of 4) sorted by relevancy

  /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) {

Completed in 40 milliseconds