Home | History | Annotate | Download | only in qemu

Lines Matching refs:atoi

2350     low  = atoi(strtok(p, "-"));
2351 high = atoi(strtok(NULL, "-"));
2358 low = atoi(arg);
2424 rport = atoi(redirect_port);
3118 smp_cpus = atoi(optarg);
3319 xen_domid = atoi(optarg);
3358 dcache_load_miss_penalty = atoi(optarg);
3361 dcache_store_miss_penalty = atoi(optarg);