Searched refs:lcb (Results 1 – 4 of 4) sorted by relevance
/titanic_50/usr/src/uts/common/fs/zfs/ |
H A D | vdev_disk.c | 69 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_50/usr/src/uts/common/io/iprb/ |
H A D | iprb.c | 728 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_50/usr/src/lib/libc_db/common/ |
H A D | thread_db.c | 2415 lowner_cb_ctl_t lcb; in __td_thr_lockowner() local 2425 lcb.owner_cb = cb; in __td_thr_lockowner() 2426 lcb.owner_cb_arg = cb_data; in __td_thr_lockowner() 2427 lcb.th_p = (td_thrhandle_t *)th_p; in __td_thr_lockowner() 2428 return (__td_ta_sync_iter(ta_p, lowner_cb, &lcb)); in __td_thr_lockowner()
|
/titanic_50/usr/src/cmd/svc/svccfg/ |
H A D | svccfg_libscf.c | 1850 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()
|