Lines Matching full:this

4  * This file is provided under a dual BSD/GPLv2 license.  When using or
5 * redistributing this file, you may do so under either license.
11 * This program is free software; you can redistribute it and/or modify
15 * This program is distributed in the hope that it will be useful, but
21 * along with this program; if not, write to the Free Software
23 * The full GNU General Public License is included in this distribution
36 * notice, this list of conditions and the following disclaimer.
38 * notice, this list of conditions and the following disclaimer in
42 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
52 * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
60 * @brief This file contains all of the structures, constants, and methods
81 * @brief This enumeration depicts all the states for the common controller
92 * This state indicates that the controller is reset. The memory for
95 * This state is entered from the INITIAL state.
96 * This state is entered from the RESETTING state.
101 * This state is typically an action state that indicates the controller
102 * is in the process of initialization. In this state no new IO operations
104 * This state is entered from the RESET state.
109 * This state indicates that the controller has been successfully
110 * initialized. In this state no new IO operations are permitted.
111 * This state is entered from the INITIALIZING state.
116 * This state indicates the controller is in the process of becoming
117 * ready (i.e. starting). In this state no new IO operations are permitted.
118 * This state is entered from the INITIALIZED state.
123 * This state indicates the controller is now ready. Thus, the user
125 * This state is entered from the STARTING state.
130 * This state is typically an action state that indicates the controller
134 * This state is entered from the READY state.
135 * This state is entered from the FAILED state.
136 * This state is entered from the STOPPED state.
141 * This state indicates that the controller is in the process of stopping.
142 * In this state no new IO operations are permitted, but existing IO
144 * This state is entered from the READY state.
149 * This state indicates that the controller has successfully been stopped.
150 * In this state no new IO operations are permitted.
151 * This state is entered from the STOPPING state.
156 * This state indicates that the controller could not successfully be
157 * initialized. In this state no new IO operations are permitted.
158 * This state is entered from the INITIALIZING state.
159 * This state is entered from the STARTING state.
160 * This state is entered from the STOPPING state.
161 * This state is entered from the RESETTING state.
184 * This field points to the memory descriptor list associated with this
186 * this controller object.
191 * This field records the fact that the controller has encountered a fatal memory
197 * This field contains the information for the base controller state
238 * @brief This structure contains all of the state handler methods common to
316 * @param[in] this_controller This parameter specifies the base controller
318 * @param[in] logger This parameter specifies the logger associated with
319 * this base controller object.
320 * @param[in] state_table This parameter specifies the table of state
322 * @param[in] mde_array This parameter specifies the array of memory
323 * descriptor entries to be managed by this list.
324 * @param[in] mde_array_length This parameter specifies the size of the
326 * @param[in] next_mdl This parameter specifies a subsequent MDL object
327 * to be managed by this MDL object.
328 * @param[in] oem_parameters This parameter specifies the original
329 * equipment manufacturer parameters to be utilized by this