Searched refs:ecpp_hw_bind (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/
H A Decppvar.h92 struct ecpp_hw_bind { struct
/illumos-gate/usr/src/uts/common/io/
H A Decpp.c189 static struct ecpp_hw_bind *ecpp_determine_sio_type(struct ecppunit *);
437 struct ecpp_hw_bind ecpp_hw_bind[] = { variable in typeref:struct:ecpp_hw_bind
593 struct ecpp_hw_bind *hw_bind;
4092 static struct ecpp_hw_bind *
4095 struct ecpp_hw_bind *hw_bind;
4101 for (hw_bind = NULL, i = 0; i < NELEM(ecpp_hw_bind); i++) {
4102 if (strcmp(name, ecpp_hw_bind[i].name) == 0) {
4103 hw_bind = &ecpp_hw_bind[i];

Completed in 69 milliseconds