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

/freebsd-9.3-release/sys/cam/ctl/
H A Dctl_backend.h247 * To delete a LUN, first call ctl_disable_lun(), then
251 int ctl_disable_lun(struct ctl_be_lun *be_lun);
H A Dctl_backend_ramdisk.c190 ctl_disable_lun(&lun->ctl_be_lun);
418 retval = ctl_disable_lun(&be_lun->ctl_be_lun);
422 "%s: error %d returned from ctl_disable_lun() for "
H A Dctl_backend_block.c1855 retval = ctl_disable_lun(&be_lun->ctl_be_lun);
1859 "%s: error %d returned from ctl_disable_lun() for "
H A Dctl.c4450 * once when ctl_disable_lun() is called, and a second time here.
4598 ctl_disable_lun(struct ctl_be_lun *be_lun) function

Completed in 43 milliseconds