Searched refs:maxhdls (Results 1 – 5 of 5) sorted by relevance
/titanic_50/usr/src/uts/sun4v/io/ |
H A D | vlds.c | 687 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 D | ds_common.c | 193 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_50/usr/src/lib/libds/common/ |
H A D | libds.h | 78 uint_t maxhdls, uint_t *nhdlsp);
|
H A D | libds.c | 473 uint_t maxhdls, uint_t *nhdlsp) in ds_hdl_lookup() argument 490 vlds_arg.vlds_maxhdls = maxhdls; in ds_hdl_lookup()
|
/titanic_50/usr/src/uts/sun4v/sys/ |
H A D | ds_impl.h | 488 uint_t maxhdls, uint_t *nhdlsp);
|