Deleted Added
full compact
ctl.h (254759) ctl.h (267537)
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.h#5 $
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.h#5 $
31 * $FreeBSD: head/sys/cam/ctl/ctl.h 254759 2013-08-24 01:50:31Z trasz $
31 * $FreeBSD: head/sys/cam/ctl/ctl.h 267537 2014-06-16 11:00:14Z mav $
32 */
33/*
34 * Function definitions used both within CTL and potentially in various CTL
35 * clients.
36 *
37 * Author: Ken Merry <ken@FreeBSD.org>
38 */
39

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

190 struct ctl_page_index *page_index,
191 int pc);
192int ctl_debugconf_sp_select_handler(struct ctl_scsiio *ctsio,
193 struct ctl_page_index *page_index,
194 uint8_t *page_ptr);
195int ctl_config_move_done(union ctl_io *io);
196void ctl_datamove(union ctl_io *io);
197void ctl_done(union ctl_io *io);
32 */
33/*
34 * Function definitions used both within CTL and potentially in various CTL
35 * clients.
36 *
37 * Author: Ken Merry <ken@FreeBSD.org>
38 */
39

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

190 struct ctl_page_index *page_index,
191 int pc);
192int ctl_debugconf_sp_select_handler(struct ctl_scsiio *ctsio,
193 struct ctl_page_index *page_index,
194 uint8_t *page_ptr);
195int ctl_config_move_done(union ctl_io *io);
196void ctl_datamove(union ctl_io *io);
197void ctl_done(union ctl_io *io);
198void ctl_data_submit_done(union ctl_io *io);
198void ctl_config_write_done(union ctl_io *io);
199#if 0
200int ctl_thread(void *arg);
201#endif
202void ctl_wakeup_thread(void);
203#if 0
204struct ctl_thread *ctl_create_thread(void (*thread_func)
205 (void *thread_arg), void *thread_arg, const char *thread_name);

--- 13 unchanged lines hidden ---
199void ctl_config_write_done(union ctl_io *io);
200#if 0
201int ctl_thread(void *arg);
202#endif
203void ctl_wakeup_thread(void);
204#if 0
205struct ctl_thread *ctl_create_thread(void (*thread_func)
206 (void *thread_arg), void *thread_arg, const char *thread_name);

--- 13 unchanged lines hidden ---