Deleted Added
full compact
ctl_private.h (268144) ctl_private.h (268151)
1/*-
2 * Copyright (c) 2003, 2004, 2005, 2008 Silicon Graphics International Corp.
3 * All rights reserved.
4 *
5 * Redistribution and use in source and binary forms, with or without
6 * modification, are permitted provided that the following conditions
7 * are met:
8 * 1. Redistributions of source code must retain the above copyright

--- 14 unchanged lines hidden (view full) ---

23 * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
24 * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
25 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
26 * STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING
27 * IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
28 * POSSIBILITY OF SUCH DAMAGES.
29 *
30 * $Id: //depot/users/kenm/FreeBSD-test2/sys/cam/ctl/ctl_private.h#7 $
1/*-
2 * Copyright (c) 2003, 2004, 2005, 2008 Silicon Graphics International Corp.
3 * All rights reserved.
4 *
5 * Redistribution and use in source and binary forms, with or without
6 * modification, are permitted provided that the following conditions
7 * are met:
8 * 1. Redistributions of source code must retain the above copyright

--- 14 unchanged lines hidden (view full) ---

23 * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
24 * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
25 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
26 * STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING
27 * IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
28 * POSSIBILITY OF SUCH DAMAGES.
29 *
30 * $Id: //depot/users/kenm/FreeBSD-test2/sys/cam/ctl/ctl_private.h#7 $
31 * $FreeBSD: stable/10/sys/cam/ctl/ctl_private.h 268144 2014-07-02 10:36:04Z mav $
31 * $FreeBSD: stable/10/sys/cam/ctl/ctl_private.h 268151 2014-07-02 10:45:31Z mav $
32 */
33/*
34 * CAM Target Layer driver private data structures/definitions.
35 *
36 * Author: Ken Merry <ken@FreeBSD.org>
37 */
38
39#ifndef _CTL_PRIVATE_H_

--- 432 unchanged lines hidden (view full) ---

472int ctl_write_buffer(struct ctl_scsiio *ctsio);
473int ctl_write_same(struct ctl_scsiio *ctsio);
474int ctl_unmap(struct ctl_scsiio *ctsio);
475int ctl_mode_select(struct ctl_scsiio *ctsio);
476int ctl_mode_sense(struct ctl_scsiio *ctsio);
477int ctl_read_capacity(struct ctl_scsiio *ctsio);
478int ctl_service_action_in(struct ctl_scsiio *ctsio);
479int ctl_read_write(struct ctl_scsiio *ctsio);
32 */
33/*
34 * CAM Target Layer driver private data structures/definitions.
35 *
36 * Author: Ken Merry <ken@FreeBSD.org>
37 */
38
39#ifndef _CTL_PRIVATE_H_

--- 432 unchanged lines hidden (view full) ---

472int ctl_write_buffer(struct ctl_scsiio *ctsio);
473int ctl_write_same(struct ctl_scsiio *ctsio);
474int ctl_unmap(struct ctl_scsiio *ctsio);
475int ctl_mode_select(struct ctl_scsiio *ctsio);
476int ctl_mode_sense(struct ctl_scsiio *ctsio);
477int ctl_read_capacity(struct ctl_scsiio *ctsio);
478int ctl_service_action_in(struct ctl_scsiio *ctsio);
479int ctl_read_write(struct ctl_scsiio *ctsio);
480int ctl_cnw(struct ctl_scsiio *ctsio);
480int ctl_report_luns(struct ctl_scsiio *ctsio);
481int ctl_request_sense(struct ctl_scsiio *ctsio);
482int ctl_tur(struct ctl_scsiio *ctsio);
481int ctl_report_luns(struct ctl_scsiio *ctsio);
482int ctl_request_sense(struct ctl_scsiio *ctsio);
483int ctl_tur(struct ctl_scsiio *ctsio);
484int ctl_verify(struct ctl_scsiio *ctsio);
483int ctl_inquiry(struct ctl_scsiio *ctsio);
484int ctl_persistent_reserve_in(struct ctl_scsiio *ctsio);
485int ctl_persistent_reserve_out(struct ctl_scsiio *ctsio);
486int ctl_maintenance_in(struct ctl_scsiio *ctsio);
487void ctl_done_lock(union ctl_io *io, int have_lock);
488int ctl_isc(struct ctl_scsiio *ctsio);
489
490#endif /* _KERNEL */
491
492#endif /* _CTL_PRIVATE_H_ */
493
494/*
495 * vim: ts=8
496 */
485int ctl_inquiry(struct ctl_scsiio *ctsio);
486int ctl_persistent_reserve_in(struct ctl_scsiio *ctsio);
487int ctl_persistent_reserve_out(struct ctl_scsiio *ctsio);
488int ctl_maintenance_in(struct ctl_scsiio *ctsio);
489void ctl_done_lock(union ctl_io *io, int have_lock);
490int ctl_isc(struct ctl_scsiio *ctsio);
491
492#endif /* _KERNEL */
493
494#endif /* _CTL_PRIVATE_H_ */
495
496/*
497 * vim: ts=8
498 */