Searched full:parameter (Results 301 – 325 of 373) sorted by relevance
1...<<1112131415
/qemu/docs/devel/ |
H A D | qapi-code-gen.rst | 1474 list of that type as a parameter, and returns a single element of that 1512 The $(prefix) is an optional parameter used as a namespace to keep the
|
/qemu/dump/ |
H A D | dump.c | 1819 error_setg(errp, "parameter 'length' expects a non-zero size"); in dump_init() 2167 "parameter 'protocol' must start with 'file:' or 'fd:'"); in qmp_dump_guest_memory()
|
/qemu/block/ |
H A D | mirror.c | 515 * is the @bytes parameter given to this function) */ in mirror_perform() 1854 error_setg(errp, "Invalid parameter 'buf-size'"); in mirror_start_job()
|
H A D | io.c | 3529 * See the comment of bdrv_co_copy_range for the parameter and return value 3547 * See the comment of bdrv_co_copy_range for the parameter and return value 3715 * Pass 0 as the last parameter so that dirty bitmaps etc. are handled. in bdrv_co_truncate()
|
H A D | vpc.c | 492 * The parameter write must be 1 if the offset will be used for a write
|
/qemu/migration/ |
H A D | block-dirty-bitmap.c | 335 * the user-specified block-bitmap-mapping migration parameter.)
|
H A D | ram.c | 1012 * migration parameter 'vcpu_dirty_limit' in migration_dirty_limit_guest() 1018 * If dirty limit already enabled and migration parameter in migration_dirty_limit_guest() 1030 * parameter will be ignored if setting all vCPU for the vm in migration_dirty_limit_guest()
|
/qemu/hw/ipmi/ |
H A D | ipmi_bmc_sim.c | 1827 * bytes parameter 1996 * Event Data Bytes operation and parameter are inconsistent. The in set_sensor_reading()
|
/qemu/hw/nvme/ |
H A D | ctrl.c | 60 * device will use the "v1.4 CMB scheme" - use the `legacy-cmb` parameter to 76 * This parameter provides the `<nqn_id>` part of the string 80 * default to the value of the `id` parameter (`<subsys_id>`). 85 * Specifying this parameter attaches the controller to the subsystem and 156 * When the parent nvme device (as defined explicitly by the 'bus' parameter 164 * This parameter is only valid together with the `subsys` parameter. If left
|
/qemu/hw/scsi/ |
H A D | scsi-disk.c | 1153 * parameter changes via MODE_SELECT all bits are returned set to zero. in mode_sense_page() 1369 * and defines no device-specific parameter. in scsi_disk_emulate_mode_sense() 3153 "load parameter (s390x only)"); in scsi_property_add_specifics()
|
/qemu/ |
H A D | job.c | 1173 /* A wrapper around job_cancel_locked() taking an Error ** parameter so it may
|
H A D | block.c | 2299 * bdrv_topological_dfs() or NULL as @list parameter. 3985 * The reference parameter may be used to specify an existing block device which 7353 /* Create parameter list */ in bdrv_img_create() 7470 /* Parameter 'size' is not needed for detached LUKS header */ in bdrv_img_create() 7474 error_setg(errp, "Image creation needs a size parameter"); in bdrv_img_create()
|
/qemu/hw/ppc/ |
H A D | spapr_drc.c | 1052 return RTAS_OUT_PARAM_ERROR; /* bad state parameter */ in rtas_set_dr_indicator()
|
/qemu/util/ |
H A D | qtree.c | 1016 * @data parameter. The tree is traversed in sorted order.
|
/qemu/hw/core/ |
H A D | qdev-properties-system.c | 855 error_setg(errp, "Invalid parameter type for '%s', expected int or str", in set_pci_devfn()
|
/qemu/scripts/ |
H A D | get_maintainer.pl | 2105 # valid: returns true if the parameter is an RFC822 valid address 2117 # validlist: In scalar context, returns true if the parameter is an RFC822
|
/qemu/hw/virtio/ |
H A D | virtio-crypto.c | 1060 error_setg(errp, "'cryptodev' parameter expects a valid object"); in virtio_crypto_device_realize()
|
/qemu/tests/unit/ |
H A D | test-qga.c | 258 g_assert_cmpstr(desc, ==, "Parameter 'foo' is unexpected"); in test_qga_invalid_args()
|
/qemu/include/hw/xen/interface/io/ |
H A D | kbdif.h | 14 * Feature and Parameter Negotiation
|
/qemu/hw/usb/ |
H A D | dev-smartcard-reader.c | 365 * + 2 Automatic parameter configuration based on ATR data
|
/qemu/tests/tcg/multiarch/ |
H A D | sha512.c | 86 * UNUSED - a parameter is unused
|
/qemu/include/hw/xen/interface/ |
H A D | xen.h | 199 * @pdone is an output parameter indicating number of completed operations
|
/qemu/net/ |
H A D | colo-compare.c | 1376 /* This parameter just for Xen COLO */ in colo_compare_init()
|
/qemu/include/libdecnumber/ |
H A D | decNumberLocal.h | 64 /* Tuning parameter for decNumber (arbitrary precision) module */
|
/qemu/target/avr/ |
H A D | translate.c | 1329 * parameter k is the offset from PC and is represented in two's complement 1378 * PC in either direction (PC - 63 < = destination <= PC + 64). The parameter k
|
1...<<1112131415