Home
last modified time | relevance | path

Searched refs:ds_get_svc (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/sun4v/io/
H A Dds_drv.c842 if ((svc = ds_get_svc(hdl)) == NULL) { in ds_service_lookup()
863 if ((svc = ds_get_svc(hdl)) == NULL) { in ds_domain_lookup()
886 if ((svc = ds_get_svc(hdl)) == NULL) { in ds_hdl_isready()
1066 if ((svc = ds_get_svc(hdl)) != NULL && in ds_hdl_get_cbarg()
1084 if ((svc = ds_get_svc(hdl)) == NULL) { in ds_is_my_hdl()
H A Dds_common.c1186 (svc = ds_get_svc(ack->svc_handle)) == NULL) { in ds_handle_reg_ack()
1346 if ((svc = ds_get_svc(nack->svc_handle)) == NULL) { in ds_handle_reg_nack()
1443 == NULL && ((svc = ds_get_svc(req->svc_handle)) == NULL || in ds_handle_unreg_req()
1513 if (ds_get_svc(ack->svc_handle) != NULL) { in ds_handle_unreg_ack()
1550 if (ds_get_svc(nack->svc_handle) != NULL) { in ds_handle_unreg_nack()
1589 if ((svc = ds_get_svc(data->svc_handle)) == NULL) { in ds_handle_data()
1636 if ((svc = ds_get_svc(nack->svc_handle)) == NULL) { in ds_handle_nack()
2397 ds_get_svc(ds_svc_hdl_t hdl) in ds_get_svc() function
2654 if ((svc = ds_get_svc(hdl)) == NULL) { in ds_unreg_hdl()
2741 if ((svc = ds_get_svc(hdl)) == NULL) { in ds_cap_send()
[all …]
/illumos-gate/usr/src/uts/sun4v/sys/
H A Dds_impl.h471 ds_svc_t *ds_get_svc(ds_svc_hdl_t hdl);