Home | History | Annotate | Download | only in mbrlabel

Lines Matching defs:sector

127 		fprintf(stderr,"Invalid sector size %u\n", bsize);
146 perror("read label (sector is possibly out of "
277 fprintf(stderr, "usage: %s [-fqrw] [-s sector] device\n",
292 uint32_t sector; /* sector that contains the MBR */
299 sector = MBR_BBSECTOR;
316 "sector number (%s) incorrectly specified",
321 "sector number (%s) out of range",
323 sector = (uint32_t)ulsector;
343 changed = getparts(sd, sector, 0, verbose);