Lines Matching defs:nhdls
2691 uint_t nhdls = 0;
2694 if ((rv = ds_hdl_lookup(cap->svc_id, 0, &hdl, 1, &nhdls)) != 0) {
2700 if (nhdls == 0) {
3234 int nhdls = 0;
3240 for (idx = 0; idx < ds_svcs.maxsvcs && nhdls < maxhdls; idx++) {
3246 if (hdlp != NULL && nhdls < maxhdls) {
3247 hdlp[nhdls] = svc->hdl;
3248 nhdls++;
3250 nhdls++;
3254 return (nhdls);