Searched refs:numProps (Results 1 – 2 of 2) sorted by relevance
| /illumos-gate/usr/src/uts/common/io/bnxe/ |
| H A D | bnxe_main.c | 461 uint_t numProps; in BnxeAttachDevice() local 688 0, "reg", &props, &numProps); in BnxeAttachDevice() 689 if ((rc == DDI_PROP_SUCCESS) && (numProps > 0)) in BnxeAttachDevice() 702 0, "vendor-id", &props, &numProps); in BnxeAttachDevice() 703 if ((rc == DDI_PROP_SUCCESS) && (numProps > 0)) in BnxeAttachDevice() 711 0, "device-id", &props, &numProps); in BnxeAttachDevice() 712 if ((rc == DDI_PROP_SUCCESS) && (numProps > 0)) in BnxeAttachDevice()
|
| /illumos-gate/usr/src/uts/common/io/bge/ |
| H A D | bge_main2.c | 3623 uint_t numProps; local 3849 0, "reg", &props, &numProps); 3850 if ((err == DDI_PROP_SUCCESS) && (numProps > 0)) {
|