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

/freebsd-11-stable/sys/cam/ctl/
H A Dctl_backend.h129 * The lun_shutdown() method is the callback for the ctl_remove_lun()
212 * To remove a LUN, first call ctl_remove_lun().
216 int ctl_remove_lun(struct ctl_be_lun *be_lun);
H A Dctl_backend_ramdisk.c196 * Drop our lock here. Since ctl_remove_lun() can call
201 ctl_remove_lun(&lun->cbe_lun);
919 retval = ctl_remove_lun(&be_lun->cbe_lun);
922 "%s: error %d returned from ctl_remove_lun() for "
H A Dctl_backend_block.c2466 retval = ctl_remove_lun(cbe_lun);
2469 "error %d returned from ctl_remove_lun() for "
2805 * Drop our lock here. Since ctl_remove_lun() can call
2810 ctl_remove_lun(&lun->cbe_lun);
H A Dctl.c4993 ctl_remove_lun(struct ctl_be_lun *be_lun) function

Completed in 225 milliseconds