Lines Matching full:the
21 * @parent_class: the base class
32 * Interface also provides an optional ability to do the second
33 * stage * initialization of the object after its properties were
52 * @uc: the user-creatable object whose complete() method is called if defined
53 * @errp: if an error occurs, a pointer to an area to store the error
56 * from implements USER_CREATABLE interface, otherwise the call does
65 * @uc: the object whose can_be_deleted() method is called if implemented
74 * @type: the object type name
75 * @id: the unique ID for the object
76 * @qdict: the object properties
77 * @v: the visitor
78 * @errp: if an error occurs, a pointer to an area to store the error
80 * Create an instance of the user creatable object @type, placing
81 * it in the object composition tree with name @id, initializing
84 * Returns: the newly created object or NULL on error
92 * @options: the object definition
93 * @errp: if an error occurs, a pointer to an area to store the error
95 * Create an instance of the user creatable object according to the
96 * options passed in @opts as described in the QAPI schema documentation.
102 * @str: the object definition string as passed on the command line
103 * @errp: if an error occurs, a pointer to an area to store the error
105 * Parses the option for the user creatable object with a keyval parser and
106 * implicit key 'qom-type', converting the result to ObjectOptions.
117 * @str: the object definition string as passed on the command line
118 * @errp: if an error occurs, a pointer to an area to store the error
120 * Create an instance of the user creatable object by parsing @str
121 * with a keyval parser and implicit key 'qom-type', converting the
133 * @cmdline: the object definition string as passed on the command line
135 * Create an instance of the user creatable object by parsing @cmdline
136 * with a keyval parser and implicit key 'qom-type', converting the
142 * It exits the process on failure or after printing help.
148 * @type: the QOM type to be added
162 * @id: the unique ID for the object
163 * @errp: if an error occurs, a pointer to an area to store the error
165 * Delete an instance of the user creatable object identified
175 * Delete all user-creatable objects and the user-creatable