Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/xhci/
H A Dxhci_portsc.c60 static const char *xp_pls_strings[] = { variable
93 xp_pls_strings[XHCI_PS_PLS_GET(portsc)], in xp_dump_verbose()
195 for (i = 0; xp_pls_strings[i] != NULL; i++) { in xp_set_pls()
196 if (strcasecmp(state, xp_pls_strings[i]) == 0) in xp_set_pls()
200 if (xp_pls_strings[i] == NULL) { in xp_set_pls()