Searched refs:match_default (Results 1 – 5 of 5) sorted by relevance
/openbmc/qemu/hw/net/ |
H A D | lasi_i82596.c | 122 qemu_irq lan_irq, gboolean match_default) in lasi_82596_init() argument 129 dev = qemu_create_nic_device(TYPE_LASI_82596, match_default, "lasi"); in lasi_82596_init()
|
/openbmc/qemu/include/net/ |
H A D | net.h | 204 NICInfo *qemu_find_nic_info(const char *typename, bool match_default, 222 bool qemu_configure_nic_device(DeviceState *dev, bool match_default, 234 DeviceState *qemu_create_nic_device(const char *typename, bool match_default,
|
/openbmc/qemu/include/hw/net/ |
H A D | lasi_82596.h | 29 qemu_irq irq, gboolean match_default);
|
/openbmc/qemu/net/ |
H A D | net.c | 1112 NICInfo *qemu_find_nic_info(const char *typename, bool match_default, in qemu_find_nic_info() argument 1129 if ((match_default && !nd->model) || !g_strcmp0(nd->model, typename) in qemu_find_nic_info() 1154 bool qemu_configure_nic_device(DeviceState *dev, bool match_default, in qemu_configure_nic_device() argument 1158 match_default, alias); in qemu_configure_nic_device() 1168 DeviceState *qemu_create_nic_device(const char *typename, bool match_default, in qemu_create_nic_device() argument 1171 NICInfo *nd = qemu_find_nic_info(typename, match_default, alias); in qemu_create_nic_device()
|
/openbmc/linux/drivers/thermal/ |
H A D | thermal_core.c | 128 bool match_default; in thermal_register_governor() local 132 match_default = !strncmp(governor->name, in thermal_register_governor() 136 if (!def_governor && match_default) in thermal_register_governor()
|