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

/illumos-gate/usr/src/uts/common/os/
H A Dpcifm.c1213 int totreg; local
1227 totreg = reglen / sizeof (pci_regspec_t);
1228 for (rn = 0; rn < totreg; rn++) {
1251 totreg = reglen / sizeof (pci_regspec_t);
1252 for (rn = 0; rn < totreg; rn++) {
1277 totreg = reglen / sizeof (pci_regspec_t);
1278 for (rn = 0; rn < totreg; rn++) {
/illumos-gate/usr/src/uts/i86pc/io/pci/
H A Dpci.c545 int totreg; local
581 totreg = (reglen * sizeof (int)) / sizeof (pci_regspec_t);
583 *(int *)result = totreg;
586 if (rn >= totreg) {
/illumos-gate/usr/src/uts/i86pc/io/pciex/
H A Dnpe.c711 int totreg; local
749 totreg = (reglen * sizeof (int)) / sizeof (pci_regspec_t);
751 *(int *)result = totreg;
754 if (rn >= totreg) {
/illumos-gate/usr/src/uts/sun4v/io/niumx/
H A Dniumx.c459 int reglen, totreg; local
496 totreg = reglen / sizeof (niu_regspec_t);
499 "niumx_ctlops NREGS=%d.\n", totreg);
500 *(int *)result = totreg;
504 if (rn >= totreg) {
/illumos-gate/usr/src/uts/intel/io/pci/
H A Dpci_pci.c479 int totreg; local
560 totreg = reglen / sizeof (pci_regspec_t);
562 *(int *)result = totreg;
565 if (rn >= totreg) {
/illumos-gate/usr/src/uts/sun4u/io/pci/
H A Dsimba.c584 int totreg; local
629 totreg = reglen / sizeof (pci_regspec_t);
631 *(int *)result = totreg;
634 if (rn >= totreg) {
H A Dpci_pci.c565 int totreg; local
628 totreg = reglen / sizeof (pci_regspec_t);
630 *(int *)result = totreg;
633 if (rn >= totreg) {
/illumos-gate/usr/src/uts/common/io/cardbus/
H A Dcardbus.c921 int totreg, reglen; local
1076 totreg = reglen / sizeof (pci_regspec_t);
1079 "cardbus_ctlops, returning NREGS = %d\n", totreg);
1080 *(int *)result = totreg;
1083 if (rn > totreg)
/illumos-gate/usr/src/uts/common/io/pciex/
H A Dpcieb.c573 int totreg; local
704 totreg = reglen / sizeof (pci_regspec_t);
706 *(int *)result = totreg;
709 if (rn >= totreg) {

Completed in 95 milliseconds