Searched refs:parse_int_value (Results 1 – 1 of 1) sorted by relevance
/freebsd/usr.sbin/bhyve/ |
H A D | bhyverun.c | 169 parse_int_value(const char *key, const char *value, int minval, int maxval) in parse_int_value() function 198 guest_ncpus = parse_int_value("cpus", value, 1, UINT16_MAX); in calc_topology() 206 cpu_cores = parse_int_value("cores", value, 1, UINT16_MAX); in calc_topology() 211 cpu_threads = parse_int_value("threads", value, 1, UINT16_MAX); in calc_topology() 216 cpu_sockets = parse_int_value("sockets", value, 1, UINT16_MAX); in calc_topology()
|