Searched refs:set_config_value (Results 1 – 7 of 7) sorted by relevance
| /freebsd/usr.sbin/bhyve/amd64/ |
| H A D | bhyverun_machdep.c | 68 set_config_value("memory.size", "256M"); in bhyve_init_config() 71 set_config_value("lpc.fwcfg", "bhyve"); in bhyve_init_config() 72 set_config_value("rundir", BHYVE_RUN_DIR); in bhyve_init_config() 176 set_config_value("keyboard.layout", optarg); in bhyve_optparse() 204 set_config_value("memory.size", optarg); in bhyve_optparse() 250 set_config_value("uuid", optarg); in bhyve_optparse()
|
| H A D | pci_lpc.c | 108 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()
|
| /freebsd/usr.sbin/bhyve/ |
| H A D | bhyverun.c | 166 set_config_value("sockets", "1"); in bhyve_topology_parse() 167 set_config_value("cores", "1"); in bhyve_topology_parse() 168 set_config_value("threads", "1"); in bhyve_topology_parse() 169 set_config_value("cpus", "1"); in bhyve_topology_parse() 179 set_config_value("cpus", cp + strlen("cpus=")); in bhyve_topology_parse() 181 set_config_value("sockets", cp + strlen("sockets=")); in bhyve_topology_parse() 183 set_config_value("cores", cp + strlen("cores=")); in bhyve_topology_parse() 185 set_config_value("threads", cp + strlen("threads=")); in bhyve_topology_parse() 189 set_config_value("cpus", cp); in bhyve_topology_parse() 273 set_config_value(new, get_config_value(old)); in bhyve_cfg_warn() [all …]
|
| H A D | config.c | 163 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 D | config.h | 119 void set_config_value(const char *path, const char *value);
|
| /freebsd/usr.sbin/bhyve/riscv/ |
| H A D | bhyverun_machdep.c | 85 set_config_value("memory.size", "256M"); in bhyve_init_config() 86 set_config_value("rundir", BHYVE_RUN_DIR); in bhyve_init_config() 149 set_config_value("memory.size", optarg); in bhyve_optparse() 180 set_config_value("uuid", optarg); in bhyve_optparse()
|
| /freebsd/usr.sbin/bhyve/aarch64/ |
| H A D | bhyverun_machdep.c | 90 set_config_value("memory.size", "256M"); in bhyve_init_config() 91 set_config_value("rundir", BHYVE_RUN_DIR); in bhyve_init_config() 155 set_config_value("memory.size", optarg); in bhyve_optparse() 189 set_config_value("uuid", optarg); in bhyve_optparse()
|