Deleted Added
full compact
ctl_private.h (273314) ctl_private.h (273323)
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 273314 2014-10-20 07:38:36Z mav $
31 * $FreeBSD: stable/10/sys/cam/ctl/ctl_private.h 273323 2014-10-20 08:07:29Z 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_

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

481int ctl_read_buffer(struct ctl_scsiio *ctsio);
482int ctl_write_buffer(struct ctl_scsiio *ctsio);
483int ctl_write_same(struct ctl_scsiio *ctsio);
484int ctl_unmap(struct ctl_scsiio *ctsio);
485int ctl_mode_select(struct ctl_scsiio *ctsio);
486int ctl_mode_sense(struct ctl_scsiio *ctsio);
487int ctl_read_capacity(struct ctl_scsiio *ctsio);
488int ctl_read_capacity_16(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_

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

481int ctl_read_buffer(struct ctl_scsiio *ctsio);
482int ctl_write_buffer(struct ctl_scsiio *ctsio);
483int ctl_write_same(struct ctl_scsiio *ctsio);
484int ctl_unmap(struct ctl_scsiio *ctsio);
485int ctl_mode_select(struct ctl_scsiio *ctsio);
486int ctl_mode_sense(struct ctl_scsiio *ctsio);
487int ctl_read_capacity(struct ctl_scsiio *ctsio);
488int ctl_read_capacity_16(struct ctl_scsiio *ctsio);
489int ctl_read_defect(struct ctl_scsiio *ctsio);
489int ctl_read_write(struct ctl_scsiio *ctsio);
490int ctl_cnw(struct ctl_scsiio *ctsio);
491int ctl_report_luns(struct ctl_scsiio *ctsio);
492int ctl_request_sense(struct ctl_scsiio *ctsio);
493int ctl_tur(struct ctl_scsiio *ctsio);
494int ctl_verify(struct ctl_scsiio *ctsio);
495int ctl_inquiry(struct ctl_scsiio *ctsio);
496int ctl_persistent_reserve_in(struct ctl_scsiio *ctsio);

--- 31 unchanged lines hidden ---
490int ctl_read_write(struct ctl_scsiio *ctsio);
491int ctl_cnw(struct ctl_scsiio *ctsio);
492int ctl_report_luns(struct ctl_scsiio *ctsio);
493int ctl_request_sense(struct ctl_scsiio *ctsio);
494int ctl_tur(struct ctl_scsiio *ctsio);
495int ctl_verify(struct ctl_scsiio *ctsio);
496int ctl_inquiry(struct ctl_scsiio *ctsio);
497int ctl_persistent_reserve_in(struct ctl_scsiio *ctsio);

--- 31 unchanged lines hidden ---