Home
last modified time | relevance | path

Searched refs:compare_string (Results 1 – 2 of 2) sorted by relevance

/qemu/tests/qtest/
H A Dadm1266-test.c48 static void compare_string(QI2CDevice *i2cdev, uint8_t reg, in compare_string() function
65 compare_string(i2cdev, reg, test_str); in write_and_compare_string()
79 compare_string(i2cdev, PMBUS_MFR_ID, ADM1266_MFR_ID_DEFAULT); in test_defaults()
80 compare_string(i2cdev, PMBUS_MFR_MODEL, ADM1266_MFR_MODEL_DEFAULT); in test_defaults()
81 compare_string(i2cdev, PMBUS_MFR_REVISION, ADM1266_MFR_REVISION_DEFAULT); in test_defaults()
91 compare_string(i2cdev, PMBUS_MFR_ID, ""); in test_rw_regs()
94 compare_string(i2cdev, PMBUS_MFR_MODEL, ""); in test_rw_regs()
97 compare_string(i2cdev, PMBUS_MFR_REVISION, ""); in test_rw_regs()
/qemu/target/i386/
H A Dcpu.c6607 static gint compare_string(gconstpointer a, gconstpointer b) in compare_string() function
6661 if (g_list_find_custom(plus_features, name, compare_string)) { in x86_cpu_parse_featurestr()
6667 if (g_list_find_custom(minus_features, name, compare_string)) { in x86_cpu_parse_featurestr()