Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/usb/usba/
H A Dusbai_util.c1765 typedef struct conv_table { struct
1771 usba_get_name(conv_table_t *conv_table, int value) in usba_get_name() argument
1774 for (i = 0; conv_table[i].name != NULL; i++) { in usba_get_name()
1775 if (conv_table[i].what == value) { in usba_get_name()
1777 return (conv_table[i].name); in usba_get_name()