Searched refs:crc_types (Results 1 – 1 of 1) sorted by relevance
21 static const char *const crc_types[] = { variable41 for (i = 0; i < ARRAY_SIZE(crc_types); ++i) { in string_to_crc_type()42 if (strcmp(s, crc_types[i]) == 0) { in string_to_crc_type()64 for (i = 0; i < ARRAY_SIZE(crc_types); ++i) { in usage()65 shell_print(sh, "%s", crc_types[i]); in usage()