Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/sun4v/io/
H A Dds_drv.c1061 ds_hdl_get_cbarg(ds_svc_hdl_t hdl, ds_cb_arg_t *cbargp) in ds_hdl_get_cbarg() argument
1069 *cbargp = svc->ops.cb_arg; in ds_hdl_get_cbarg()
/illumos-gate/usr/src/uts/sun4v/sys/
H A Dds_impl.h446 int ds_hdl_get_cbarg(ds_svc_hdl_t hdl, ds_cb_arg_t *cbargp);
/illumos-gate/usr/src/uts/sun4u/cpu/
H A Dus3_common.c3286 ce_lkychk_cb_t *cbargp; in ce_scrub_xdiag_recirc() local
3301 cbargp = kmem_alloc(sizeof (ce_lkychk_cb_t), KM_SLEEP); in ce_scrub_xdiag_recirc()
3302 cbargp->lkycb_aflt = ecc; in ce_scrub_xdiag_recirc()
3303 cbargp->lkycb_eqp = eqp; in ce_scrub_xdiag_recirc()
3304 cbargp->lkycb_eqep = neqep; in ce_scrub_xdiag_recirc()
3307 (void *)cbargp, drv_usectohz(cpu_ce_lkychk_timeout_usec)); in ce_scrub_xdiag_recirc()