Searched defs:sbdp_passthrus (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/sun4u/serengeti/io/
H A Dsbdp.c808 } sbdp_passthrus[] = { variable in typeref:struct:__anon9940
842 while (sbdp_passthrus[i].name != NULL) {
845 len = strlen(sbdp_passthrus[i].name);
846 if (strncmp(sbdp_passthrus[i].name, buf, len) == 0)
851 if (sbdp_passthrus[i].name == NULL) {
855 rv = (*sbdp_passthrus[i].handler)(hp, buf);

Completed in 46 milliseconds