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

  /src/sbin/disklabel/
main.c 860 uint8_t sec0[512]; local in function:write_label
862 if (pread(f, sec0, 512, 0) < 512) {
869 if (pwrite(f, sec0, 512, (off_t)(alt + i) * 512) < 512)
main.c 860 uint8_t sec0[512]; local in function:write_label
862 if (pread(f, sec0, 512, 0) < 512) {
869 if (pwrite(f, sec0, 512, (off_t)(alt + i) * 512) < 512)
main.c 860 uint8_t sec0[512]; local in function:write_label
862 if (pread(f, sec0, 512, 0) < 512) {
869 if (pwrite(f, sec0, 512, (off_t)(alt + i) * 512) < 512)

Completed in 35 milliseconds