Home
last modified time | relevance | path

Searched refs:type_strings (Results 1 – 3 of 3) sorted by relevance

/external/vboot_reference/futility/
Dfile_type.c22 static const char * const type_strings[] = { variable
36 BUILD_ASSERT(ARRAY_SIZE(type_strings) == NUM_FILE_TYPES);
43 return type_strings[type]; in futil_file_type_str()
/external/u-boot/drivers/phy/marvell/
Dcomphy_core.c36 static const char * const type_strings[] = { in get_type_string() local
48 return type_strings[type]; in get_type_string()
/external/linux-kselftest/tools/testing/selftests/bpf/
Dtest_select_reuseport.c635 const char * const type_strings[] = { "TCP", "UDP", "TCP" }; in test_all() local
649 family_strings[f], type_strings[t], in test_all()