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

/freebsd-9.3-release/sys/cam/ctl/
H A Dctl_backend.h161 * The lun_shutdown() method is the callback for the ctl_invalidate_lun()
248 * ctl_invalidate_lun(). You will get the lun_shutdown() callback when all
252 int ctl_invalidate_lun(struct ctl_be_lun *be_lun);
H A Dctl_backend_ramdisk.c179 * ctl_invalidate_lun(), which will call our LUN shutdown
185 * Drop our lock here. Since ctl_invalidate_lun() can call
191 ctl_invalidate_lun(&lun->ctl_be_lun);
439 retval = ctl_invalidate_lun(&be_lun->ctl_be_lun);
442 "%s: error %d returned from ctl_invalidate_lun() for "
776 if (ctl_invalidate_lun(&lun->ctl_be_lun) != 0) {
777 printf("%s: ctl_invalidate_lun() failed!\n",
H A Dctl_backend_block.c1865 retval = ctl_invalidate_lun(&be_lun->ctl_be_lun);
1868 "%s: error %d returned from ctl_invalidate_lun() for "
2112 if (ctl_invalidate_lun(&lun->ctl_be_lun) != 0) {
2113 printf("%s: ctl_invalidate_lun() failed!\n",
H A Dctl.c4711 ctl_invalidate_lun(struct ctl_be_lun *be_lun) function

Completed in 118 milliseconds