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

/illumos-gate/usr/src/uts/common/io/bnxe/
H A Dbnxe_main.c461 uint_t numProps; local
688 0, "reg", &props, &numProps);
689 if ((rc == DDI_PROP_SUCCESS) && (numProps > 0))
702 0, "vendor-id", &props, &numProps);
703 if ((rc == DDI_PROP_SUCCESS) && (numProps > 0))
711 0, "device-id", &props, &numProps);
712 if ((rc == DDI_PROP_SUCCESS) && (numProps > 0))
/illumos-gate/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)) {

Completed in 68 milliseconds