ds_hdl_lookup
if (ds_hdl_lookup(cap->svc_id, (flags & VLDS_REG_CLIENT), NULL, 1,
while (ds_hdl_lookup(service, is_client, &hdl, 1, &nhdls) == 0 &&
extern int ds_hdl_lookup(char *service, boolean_t is_client, ds_hdl_t *hdlsp,
if ((rv = ds_hdl_lookup(cap->svc_id, 0, &hdl, 1, &nhdls)) != 0) {
rv = ds_hdl_lookup(servicep, is_client, hdlsp, maxhdls, &nhdls);
int ds_hdl_lookup(char *service, uint_t is_client, ds_svc_hdl_t *hdlp,