Home
last modified time | relevance | path

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

/netbsd/src/sbin/gpt/
Dgpt.c484 off_t devsz; in gpt_open() local
561 devsz = gpt->mediasz / gpt->secsz; in gpt_open()
562 if (devsz < 6) { in gpt_open()
564 (uintmax_t)devsz); in gpt_open()
570 (uintmax_t)gpt->mediasz, gpt->secsz, (uintmax_t)devsz); in gpt_open()
573 if (map_init(gpt, devsz) == -1) in gpt_open()
594 if (hdr && lba > 0 && lba < (uint64_t)devsz) { in gpt_open()
599 if (gpt_gpt(gpt, devsz - 1LL, found) == -1) in gpt_open()