Home
last modified time | relevance | path

Searched refs:transaction (Results 1 – 25 of 29) sorted by relevance

12

/qemu/hw/usb/
H A Du2f-passthru.c47 struct transaction { struct
190 sizeof(struct transaction)); in u2f_transaction_close()
208 struct transaction *transaction; in u2f_transaction_add() local
223 transaction = &key->current_transactions[index]; in u2f_transaction_add()
224 transaction->cid = cid; in u2f_transaction_add()
225 transaction->resp_bcnt = 0; in u2f_transaction_add()
226 transaction->resp_size = 0; in u2f_transaction_add()
261 struct transaction *transaction; in u2f_passthru_recv_from_host() local
274 transaction = u2f_transaction_get(key, cid); in u2f_passthru_recv_from_host()
278 if (transaction == NULL) { in u2f_passthru_recv_from_host()
[all …]
/qemu/qapi/
H A Dtransaction.json14 # This action can be used to test transaction failure.
159 # @transaction.
201 # @transaction:
227 # in the transaction. When an I/O error occurs during deletion, the
234 # execution of the transaction. See @TransactionProperties for
238 # Any errors from commands in the transaction
240 # Note: The transaction aborts on the first failure. Therefore, there
268 { 'command': 'transaction',
H A Djob.json62 # @waiting: The job is waiting for other jobs in the transaction to
64 # visible for the last job in a transaction.
216 # Instructs all jobs in a transaction (or a single job if it is not
217 # part of any transaction) to finalize any graph changes and do any
221 # For jobs in a transaction, instructing one job to finalize will
222 # force ALL jobs in the transaction to finalize, so it is only
225 # @id: The identifier of any job in the transaction, or of a job that
226 # is not part of any transaction.
H A Dcxl.json57 # @transaction-type: Type of first transaction that caused the event
62 # interface that can be independently accessed for a transaction.
65 # memory devices on a channel that together execute a transaction.
78 'type': 'uint8', 'transaction-type': 'uint8',
107 # @transaction-type: Type of first transaction that caused the event
112 # interface that can be independently accessed for a transaction.
115 # memory devices on a channel that together execute a transaction.
137 'type': 'uint8', 'transaction-type': 'uint8',
H A Dqapi-schema.json62 { 'include': 'transaction.json' }
H A Dmeson.build54 'transaction',
H A Dblock-core.json2648 # illegal, limits should always be set in one transaction. All fields
3057 # cleanup via this command. For jobs in a transaction, instructing
3058 # one job to finalize will force ALL jobs in the transaction to
4853 # transaction, so if one of them fails then the whole transaction is
5758 # of a transaction, it will not emit this event until the transaction
6051 # Notes: In transaction, if @name is empty, or any snapshot matching
/qemu/tests/qemu-iotests/
H A D241.out9 transaction size: 64-bit
20 transaction size: 64-bit
33 transaction size: 64-bit
H A D236.out47 "execute": "transaction",
111 "execute": "transaction",
164 "execute": "transaction",
221 "execute": "transaction",
291 "execute": "transaction",
H A D085.out39 { 'execute': 'transaction', 'arguments':
51 { 'execute': 'transaction', 'arguments':
63 { 'execute': 'transaction', 'arguments':
75 { 'execute': 'transaction', 'arguments':
87 { 'execute': 'transaction', 'arguments':
99 { 'execute': 'transaction', 'arguments':
111 { 'execute': 'transaction', 'arguments':
123 { 'execute': 'transaction', 'arguments':
135 { 'execute': 'transaction', 'arguments':
H A D307.out22 transaction size: 64-bit
51 transaction size: 64-bit
83 transaction size: 64-bit
93 transaction size: 64-bit
120 transaction size: 64-bit
H A D233.out42 transaction size: 64-bit
57 transaction size: 64-bit
88 transaction size: 64-bit
99 transaction size: 64-bit
H A D256.out24 "execute": "transaction",
87 "execute": "transaction",
H A D223.out90 transaction size: 64-bit
101 transaction size: 64-bit
111 transaction size: 64-bit
212 transaction size: 64-bit
223 transaction size: 64-bit
233 transaction size: 64-bit
H A D137129 echo === Test transaction semantics ===
H A D254.out8 "execute": "transaction",
H A D124467 transaction = [
475 self.vm.cmd('transaction', actions=transaction,
503 self.vm.cmd('transaction', actions=transaction,
H A D137.out33 === Test transaction semantics ===
/qemu/docs/interop/
H A Dbitmaps.rst477 See `transaction <qemu-qmp.ref.html#index-transaction>`_ in the QMP reference
571 "execute": "transaction",
658 "execute": "transaction",
1019 "execute": "transaction",
1135 "execute": "transaction",
1375 a "successful" transaction.
1387 #. Issue the transaction to start a backup of both drives.
1392 "execute": "transaction",
1498 behavior of the transaction.
1515 #. Issue the multi-drive incremental backup transaction:
[all …]
H A Dqmp-spec.rst115 - The ``id`` member is a transaction identification associated with the
178 - The ``id`` member contains the transaction identification associated
195 - The ``id`` member contains the transaction identification associated with
/qemu/docs/devel/
H A Dloads-stores.rst354 transaction attributes, and can check whether the memory transaction
411 ``MEMTXATTRS_UNSPECIFIED`` for the transaction attributes, and ignore
412 whether the transaction succeeded or failed.
414 The fact that they ignore whether the transaction succeeded means
451 ignore whether the memory transaction succeeded or failed.
H A Dmemory.rst347 based on the attributes used for the memory transaction, or need
/qemu/tests/qemu-iotests/tests/
H A Dnbd-qemu-allocation.out24 transaction size: 64-bit
/qemu/storage-daemon/qapi/
H A Dqapi-schema.json37 { 'include': '../../qapi/transaction.json' }
/qemu/hw/ufs/
H A Dtrace-events38 ufs_err_invalid_trans_code(uint32_t slot, uint8_t trans_code) "request upiu has invalid transaction

12