Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/sun4v/io/
H A Dvlds.c687 uint_t is_client, maxhdls, nhdls; in vlds_ioctl() local
698 maxhdls = ARGTOUINT(vlds_arg.vlds_maxhdls); in vlds_ioctl()
699 if (maxhdls == 0) { in vlds_ioctl()
701 "%d", __func__, maxhdls); in vlds_ioctl()
719 hdlsp = DS_MALLOC(maxhdls * sizeof (*hdlsp)); in vlds_ioctl()
724 rv = ds_hdl_lookup(servicep, is_client, hdlsp, maxhdls, &nhdls); in vlds_ioctl()
729 DS_FREE(hdlsp, maxhdls * sizeof (*hdlsp)); in vlds_ioctl()
740 DS_FREE(hdlsp, maxhdls * sizeof (*hdlsp)); in vlds_ioctl()
747 DS_FREE(hdlsp, maxhdls * sizeof (*hdlsp)); in vlds_ioctl()
H A Dds_common.c193 uint_t maxhdls);
3231 uint_t maxhdls) in i_ds_hdl_lookup() argument
3240 for (idx = 0; idx < ds_svcs.maxsvcs && nhdls < maxhdls; idx++) { in i_ds_hdl_lookup()
3246 if (hdlp != NULL && nhdls < maxhdls) { in i_ds_hdl_lookup()
3262 uint_t maxhdls, uint_t *nhdlsp) in ds_hdl_lookup() argument
3265 *nhdlsp = i_ds_hdl_lookup(service, is_client, hdlp, maxhdls); in ds_hdl_lookup()
/titanic_41/usr/src/lib/libds/common/
H A Dlibds.h78 uint_t maxhdls, uint_t *nhdlsp);
H A Dlibds.c473 uint_t maxhdls, uint_t *nhdlsp) in ds_hdl_lookup() argument
490 vlds_arg.vlds_maxhdls = maxhdls; in ds_hdl_lookup()
/titanic_41/usr/src/uts/sun4v/sys/
H A Dds_impl.h488 uint_t maxhdls, uint_t *nhdlsp);