Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/ib/ibnex/
H A Dibnex.c2817 uint_t nservices = 0; in ibnex_comm_svc_init() local
2825 DDI_PROP_DONTPASS, property, &servicep, &nservices) != in ibnex_comm_svc_init()
2831 if (nservices) in ibnex_comm_svc_init()
2832 valid = kmem_zalloc(nservices * sizeof (int), KM_SLEEP); in ibnex_comm_svc_init()
2836 for (ncomm_svcs = 0, count = 0; count < nservices; count++) { in ibnex_comm_svc_init()
2879 if (nservices == 0 || ncomm_svcs == 0) { in ibnex_comm_svc_init()
2883 kmem_free(valid, nservices * sizeof (int)); in ibnex_comm_svc_init()
2900 for (i = 0, count = 0; count < nservices; count++) { in ibnex_comm_svc_init()
2910 kmem_free(valid, nservices * sizeof (int)); in ibnex_comm_svc_init()