Lines Matching full:domain
61 * common to all domain object definitions.
76 * @brief This enumeration depicts the standard states common to all domain
82 * Simply the initial state for the base domain state machine.
87 * This state indicates that the domain has successfully been stopped.
95 * This state indicates the domain is now ready. Thus, the user
96 * is able to perform IO operations to remote devices in this domain.
104 * This state indicates that the domain is in the process of stopping.
106 * operations in the domain are allowed to complete.
113 * This state indicates that the domain has successfully been stopped.
121 * This state indicates that the domain is actively attempting to
135 * @brief This structure defines all of the fields common to DOMAIN objects.
140 * This field depicts the parent object (SCI_BASE_OBJECT) for the domain.
145 * This field contains the information for the base domain state machine.
199 * base domain state machines. Handler methods provide the ability
207 * to discover a domain.
213 * informs the domain object that it's associated port is now ready
220 * informs the domain object that it's associated port is no longer ready
227 * remote device start operation in the domain completes.
233 * remote device stop operation in the domain completes.
239 * destruct a remote device of this domain.
245 * attempts to start an IO request for a domain.
251 * attempts to start an high priority request for a domain.
257 * attempts to complete an IO request for a domain.
263 * user attempts to complete an high priority IO request for a domain.
269 * attempts to continue an IO request for a domain.
275 * attempts to start a task management request for a domain.
281 * attempts to complete a task management request for a domain.
288 * @brief Construct the base domain
290 * @param[in] this_domain This parameter specifies the base domain to be
293 * this base domain object.
295 * definitions to be utilized for the domain state machine.