Home
last modified time | relevance | path

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

/external/sg3_utils/src/
Dsg_vpd.c79 static int filter_dev_ids(const char * print_if_found, int num_leading,
793 filter_dev_ids(const char * print_if_found, int num_leading, uint8_t * buff, in filter_dev_ids() argument
838 if (print_if_found && (! printed)) { in filter_dev_ids()
840 if (strlen(print_if_found) > 0) { in filter_dev_ids()
841 snprintf(b, blen, " %s:", print_if_found); in filter_dev_ids()
848 if (NULL == print_if_found) { in filter_dev_ids()