Searched refs:lcb (Results 1 – 4 of 4) sorted by relevance
/illumos-gate/usr/src/uts/common/fs/zfs/ |
H A D | vdev_disk.c | 113 vdev_disk_ldi_cb_t *lcb; in vdev_disk_free() local 122 while ((lcb = list_head(&dvd->vd_ldi_cbs)) != NULL) { in vdev_disk_free() 123 list_remove(&dvd->vd_ldi_cbs, lcb); in vdev_disk_free() 124 (void) ldi_ev_remove_callbacks(lcb->lcb_id); in vdev_disk_free() 125 kmem_free(lcb, sizeof (vdev_disk_ldi_cb_t)); in vdev_disk_free() 292 vdev_disk_ldi_cb_t *lcb; in vdev_disk_open() local 655 lcb = kmem_zalloc(sizeof (vdev_disk_ldi_cb_t), KM_SLEEP); in vdev_disk_open() 656 list_insert_tail(&dvd->vd_ldi_cbs, lcb); in vdev_disk_open() 658 &vdev_disk_off_callb, (void *) vd, &lcb->lcb_id); in vdev_disk_open() 666 lcb = kmem_zalloc(sizeof (vdev_disk_ldi_cb_t), KM_SLEEP); in vdev_disk_open() [all …]
|
/illumos-gate/usr/src/uts/common/io/iprb/ |
H A D | iprb.c | 730 iprb_dma_t *lcb = &ip->cmds[ip->cmd_last]; in iprb_cmd_submit() local 747 SYNCCB(lcb, CB_CMD_OFFSET, 2, DDI_DMA_SYNC_FORKERNEL); in iprb_cmd_submit() 748 PUTCB16(lcb, CB_CMD_OFFSET, GETCB16(lcb, CB_CMD_OFFSET) & ~CB_CMD_S); in iprb_cmd_submit() 749 SYNCCB(lcb, CB_CMD_OFFSET, 2, DDI_DMA_SYNC_FORDEV); in iprb_cmd_submit()
|
/illumos-gate/usr/src/lib/libc_db/common/ |
H A D | thread_db.c | 2409 lowner_cb_ctl_t lcb; in __td_thr_lockowner() local 2419 lcb.owner_cb = cb; in __td_thr_lockowner() 2420 lcb.owner_cb_arg = cb_data; in __td_thr_lockowner() 2421 lcb.th_p = (td_thrhandle_t *)th_p; in __td_thr_lockowner() 2422 return (__td_ta_sync_iter(ta_p, lowner_cb, &lcb)); in __td_thr_lockowner()
|
/illumos-gate/usr/src/cmd/svc/svccfg/ |
H A D | svccfg_libscf.c | 1868 scf_callback_t *lcb = g; in find_current_prop_type() local 1882 int issvc = lcb->sc_service; in find_current_prop_type() 1900 if (lcb->sc_flags == 1) { in find_current_prop_type() 1901 pg = lcb->sc_parent; in find_current_prop_type() 1933 if (sc_pg != lcb->sc_parent) in find_current_prop_type() 1965 sc_pg = lcb->sc_parent; in find_current_prop_type() 2051 if (lcb->sc_flags == 1) { in find_current_prop_type() 2098 if (sc_pg != lcb->sc_parent) { in find_current_prop_type() 2107 if (pg != NULL && pg != lcb->sc_parent) { in find_current_prop_type() 2124 fmri != NULL ? fmri : lcb->sc_source_fmri); in find_current_prop_type()
|