Searched refs:expected_id (Results 1 – 2 of 2) sorted by relevance
111 uint8_t const *expected_id = cfg->jedec_id; in check_jedec_id() local139 if (memcmp(expected_id, read_id, sizeof(read_id)) != 0) { in check_jedec_id()143 expected_id[0], expected_id[1], expected_id[2]); in check_jedec_id()
1900 static void test_read_current_track_obj_id_with_expect(uint64_t expected_id) in test_read_current_track_obj_id_with_expect() argument1904 if (g_current_track_object_id != expected_id) { in test_read_current_track_obj_id_with_expect()2016 static void test_read_next_track_obj_id_with_expect(uint64_t expected_id) in test_read_next_track_obj_id_with_expect() argument2020 if (g_next_track_object_id != expected_id) { in test_read_next_track_obj_id_with_expect()2178 static void test_read_current_group_obj_id_with_expect(uint64_t expected_id) in test_read_current_group_obj_id_with_expect() argument2182 if (g_current_group_object_id != expected_id) { in test_read_current_group_obj_id_with_expect()