Searched refs:cvtnum_full (Results 1 – 1 of 1) sorted by relevance
/openbmc/qemu/ |
H A D | qemu-img.c | 484 static int64_t cvtnum_full(const char *name, const char *value, int64_t min, in cvtnum_full() function 508 return cvtnum_full(name, value, 0, INT64_MAX); in cvtnum() 4607 sval = cvtnum_full("buffer size", optarg, 0, INT_MAX); in img_bench() 4619 sval = cvtnum_full("step_size", optarg, 0, INT_MAX); in img_bench() 5020 res = cvtnum_full("bs", arg, 1, INT_MAX); in img_dd_bs()
|