Home
last modified time | relevance | path

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

12

/titanic_41/usr/src/lib/libsqlite/tool/
H A Dspeedtest2.tcl130 runtest {25000 INSERTs in a transaction}
147 runtest {25000 INSERTs in a transaction}
164 runtest {25000 INSERTs in a transaction}
181 runtest {25000 INSERTs in a transaction}
198 runtest {25000 INSERTs in a transaction}
H A Dspeedtest.tcl151 runtest {25000 INSERTs in a transaction}
/titanic_41/usr/src/uts/common/io/i40e/core/
H A Di40e_nvm.c1294 u8 module, transaction; in i40e_nvmupd_validate_command() local
1301 transaction = i40e_nvmupd_get_transaction(cmd->config); in i40e_nvmupd_validate_command()
1316 switch (transaction) { in i40e_nvmupd_validate_command()
1339 switch (transaction) { in i40e_nvmupd_validate_command()
1537 u8 module, transaction; in i40e_nvmupd_nvm_read() local
1540 transaction = i40e_nvmupd_get_transaction(cmd->config); in i40e_nvmupd_nvm_read()
1542 last = (transaction == I40E_NVM_LCB) || (transaction == I40E_NVM_SA); in i40e_nvmupd_nvm_read()
1576 u8 module, transaction; in i40e_nvmupd_nvm_erase() local
1579 transaction = i40e_nvmupd_get_transaction(cmd->config); in i40e_nvmupd_nvm_erase()
1581 last = (transaction & I40E_NVM_LCB); in i40e_nvmupd_nvm_erase()
[all …]
/titanic_41/usr/src/uts/common/io/usb/hcd/
H A DREADME139 transaction per frame. According to the USB Bandwidth Analysis white
141 one low-speed transaction takes 0x628h full speed bits (197 bytes),
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:
317 isochronous transaction. For full/low speed devices, it will tell when to
[all …]
/titanic_41/usr/src/lib/libsqlite/test/
H A Dlock.test156 # If one thread has a transaction another thread cannot start
157 # a transaction.
172 # If the other thread (the one that does not hold the transaction)
173 # tries to start a transaction, we get a busy callback.
210 # the first thread to release its transaction. That allows the
262 } {1 {cannot start a transaction within a transaction}}
H A Dattach2.test94 # start a transaction on test.db even though test2.db is locked.
112 # when the write failed in the previous test, the transaction should
123 } {1 {cannot commit - no transaction is active}}
H A Dinterrupt.test112 # Ticket #594. If an interrupt occurs in the middle of a transaction
113 # and that transaction is later rolled back, the internal schema tables do
H A Dtrans.test179 } {1 {cannot commit - no transaction is active}}
185 } {1 {cannot rollback - no transaction is active}}
211 } {1 {cannot start a transaction within a transaction}}
420 # within a transaction. Make sure ROLLBACK works.
H A Dprogress.test89 # Test that an active transaction remains active and not rolled back after the
H A Dvacuum.test97 } {1 {cannot VACUUM from within a transaction}}
H A Dtrigger1.test19 # trig-1.3: Created triggers are deleted if the transaction is rolled back
21 # trig-1.5: Dropped triggers are restored if the transaction is rolled back
H A Dpragma.test417 } {1 {temporary storage cannot be changed from within a transaction}}
H A Dmisc3.test25 # that will be used by subsequent statements in the same transaction.
H A Dattach.test319 # Even though main has a transaction, test2.db should not be locked.
/titanic_41/usr/src/cmd/cmd-inet/sbin/dhcpagent/
H A DREADME235 In short, an `async_action' represents a pending transaction (aka
239 transaction per state machine. Typical "asynchronous transactions"
249 When the agent realizes it must perform an asynchronous transaction,
250 it calls async_async() to open the transaction. If one is already
251 pending, then the new transaction must fail (the details of failure
252 depend on how the transaction was initiated, which is described in
254 there is no pending asynchronous transaction, the operation succeeds.
256 When the transaction is complete, either async_finish() or
258 action on that state machine. If the transaction is unable to
264 For instance, a user initiates an asynchronous START transaction when
[all …]
H A DREADME.v6188 as a separate transaction, and resends each message using a common
432 Unlike DHCPv4, DHCPv6 places the transaction timer value in an
476 to find the correct transaction ID, but the existing design
590 state, just ignore it, because the transaction is already in
630 each as a transaction, using the same retransmit logic as for other
/titanic_41/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}
/titanic_41/usr/src/cmd/fm/eversholt/files/sparc/sun4u/
H A Dxmits.esc248 * - stmmu: A streaming DMA split completion transaction
250 * - cnmmu: A consistant DMA split completion transaction
325 * - rl: it to exceed the number retriesfor a transaction.
H A Dpsycho.esc166 * - rl: it to retry a transaction beyond the specified limit.
/titanic_41/usr/src/uts/sun4u/cpu/
H A Dcommon_asm.s1239 ! unnecessary RTS->RTO bus transaction state change, and
1240 ! just issues RTO transaction. (See pp.77 of Cheetah+ Delta
/titanic_41/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.
/titanic_41/usr/src/lib/libsqlite/src/
H A Dsqlite.h.in783 ** query was part of a larger transaction, then the transaction is not rolled
791 ** Register a callback function to be invoked whenever a new transaction
/titanic_41/usr/src/uts/common/smbsrv/
H A Dsmb_kproto.h196 SMB_COM_DECL(transaction);
/titanic_41/usr/src/uts/common/fs/smbsrv/
H A Dsmb_dispatch.c212 { "SmbTransaction", SMB_SDT_OPS(transaction), /* 0x25 037 */

12