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

/illumos-gate/usr/src/uts/sun4v/sys/
H A Dds_impl.h305 } ds_svc_t; typedef in typeref:struct:ds_svc
308 ds_svc_t **tbl; /* ptr to table */
443 void ds_cbarg_set_cookie(ds_svc_t *svc);
454 int ds_send_unreg_req(ds_svc_t *svc);
457 typedef int (*svc_cb_t)(ds_svc_t *svc, void *arg);
459 int ds_svc_ismatch(ds_svc_t *svc, void *arg);
460 int ds_svc_free(ds_svc_t *svc, void *arg);
461 int ds_svc_register(ds_svc_t *svc, void *arg);
464 ds_svc_t *ds_alloc_svc(void);
465 ds_svc_t *ds_sys_find_svc_by_id_por
[all...]

Completed in 47 milliseconds