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