Searched refs:parse_int_value (Results 1 – 1 of 1) sorted by relevance
/illumos-gate/usr/src/cmd/bhyve/common/ |
H A D | bhyverun.c | 181 parse_int_value(const char *key, const char *value, int minval, int maxval) in parse_int_value() function 210 guest_ncpus = parse_int_value("cpus", value, 1, UINT16_MAX); in calc_topology() 218 cpu_cores = parse_int_value("cores", value, 1, UINT16_MAX); in calc_topology() 223 cpu_threads = parse_int_value("threads", value, 1, UINT16_MAX); in calc_topology() 228 cpu_sockets = parse_int_value("sockets", value, 1, UINT16_MAX); in calc_topology()
|