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

/illumos-gate/usr/src/uts/common/io/
H A Decpp.c593 struct ecpp_hw_bind *hw_bind; local
644 hw_bind = ecpp_determine_sio_type(pp);
646 if (hw_bind == NULL) {
650 pp->hw = hw_bind->hw;
651 ecpp_error(pp->dip, "SuperIO type: %s\n", hw_bind->info);
4095 struct ecpp_hw_bind *hw_bind; local
4101 for (hw_bind = NULL, i = 0; i < NELEM(ecpp_hw_bind); i++) {
4103 hw_bind = &ecpp_hw_bind[i];
4108 return (hw_bind);

Completed in 72 milliseconds