Home
last modified time | relevance | path

Searched refs:lcb (Results 1 – 4 of 4) sorted by relevance

/titanic_44/usr/src/uts/common/fs/zfs/
H A Dvdev_disk.c69 vdev_disk_ldi_cb_t *lcb; in vdev_disk_free() local
78 while ((lcb = list_head(&dvd->vd_ldi_cbs)) != NULL) { in vdev_disk_free()
79 list_remove(&dvd->vd_ldi_cbs, lcb); in vdev_disk_free()
80 (void) ldi_ev_remove_callbacks(lcb->lcb_id); in vdev_disk_free()
81 kmem_free(lcb, sizeof (vdev_disk_ldi_cb_t)); in vdev_disk_free()
289 vdev_disk_ldi_cb_t *lcb; in vdev_disk_open() local
499 lcb = kmem_zalloc(sizeof (vdev_disk_ldi_cb_t), KM_SLEEP); in vdev_disk_open()
500 list_insert_tail(&dvd->vd_ldi_cbs, lcb); in vdev_disk_open()
502 &vdev_disk_off_callb, (void *) vd, &lcb->lcb_id); in vdev_disk_open()
510 lcb = kmem_zalloc(sizeof (vdev_disk_ldi_cb_t), KM_SLEEP); in vdev_disk_open()
[all …]
/titanic_44/usr/src/uts/common/io/iprb/
H A Diprb.c728 iprb_dma_t *lcb = &ip->cmds[ip->cmd_last]; in iprb_cmd_submit() local
745 SYNCCB(lcb, CB_CMD_OFFSET, 2, DDI_DMA_SYNC_FORKERNEL); in iprb_cmd_submit()
746 PUTCB16(lcb, CB_CMD_OFFSET, GETCB16(lcb, CB_CMD_OFFSET) & ~CB_CMD_S); in iprb_cmd_submit()
747 SYNCCB(lcb, CB_CMD_OFFSET, 2, DDI_DMA_SYNC_FORDEV); in iprb_cmd_submit()
/titanic_44/usr/src/lib/libc_db/common/
H A Dthread_db.c2389 lowner_cb_ctl_t lcb; in __td_thr_lockowner() local
2399 lcb.owner_cb = cb; in __td_thr_lockowner()
2400 lcb.owner_cb_arg = cb_data; in __td_thr_lockowner()
2401 lcb.th_p = (td_thrhandle_t *)th_p; in __td_thr_lockowner()
2402 return (__td_ta_sync_iter(ta_p, lowner_cb, &lcb)); in __td_thr_lockowner()
/titanic_44/usr/src/cmd/svc/svccfg/
H A Dsvccfg_libscf.c1850 scf_callback_t *lcb = g; in find_current_prop_type() local
1864 int issvc = lcb->sc_service; in find_current_prop_type()
1882 if (lcb->sc_flags == 1) { in find_current_prop_type()
1883 pg = lcb->sc_parent; in find_current_prop_type()
1915 if (sc_pg != lcb->sc_parent) in find_current_prop_type()
1947 sc_pg = lcb->sc_parent; in find_current_prop_type()
2033 if (lcb->sc_flags == 1) { in find_current_prop_type()
2080 if (sc_pg != lcb->sc_parent) { in find_current_prop_type()
2089 if (pg != NULL && pg != lcb->sc_parent) { in find_current_prop_type()
2106 fmri != NULL ? fmri : lcb->sc_source_fmri); in find_current_prop_type()