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

/freebsd-10.0-release/sys/cam/ctl/
H A Dctl_frontend.h108 * targ_enable(): This function is called, with targ_lun_arg and a
121 * targ_disable(): This function is called, with targ_lun_arg and a
132 * lun_enable(): This function is called, with targ_lun_arg, a target
140 * lun_disable(): This function is called, with targ_lun_arg, a target
148 * targ_lun_arg: This is supplied as an argument to the targ/lun
221 void *targ_lun_arg; /* passed to CTL */ member in struct:ctl_frontend
H A Dctl_frontend_cam_sim.c171 fe->targ_lun_arg = softc;
H A Dctl.c1129 fe->targ_lun_arg = &softc->ioctl_info;
2297 fe->lun_enable(fe->targ_lun_arg,
2311 fe->targ_lun_arg,
4408 retval = fe->targ_enable(fe->targ_lun_arg, target_id);
4419 retval = fe->lun_enable(fe->targ_lun_arg, target_id,lun_number);
4523 retval = fe->lun_disable(fe->targ_lun_arg, lun->target,
4535 retval = fe->targ_disable(fe->targ_lun_arg,lun->target);
4635 retval = fe->lun_enable(fe->targ_lun_arg, lun->target,lun->lun);
4685 retval = fe->lun_disable(fe->targ_lun_arg, lun->target,
H A Dctl_frontend_internal.c269 fe->targ_lun_arg = softc;
H A Dscsi_ctl.c415 fe->targ_lun_arg = bus_softc;
H A Dctl_frontend_iscsi.c1295 fe->targ_lun_arg = softc;

Completed in 140 milliseconds