Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/bhyve/amd64/
H A Dbhyverun_machdep.c200 set_config_value("keyboard.layout", optarg); in bhyve_optparse()
223 set_config_value("memory.size", optarg); in bhyve_optparse()
251 set_config_value("uuid", optarg); in bhyve_optparse()
276 set_config_value("bootrom", get_config_value("lpc.bootrom")); in bhyve_optparse()
281 set_config_value("bootvars", get_config_value("lpc.bootvars")); in bhyve_optparse()
293 set_config_value("memory.size", "256M"); in bhyve_init_config()
295 set_config_value("lpc.fwcfg", "bhyve"); in bhyve_init_config()
H A Dpci_lpc.c111 set_config_value("bootrom", romfile); in lpc_device_parse()
119 set_config_value("bootvars", varfile); in lpc_device_parse()
156 set_config_value(node_name, str); in lpc_device_parse()
/illumos-gate/usr/src/cmd/bhyve/common/
H A Dbhyverun.c147 set_config_value("sockets", "1"); in bhyve_topology_parse()
148 set_config_value("cores", "1"); in bhyve_topology_parse()
149 set_config_value("threads", "1"); in bhyve_topology_parse()
150 set_config_value("cpus", "1"); in bhyve_topology_parse()
160 set_config_value("cpus", cp + strlen("cpus=")); in bhyve_topology_parse()
162 set_config_value("sockets", cp + strlen("sockets=")); in bhyve_topology_parse()
164 set_config_value("cores", cp + strlen("cores=")); in bhyve_topology_parse()
166 set_config_value("threads", cp + strlen("threads=")); in bhyve_topology_parse()
170 set_config_value("cpus", cp); in bhyve_topology_parse()
285 set_config_value(key, newval); in bhyve_pincpu_parse()
[all …]
H A Dconfig.c172 set_config_value(const char *path, const char *value) in set_config_value() function
210 set_config_value(path, value); in set_config_value_if_unset()
438 set_config_value(path, value ? "true" : "false"); in set_config_bool()
H A Dconfig.h110 void set_config_value(const char *path, const char *value);