Home
last modified time | relevance | path

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

/src/usr.sbin/bhyve/
H A Dbhyverun.c177 parse_int_value(const char *key, const char *value, int minval, int maxval) in parse_int_value() function
209 id = parse_int_value("id", cp + strlen("id="), 0, in bhyve_numa_parse()
318 guest_ncpus = parse_int_value("cpus", value, 1, UINT16_MAX); in calc_topology()
326 cpu_cores = parse_int_value("cores", value, 1, UINT16_MAX); in calc_topology()
331 cpu_threads = parse_int_value("threads", value, 1, UINT16_MAX); in calc_topology()
336 cpu_sockets = parse_int_value("sockets", value, 1, UINT16_MAX); in calc_topology()