Home | History | Annotate | Download | only in utilities

Lines Matching refs:Object

3  * Module Name: utstate - state object support procedures
164 * State - State object to push
168 * DESCRIPTION: Push a state object onto a state stack
180 /* Push the state object onto the front of the list (stack) */
194 * RETURN: The popped state object
196 * DESCRIPTION: Pop a state object from a state stack
210 /* Remove the state object at the head of the list (stack) */
230 * RETURN: The new state object. NULL on failure.
232 * DESCRIPTION: Create a generic state object. Attempt to obtain one from
281 /* Create the generic state object */
310 * PARAMETERS: Object - Initial Object to be installed in the state
313 * RETURN: New state object, null on failure
323 ACPI_OPERAND_OBJECT *Object,
332 /* Create the generic state object */
343 State->Update.Object = Object;
353 * PARAMETERS: Object - Initial Object to be installed in the state
356 * RETURN: New state object, null on failure
374 /* Create the generic state object */
400 * RETURN: New state object, null on failure
417 /* Create the generic state object */
438 * PARAMETERS: State - The state object to be deleted
442 * DESCRIPTION: Release a state object to the state cache. NULL state objects