Searched refs:get_config_value (Results 1 – 16 of 16) sorted by relevance
| /freebsd/usr.sbin/bhyve/ |
| H A D | bhyverun.c | 270 if (get_config_value(old) != NULL && in bhyve_cfg_warn() 271 get_config_value(new) == NULL) { in bhyve_cfg_warn() 273 set_config_value(new, get_config_value(old)); in bhyve_cfg_warn() 349 value = get_config_value("cpus"); in calc_topology() 357 value = get_config_value("cores"); in calc_topology() 362 value = get_config_value("threads"); in calc_topology() 367 value = get_config_value("sockets"); in calc_topology() 411 value = get_config_value(key); in bhyve_pincpu() 508 value = get_config_value(key); in build_vcpumaps() 896 vmname = get_config_value("name"); in main() [all …]
|
| H A D | config.c | 197 if (get_config_value(path) != NULL) { in set_config_value_if_unset() 335 get_config_value(const char *path) in get_config_value() function 384 value = get_config_value(path); in get_config_bool() 395 value = get_config_value(path); in get_config_bool_default()
|
| H A D | bootrom.c | 208 bootrom = get_config_value("bootrom"); in bootrom_loadrom() 239 varfile = get_config_value("bootvars"); in bootrom_loadrom() 325 return (get_config_value("bootrom") != NULL); in bootrom_boot()
|
| H A D | config.h | 74 const char *get_config_value(const char *path);
|
| H A D | net_utils.c | 108 pi->pi_func, get_config_value("name")); in net_genmac()
|
| H A D | smbiostbl.c | 653 string = get_config_value( in smbios_generic_initializer() 688 guest_uuid_str = get_config_value("uuid"); in smbios_type1_initializer() 715 vmname = get_config_value("name"); in smbios_type1_initializer()
|
| H A D | net_backend_slirp.c | 151 nvlist_add_string(config, "vmname", get_config_value("name")); in slirp_init()
|
| H A D | gdb.c | 2190 value = get_config_value("gdb.port"); in init_gdb() 2199 saddr = get_config_value("gdb.address"); in init_gdb()
|
| H A D | rfb.c | 1369 get_config_value("name")); in rfb_init()
|
| H A D | pci_nvme.c | 598 get_config_value("name"), sc->nsc_pi->pi_bus, in pci_nvme_init_ctrldata() 634 asprintf(&data, "%s%u%u%u", get_config_value("name"), in pci_nvme_init_nsdata()
|
| /freebsd/usr.sbin/bhyve/riscv/ |
| H A D | bhyverun_machdep.c | 291 path = get_config_value("console"); in init_mmio_uart() 329 bootrom = get_config_value("bootrom"); in bhyve_init_platform()
|
| H A D | fdt.c | 157 bootargs = get_config_value("fdt.bootargs"); in fdt_init()
|
| /freebsd/usr.sbin/bhyve/aarch64/ |
| H A D | bhyverun_machdep.c | 292 path = get_config_value("console"); in init_mmio_uart() 403 bootrom = get_config_value("bootrom"); in bhyve_init_platform()
|
| H A D | fdt.c | 141 bootargs = get_config_value("fdt.bootargs"); in fdt_init()
|
| /freebsd/usr.sbin/bhyve/amd64/ |
| H A D | ps2kbd.c | 449 snprintf(path, MAX_PATHNAME, PS2KBD_LAYOUT_BASEDIR"%s", get_config_value("keyboard.layout") ); in ps2kbd_setkbdlayout() 494 if (get_config_value("keyboard.layout") != NULL) in ps2kbd_init()
|
| H A D | pci_lpc.c | 189 return (get_config_value("lpc.fwcfg")); in lpc_fwcfg() 270 backend = get_config_value(node_name); in lpc_init()
|