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

/freebsd-10-stable/sys/cam/ctl/
H A Dctl_frontend.h144 * lun_enable(): This function is called, with targ_lun_arg, a target
230 lun_func_t lun_enable; /* passed to CTL */ member in struct:ctl_port
H A Dctl_frontend.c317 if (port->lun_enable != NULL) {
323 port->lun_enable(port->targ_lun_arg, l);
327 port->lun_enable(port->targ_lun_arg, lun->lun);
H A Dscsi_ctl.c344 port->lun_enable = ctlfe_lun_enable;
H A Dctl.c3567 if (port->lun_enable != NULL) {
3569 port->lun_enable(port->targ_lun_arg, lun->lun);
3592 if (port->lun_enable != NULL)
3593 port->lun_enable(port->targ_lun_arg, plun);
4818 port->lun_map != NULL || port->lun_enable == NULL)
4827 retval = port->lun_enable(port->targ_lun_arg, lun->lun);
4831 "%d for lun_enable on lun %jd\n",

Completed in 219 milliseconds