Searched refs:ifmt_string (Results 1 – 2 of 2) sorted by relevance
474 desc->ifmt_string != NULL; desc++, ttos++)477 if (desc->ifmt_string == NULL) {481 TRACE(" Type: %s\n", desc->ifmt_string);484 for (desc = ttos->modes; desc && desc->ifmt_string != NULL; desc++)486 if (desc->ifmt_string != NULL)487 TRACE(" Mode: %s\n", desc->ifmt_string);496 desc->ifmt_string != NULL; desc++)500 for (desc = ttos->subtypes; desc->ifmt_string != NULL; desc++)503 if (desc->ifmt_string == NULL) {509 TRACE(" SubType: %s\n", desc->ifmt_string);[all …]
425 const char *ifmt_string; /* description */ member