Home
last modified time | relevance | path

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

12

/illumos-gate/usr/src/lib/libsqlite/tool/
H A Dspeedtest2.tcl127 runtest {25000 INSERTs in a transaction}
144 runtest {25000 INSERTs in a transaction}
161 runtest {25000 INSERTs in a transaction}
178 runtest {25000 INSERTs in a transaction}
195 runtest {25000 INSERTs in a transaction}
H A Dspeedtest.tcl148 runtest {25000 INSERTs in a transaction}
/illumos-gate/usr/src/uts/common/io/usb/hcd/
H A DREADME139 transaction per frame. According to the USB Bandwidth Analysis white
193 transaction formula and protocol overhead calculations mentioned in
285 - High-Speed (Split transaction - Device to Host):
287 Start Split transaction:
291 Complete Split transaction:
296 - High-Speed (Split transaction - Host to Device):
298 Start Split transaction:
303 Complete Split transaction:
318 initiate a "start split" transaction.
353 transaction is reserved in 3 consecutive micro frames
[all …]
/illumos-gate/usr/src/uts/common/io/i40e/core/
H A Di40e_nvm.c1418 u8 module, transaction; in i40e_nvmupd_validate_command() local
1425 transaction = i40e_nvmupd_get_transaction(cmd->config); in i40e_nvmupd_validate_command()
1440 switch (transaction) { in i40e_nvmupd_validate_command()
1476 switch (transaction) { in i40e_nvmupd_validate_command()
1716 u8 module, transaction; in i40e_nvmupd_nvm_read() local
1719 transaction = i40e_nvmupd_get_transaction(cmd->config); in i40e_nvmupd_nvm_read()
1721 last = (transaction == I40E_NVM_LCB) || (transaction == I40E_NVM_SA); in i40e_nvmupd_nvm_read()
1755 u8 module, transaction; in i40e_nvmupd_nvm_erase() local
1760 last = (transaction & I40E_NVM_LCB); in i40e_nvmupd_nvm_erase()
1795 u8 module, transaction; in i40e_nvmupd_nvm_write() local
[all …]
/illumos-gate/usr/src/lib/libsqlite/test/
H A Dlock.test154 # If one thread has a transaction another thread cannot start
155 # a transaction.
170 # If the other thread (the one that does not hold the transaction)
171 # tries to start a transaction, we get a busy callback.
208 # the first thread to release its transaction. That allows the
260 } {1 {cannot start a transaction within a transaction}}
H A Dattach2.test92 # start a transaction on test.db even though test2.db is locked.
110 # when the write failed in the previous test, the transaction should
121 } {1 {cannot commit - no transaction is active}}
H A Dinterrupt.test110 # Ticket #594. If an interrupt occurs in the middle of a transaction
111 # and that transaction is later rolled back, the internal schema tables do
H A Dtrans.test177 } {1 {cannot commit - no transaction is active}}
183 } {1 {cannot rollback - no transaction is active}}
209 } {1 {cannot start a transaction within a transaction}}
418 # within a transaction. Make sure ROLLBACK works.
H A Dprogress.test87 # Test that an active transaction remains active and not rolled back after the
H A Dvacuum.test95 } {1 {cannot VACUUM from within a transaction}}
H A Dtrigger1.test17 # trig-1.3: Created triggers are deleted if the transaction is rolled back
19 # trig-1.5: Dropped triggers are restored if the transaction is rolled back
H A Dpragma.test415 } {1 {temporary storage cannot be changed from within a transaction}}
H A Dmisc3.test23 # that will be used by subsequent statements in the same transaction.
H A Dattach.test317 # Even though main has a transaction, test2.db should not be locked.
/illumos-gate/usr/src/cmd/cmd-inet/sbin/dhcpagent/
H A DREADME234 In short, an `async_action' represents a pending transaction (aka
238 transaction per state machine. Typical "asynchronous transactions"
248 When the agent realizes it must perform an asynchronous transaction,
249 it calls async_async() to open the transaction. If one is already
250 pending, then the new transaction must fail (the details of failure
251 depend on how the transaction was initiated, which is described in
253 there is no pending asynchronous transaction, the operation succeeds.
255 When the transaction is complete, either async_finish() or
257 action on that state machine. If the transaction is unable to
263 For instance, a user initiates an asynchronous START transaction when
[all …]
H A DREADME.v6186 as a separate transaction, and resends each message using a common
430 Unlike DHCPv4, DHCPv6 places the transaction timer value in an
474 to find the correct transaction ID, but the existing design
588 state, just ignore it, because the transaction is already in
628 each as a transaction, using the same retransmit logic as for other
/illumos-gate/usr/src/cmd/ztest/
H A Dzloop.bash24 export UMEM_LOGGING=transaction,contents
/illumos-gate/usr/src/test/util-tests/tests/awk/
H A DTHIRDPARTYLICENSE.gawk320 part of a transaction in which the right of possession and use of the
322 fixed term (regardless of how the transaction is characterized), the
453 An "entity transaction" is a transaction transferring control of an
456 work results from an entity transaction, each party to that
457 transaction who receives a copy of the work also receives whatever
513 If, pursuant to or in connection with a single transaction or
/illumos-gate/usr/src/lib/libslp/javalib/com/sun/slp/
H A DClientLib_en.properties40 datagram_io_error = IOException during datagram transaction with address ``{0}'''': {1}
43 tcp_io_error = IOException during TCP transaction with address ``{0}'''': {1}
/illumos-gate/usr/src/uts/sun4u/cpu/
H A Dcommon_asm.S1045 ! unnecessary RTS->RTO bus transaction state change, and
1046 ! just issues RTO transaction. (See pp.77 of Cheetah+ Delta
/illumos-gate/usr/src/cmd/fm/eversholt/files/common/
H A Dstorage.esc148 * I2C transaction failure
H A Dpci.esc120 * transaction retry.
289 * transaction retry.
296 * which does not match any outstanding transaction.
470 * transaction retry.
/illumos-gate/usr/src/uts/common/io/qede/579xx/drivers/ecore/documentation/
H A Dosal.txt318 surrounding a dma transaction; This will be called with
319 'is_post == false' prior to the DMA transaction, and 'is_post == true'
409 transaction is complete.
/illumos-gate/usr/src/lib/libsqlite/src/
H A Dsqlite.h.in780 ** query was part of a larger transaction, then the transaction is not rolled
788 ** Register a callback function to be invoked whenever a new transaction
/illumos-gate/usr/src/uts/common/fs/smbsrv/
H A Dsmb_dispatch.c215 { "SmbTransaction", SMB_SDT_OPS(transaction), /* 0x25 037 */

12