Home
last modified time | relevance | path

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

/qemu/
H A Dqemu-io-cmds.c180 static int64_t cvtnum(const char *s) in cvtnum() function
509 len = cvtnum(arg); in create_iovec()
777 offset = cvtnum(argv[optind]); in read_f()
784 count = cvtnum(argv[optind]); in read_f()
953 offset = cvtnum(argv[optind]); in readv_f()
1150 count = cvtnum(argv[optind]); in write_f()
1784 len = cvtnum(argv[optind]); in zone_open_f()
1809 len = cvtnum(argv[optind]); in zone_close_f()
1834 len = cvtnum(argv[optind]); in zone_finish_f()
1859 len = cvtnum(argv[optind]); in zone_reset_f()
[all …]
H A Dqemu-img.c506 static int64_t cvtnum(const char *name, const char *value) in cvtnum() function
587 sval = cvtnum("image size", argv[optind++]); in img_create()
1011 rate_limit = cvtnum("rate limit", optarg); in img_commit()
2381 rate_limit = cvtnum("rate limit", optarg); in img_convert()
3282 start_offset = cvtnum("start offset", optarg); in img_map()
3288 max_length = cvtnum("max length", optarg); in img_map()
4593 offset = cvtnum("offset", optarg); in img_bench()
4834 granularity = cvtnum("granularity", optarg); in img_bitmap()
5034 dd->count = cvtnum("count", arg); in img_dd_count()
5065 in->offset = cvtnum("skip", arg); in img_dd_skip()
[all …]