Searched refs:ta_entries (Results 1 – 1 of 1) sorted by relevance
347 static const struct ta_entry ta_entries[] = { variable392 for (n = 0; n < ARRAY_SIZE(ta_entries); n++) in find_ta_entry()393 if (!memcmp(&u, &ta_entries[n].uuid, sizeof(u))) in find_ta_entry()394 return ta_entries + n; in find_ta_entry()
Completed in 4 milliseconds