Home
last modified time | relevance | path

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

/src/usr.sbin/bhyve/amd64/
H A Dbhyverun_machdep.c64 set_config_value("memory.size", "256M"); in bhyve_init_config()
67 set_config_value("lpc.fwcfg", "bhyve"); in bhyve_init_config()
169 set_config_value("keyboard.layout", optarg); in bhyve_optparse()
197 set_config_value("memory.size", optarg); in bhyve_optparse()
240 set_config_value("uuid", optarg); in bhyve_optparse()
265 set_config_value("bootrom", get_config_value("lpc.bootrom")); in bhyve_optparse()
270 set_config_value("bootvars", get_config_value("lpc.bootvars")); in bhyve_optparse()
H A Dpci_lpc.c108 set_config_value("bootrom", romfile); in lpc_device_parse()
116 set_config_value("bootvars", varfile); in lpc_device_parse()
153 set_config_value(node_name, str); in lpc_device_parse()
/src/usr.sbin/bhyve/
H A Dbhyverun.c143 set_config_value("sockets", "1"); in bhyve_topology_parse()
144 set_config_value("cores", "1"); in bhyve_topology_parse()
145 set_config_value("threads", "1"); in bhyve_topology_parse()
146 set_config_value("cpus", "1"); in bhyve_topology_parse()
156 set_config_value("cpus", cp + strlen("cpus=")); in bhyve_topology_parse()
158 set_config_value("sockets", cp + strlen("sockets=")); in bhyve_topology_parse()
160 set_config_value("cores", cp + strlen("cores=")); in bhyve_topology_parse()
162 set_config_value("threads", cp + strlen("threads=")); in bhyve_topology_parse()
166 set_config_value("cpus", cp); in bhyve_topology_parse()
392 set_config_value(key, newval); in bhyve_pincpu_parse()
[all …]
H A Dconfig.c163 set_config_value(const char *path, const char *value) in set_config_value() function
201 set_config_value(path, value); in set_config_value_if_unset()
428 set_config_value(path, value ? "true" : "false"); in set_config_bool()
H A Dconfig.h119 void set_config_value(const char *path, const char *value);
/src/usr.sbin/bhyve/riscv/
H A Dbhyverun_machdep.c84 set_config_value("memory.size", "256M"); in bhyve_init_config()
145 set_config_value("memory.size", optarg); in bhyve_optparse()
173 set_config_value("uuid", optarg); in bhyve_optparse()
/src/usr.sbin/bhyve/aarch64/
H A Dbhyverun_machdep.c89 set_config_value("memory.size", "256M"); in bhyve_init_config()
151 set_config_value("memory.size", optarg); in bhyve_optparse()
182 set_config_value("uuid", optarg); in bhyve_optparse()