Home
last modified time | relevance | path

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

/freebsd/sys/cam/ctl/
H A Dctl_backend.h132 * The lun_shutdown() method is the callback for the ctl_remove_lun()
213 * To remove a LUN, first call ctl_remove_lun().
217 int ctl_remove_lun(struct ctl_be_lun *be_lun);
H A Dctl_backend_ramdisk.c200 ctl_remove_lun(&lun->cbe_lun); in ctl_backend_ramdisk_shutdown()
1088 retval = ctl_remove_lun(&be_lun->cbe_lun); in ctl_backend_ramdisk_rm()
H A Dctl_backend_block.c2872 retval = ctl_remove_lun(cbe_lun); in ctl_be_block_rm()
3315 ctl_remove_lun(&lun->cbe_lun); in ctl_be_block_shutdown()
H A Dctl.c4920 ctl_remove_lun(struct ctl_be_lun *be_lun) in ctl_remove_lun() function