Deleted Added
full compact
ctl_error.h (256281) ctl_error.h (268697)
1/*-
2 * Copyright (c) 2003 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_error.h#1 $
1/*-
2 * Copyright (c) 2003 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_error.h#1 $
31 * $FreeBSD: stable/10/sys/cam/ctl/ctl_error.h 230334 2012-01-19 18:42:03Z ken $
31 * $FreeBSD: stable/10/sys/cam/ctl/ctl_error.h 268697 2014-07-15 17:18:50Z mav $
32 */
33/*
34 * Function definitions for various error reporting routines used both
35 * within CTL and various CTL clients.
36 *
37 * Author: Ken Merry <ken@FreeBSD.org>
38 */
39

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

75void ctl_set_lun_not_ready(struct ctl_scsiio *ctsio);
76void ctl_set_illegal_pr_release(struct ctl_scsiio *ctsio);
77void ctl_set_medium_format_corrupted(struct ctl_scsiio *ctsio);
78void ctl_set_medium_magazine_inaccessible(struct ctl_scsiio *ctsio);
79void ctl_set_data_phase_error(struct ctl_scsiio *ctsio);
80void ctl_set_reservation_conflict(struct ctl_scsiio *ctsio);
81void ctl_set_queue_full(struct ctl_scsiio *ctsio);
82void ctl_set_busy(struct ctl_scsiio *ctsio);
32 */
33/*
34 * Function definitions for various error reporting routines used both
35 * within CTL and various CTL clients.
36 *
37 * Author: Ken Merry <ken@FreeBSD.org>
38 */
39

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

75void ctl_set_lun_not_ready(struct ctl_scsiio *ctsio);
76void ctl_set_illegal_pr_release(struct ctl_scsiio *ctsio);
77void ctl_set_medium_format_corrupted(struct ctl_scsiio *ctsio);
78void ctl_set_medium_magazine_inaccessible(struct ctl_scsiio *ctsio);
79void ctl_set_data_phase_error(struct ctl_scsiio *ctsio);
80void ctl_set_reservation_conflict(struct ctl_scsiio *ctsio);
81void ctl_set_queue_full(struct ctl_scsiio *ctsio);
82void ctl_set_busy(struct ctl_scsiio *ctsio);
83void ctl_set_task_aborted(struct ctl_scsiio *ctsio);
83void ctl_set_success(struct ctl_scsiio *ctsio);
84
85#endif /* _CTL_ERROR_H_ */
84void ctl_set_success(struct ctl_scsiio *ctsio);
85
86#endif /* _CTL_ERROR_H_ */