Searched defs:maxhdls (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/lib/libds/common/
H A Dlibds.c473 uint_t maxhdls, uint_t *nhdlsp)
490 vlds_arg.vlds_maxhdls = maxhdls;
472 ds_hdl_lookup(char *service, boolean_t is_client, ds_hdl_t *hdlsp, uint_t maxhdls, uint_t *nhdlsp) argument
/illumos-gate/usr/src/uts/sun4v/io/
H A Dvlds.c687 uint_t is_client, maxhdls, nhdls; local
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 * sizeo
[all...]
H A Dds_common.c193 uint_t maxhdls);
3231 uint_t maxhdls)
3240 for (idx = 0; idx < ds_svcs.maxsvcs && nhdls < maxhdls; idx++) {
3246 if (hdlp != NULL && nhdls < maxhdls) {
3262 uint_t maxhdls, uint_t *nhdlsp)
3265 *nhdlsp = i_ds_hdl_lookup(service, is_client, hdlp, maxhdls);
3230 i_ds_hdl_lookup(char *service, uint_t is_client, ds_svc_hdl_t *hdlp, uint_t maxhdls) argument
3261 ds_hdl_lookup(char *service, uint_t is_client, ds_svc_hdl_t *hdlp, uint_t maxhdls, uint_t *nhdlsp) argument

Completed in 111 milliseconds