Lines Matching +full:- +full:replace

5 #include "standard-headers/linux/qemu_fw_cfg.h"
13 #define TYPE_FW_CFG_DATA_GENERATOR_INTERFACE "fw_cfg-data-generator"
31 * @errp: pointer to a NULL-initialized error object
117 * @value: NUL-terminated ascii string
129 * @value: NUL-terminated ascii string
131 * Replace the fw_cfg item available by selecting the given key. The new
143 * @value: 16-bit integer
146 * data will consist of a dynamically allocated copy of the given 16-bit
147 * value, converted to little-endian representation.
155 * @value: 16-bit integer
157 * Replace the fw_cfg item available by selecting the given key. The new
158 * data will consist of a dynamically allocated copy of the given 16-bit
159 * value, converted to little-endian representation. The data being replaced,
169 * @value: 32-bit integer
172 * data will consist of a dynamically allocated copy of the given 32-bit
173 * value, converted to little-endian representation.
181 * @value: 32-bit integer
183 * Replace the fw_cfg item available by selecting the given key. The new
184 * data will consist of a dynamically allocated copy of the given 32-bit
185 * value, converted to little-endian representation. The data being replaced,
195 * @value: 64-bit integer
198 * data will consist of a dynamically allocated copy of the given 64-bit
199 * value, converted to little-endian representation.
207 * @value: 64-bit integer
209 * Replace the fw_cfg item available by selecting the given key. The new
210 * data will consist of a dynamically allocated copy of the given 64-bit
211 * value, converted to little-endian representation. The data being replaced,
271 * Replace a NAMED fw_cfg item. If an existing item is found, its callback
323 * The key is architecture-specific (the FW_CFG_ARCH_LOCAL mask is expected
326 * Returns: The stringified architecture-specific name if the selector
327 * refers to a well-known numerically defined item, or NULL on
333 * load_image_to_fw_cfg() - Load an image file into an fw_cfg entry identified
344 * loaded as-is.