Searched refs:numProps (Results 1 – 2 of 2) sorted by relevance
/titanic_50/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()
|
/titanic_50/usr/src/uts/common/io/bge/ |
H A D | bge_main2.c | 3635 uint_t numProps; local 3862 0, "reg", &props, &numProps); 3863 if ((err == DDI_PROP_SUCCESS) && (numProps > 0)) {
|