Searched refs:lun_enable (Results 1 - 6 of 6) sorted by relevance

/freebsd-10.0-release/sys/cam/ctl/
H A Dctl_frontend.h132 * lun_enable(): This function is called, with targ_lun_arg, a target
217 lun_func_t lun_enable; /* passed to CTL */ member in struct:ctl_frontend
H A Dctl_frontend_cam_sim.c169 fe->lun_enable = cfcs_lun_enable;
H A Dctl_frontend_internal.c267 fe->lun_enable = cfi_lun_enable;
H A Dscsi_ctl.c413 fe->lun_enable = ctlfe_lun_enable;
H A Dctl.c1127 fe->lun_enable = ctl_ioctl_lun_enable;
2297 fe->lun_enable(fe->targ_lun_arg,
4419 retval = fe->lun_enable(fe->targ_lun_arg, target_id,lun_number);
4422 "%d for lun_enable on target %ju lun %d\n",
4635 retval = fe->lun_enable(fe->targ_lun_arg, lun->target,lun->lun);
4639 "%d for lun_enable on target %ju lun %jd\n",
H A Dctl_frontend_iscsi.c1293 fe->lun_enable = cfiscsi_lun_enable;

Completed in 141 milliseconds