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

/freebsd-9.3-release/sys/cam/ctl/
H A Dctl_backend.h169 * the ctl_enable_lun() method to enable the LUN.
240 * Once you get that callback, you can then call ctl_enable_lun() to enable
244 int ctl_enable_lun(struct ctl_be_lun *be_lun);
H A Dctl_backend_ramdisk.c774 if (ctl_enable_lun(&lun->ctl_be_lun) != 0) {
775 printf("%s: ctl_enable_lun() failed!\n", __func__);
H A Dctl_backend_block.c2110 if (ctl_enable_lun(&lun->ctl_be_lun) != 0) {
2111 printf("%s: ctl_enable_lun() failed!\n", __func__);
H A Dctl.c4545 ctl_enable_lun(struct ctl_be_lun *be_lun) function

Completed in 186 milliseconds