Lines Matching refs:maxhdls
687 uint_t is_client, maxhdls, nhdls;
698 maxhdls = ARGTOUINT(vlds_arg.vlds_maxhdls);
699 if (maxhdls == 0) {
700 DS_DBG_VLDS(CE_NOTE, "%s: HDL_LOOKUP invalid maxhdls "
701 "%d", __func__, maxhdls);
719 hdlsp = DS_MALLOC(maxhdls * sizeof (*hdlsp));
724 rv = ds_hdl_lookup(servicep, is_client, hdlsp, maxhdls, &nhdls);
729 DS_FREE(hdlsp, maxhdls * sizeof (*hdlsp));
740 DS_FREE(hdlsp, maxhdls * sizeof (*hdlsp));
747 DS_FREE(hdlsp, maxhdls * sizeof (*hdlsp));