Searched refs:ds_hdl_lookup (Results 1 – 6 of 6) sorted by relevance
/titanic_50/usr/src/lib/libds/common/ |
H A D | libds.h | 77 extern int ds_hdl_lookup(char *service, boolean_t is_client, ds_hdl_t *hdlsp,
|
H A D | libds.c | 372 if (ds_hdl_lookup(cap->svc_id, (flags & VLDS_REG_CLIENT), NULL, 1, in ds_register() 472 ds_hdl_lookup(char *service, boolean_t is_client, ds_hdl_t *hdlsp, in ds_hdl_lookup() function 693 while (ds_hdl_lookup(service, is_client, &hdl, 1, &nhdls) == 0 && in ds_unreg_svc()
|
H A D | mapfile-vers | 47 ds_hdl_lookup;
|
/titanic_50/usr/src/uts/sun4v/sys/ |
H A D | ds_impl.h | 487 int ds_hdl_lookup(char *service, uint_t is_client, ds_svc_hdl_t *hdlp,
|
/titanic_50/usr/src/uts/sun4v/io/ |
H A D | vlds.c | 724 rv = ds_hdl_lookup(servicep, is_client, hdlsp, maxhdls, &nhdls); in vlds_ioctl()
|
H A D | ds_common.c | 2694 if ((rv = ds_hdl_lookup(cap->svc_id, 0, &hdl, 1, &nhdls)) != 0) { in ds_cap_fini() 3261 ds_hdl_lookup(char *service, uint_t is_client, ds_svc_hdl_t *hdlp, in ds_hdl_lookup() function
|