Searched refs:FW_CFG_NOGRAPHIC (Results 1 – 5 of 5) sorted by relevance
14 #define FW_CFG_NOGRAPHIC 0x04 macro
16 FW_CFG_NOGRAPHIC = 0x04, enumerator
103 g_assert_cmpint(qfw_cfg_get_u16(fw_cfg, FW_CFG_NOGRAPHIC), ==, 0); in test_fw_cfg_nographic()
86 [FW_CFG_NOGRAPHIC] = "nographic", in key_name()1124 fw_cfg_add_i16(s, FW_CFG_NOGRAPHIC, (uint16_t)!machine->enable_graphics); in fw_cfg_common_realize()