Home
last modified time | relevance | path

Searched refs: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
842 while (sbdp_passthrus[i].name != NULL) { in sbdp_ioctl()
845 len = strlen(sbdp_passthrus[i].name); in sbdp_ioctl()
846 if (strncmp(sbdp_passthrus[i].name, buf, len) == 0) in sbdp_ioctl()
851 if (sbdp_passthrus[i].name == NULL) { in sbdp_ioctl()
855 rv = (*sbdp_passthrus[i].handler)(hp, buf); in sbdp_ioctl()