Home
last modified time | relevance | path

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

/freebsd-14.2/sys/cam/ctl/
H A Dctl_backend.h217 int ctl_remove_lun(struct ctl_be_lun *be_lun);
H A Dctl_backend_ramdisk.c202 ctl_remove_lun(&lun->cbe_lun); in ctl_backend_ramdisk_shutdown()
894 retval = ctl_remove_lun(&be_lun->cbe_lun); in ctl_backend_ramdisk_rm()
H A Dctl_backend_block.c2539 retval = ctl_remove_lun(cbe_lun); in ctl_be_block_rm()
2886 ctl_remove_lun(&lun->cbe_lun); in ctl_be_block_shutdown()
H A Dctl.c5055 ctl_remove_lun(struct ctl_be_lun *be_lun) in ctl_remove_lun() function