Home
last modified time | relevance | path

Searched refs:curbad (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/format/
H A Dix_altsctr.c402 blkaddr_t curbad; in get_badsec() local
424 curbad = blc_p->bl_sec[i]; in get_badsec()
425 if (curbad < in get_badsec()
429 "track of the drive.\n", curbad); in get_badsec()
432 if (curbad >= maxsec) { in get_badsec()
435 "of the drive.\n", curbad); in get_badsec()
438 growbadp[cnt].bad_start = curbad; in get_badsec()
439 growbadp[cnt].bad_end = curbad; in get_badsec()
/illumos-gate/usr/src/cmd/addbadsec/
H A Dix_altsctr.c386 blkaddr_t curbad; in get_badsec() local
403 curbad = blc_p->bl_sec[i]; in get_badsec()
404 if (curbad < (blkaddr_t)dkg.dkg_nsect) { in get_badsec()
407 " track of the drive.\n", curbad); in get_badsec()
410 if (curbad >= maxsec) { in get_badsec()
413 " the end of the drive.\n", curbad); in get_badsec()
416 growbadp[cnt].bad_start = curbad; in get_badsec()
417 growbadp[cnt].bad_end = curbad; in get_badsec()