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

/illumos-gate/usr/src/uts/common/io/pciex/hotplug/
H A Dpcishpc.c1890 int pci_id_cnt, pci_id_bit; local
1933 pci_id_cnt = slots_before = found = 0;
1940 while (!found && (pci_id_cnt < 32)) {
1941 while (slot_p->hs_device_num != pci_id_cnt) {
1947 (pci_id_cnt < 32)) {
1949 pci_id_cnt++;
1952 if (slot_p->hs_device_num != pci_id_cnt)
1959 if (pci_id_cnt < 32) {
/illumos-gate/usr/src/uts/sun4u/starcat/io/
H A Dschpc.c3843 int r, pci_id_cnt, pci_id_bit; local
3877 pci_id_cnt = slots_before = found = 0;
3887 while (!found && (pci_id_cnt < 32)) {
3890 != pci_id_cnt) {
3896 (pci_id_cnt < 32)) {
3898 pci_id_cnt++;
3902 pci_id_cnt)
3909 if (pci_id_cnt < 32) {

Completed in 94 milliseconds