Searched refs:soft_str (Results 1 – 1 of 1) sorted by relevance
189 const char *vcpu, *hard_str, *soft_str; in main_vcpupin() local211 soft_str = (argc > optind+3) ? argv[optind+3] : NULL; in main_vcpupin()253 if (argc <= optind+3 || !strcmp(soft_str, "-")) in main_vcpupin()255 else if (parse_cpurange(soft_str, soft)) in main_vcpupin()
Completed in 2 milliseconds