Searched refs:getuint64 (Results 1 – 5 of 5) sorted by relevance
/openbsd/sbin/fdisk/ |
H A D | misc.h | 39 uint64_t getuint64(const char *, uint64_t, const uint64_t,
|
H A D | misc.c | 124 getuint64(const char *prompt, uint64_t oval, const uint64_t minval, in getuint64() function
|
H A D | cmd.c | 257 pp->prt_bs = getuint64("Partition offset", pp->prt_bs, 0, in edit() 259 pp->prt_ns = getuint64("Partition size", pp->prt_ns, 1, in edit()
|
H A D | gpt.c | 864 bs = getuint64("Partition offset", bs, gh.gh_lba_start, gh.gh_lba_end); in GPT_get_lba_start() 900 ns = getuint64("Partition size", ns, 1, ns); in GPT_get_lba_end()
|
/openbsd/sbin/disklabel/ |
H A D | editor.c | 150 u_int64_t getuint64(const struct disklabel *, char *, char *, u_int64_t, 722 ui = getuint64(lp, "[+|-]new size (with unit)", in editor_resize() 1095 getuint64(const struct disklabel *lp, char *prompt, char *helpstring, in getuint64() function 1283 ui = getuint64(lp, "Starting sector", in set_bounds() 1300 ui = getuint64(lp, "Size ('*' for entire disk)", in set_bounds() 1582 ui = getuint64(lp, "offset", in get_offset() 1619 ui = getuint64(lp, "size", "Size of the partition. " in get_size()
|