Searched defs:ds_hdl_lookup (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/lib/libds/common/
H A Dlibds.c372 if (ds_hdl_lookup(cap->svc_id, (flags & VLDS_REG_CLIENT), NULL, 1,
472 ds_hdl_lookup(char *service, boolean_t is_client, ds_hdl_t *hdlsp, function
693 while (ds_hdl_lookup(service, is_client, &hdl, 1, &nhdls) == 0 &&
/illumos-gate/usr/src/uts/sun4v/io/
H A Dds_common.c2694 if ((rv = ds_hdl_lookup(cap->svc_id, 0, &hdl, 1, &nhdls)) != 0) {
2695 DS_DBG(CE_NOTE, "%s: ds_hdl_lookup '%s' err (%d)" DS_EOL,
3258 * Interface for ds_hdl_lookup in lds driver.
3261 ds_hdl_lookup(char *service, uint_t is_client, ds_svc_hdl_t *hdlp, function

Completed in 74 milliseconds