Home
last modified time | relevance | path

Searched refs:numProps (Results 1 – 2 of 2) sorted by relevance

/titanic_50/usr/src/uts/common/io/bnxe/
H A Dbnxe_main.c461 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 Dbge_main2.c3635 uint_t numProps; local
3862 0, "reg", &props, &numProps);
3863 if ((err == DDI_PROP_SUCCESS) && (numProps > 0)) {