/titanic_41/usr/src/lib/libsqlite/tool/ |
H A D | speedtest2.tcl | 130 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 D | speedtest.tcl | 151 runtest {25000 INSERTs in a transaction}
|
/titanic_41/usr/src/uts/common/io/i40e/core/ |
H A D | i40e_nvm.c | 1294 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 D | README | 139 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 D | lock.test | 156 # 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 D | attach2.test | 94 # 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 D | interrupt.test | 112 # 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 D | trans.test | 179 } {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 D | progress.test | 89 # Test that an active transaction remains active and not rolled back after the
|
H A D | vacuum.test | 97 } {1 {cannot VACUUM from within a transaction}}
|
H A D | trigger1.test | 19 # 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 D | pragma.test | 417 } {1 {temporary storage cannot be changed from within a transaction}}
|
H A D | misc3.test | 25 # that will be used by subsequent statements in the same transaction.
|
H A D | attach.test | 319 # Even though main has a transaction, test2.db should not be locked.
|
/titanic_41/usr/src/cmd/cmd-inet/sbin/dhcpagent/ |
H A D | README | 235 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 D | README.v6 | 188 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 D | ClientLib_en.properties | 40 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 D | xmits.esc | 248 * - 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 D | psycho.esc | 166 * - rl: it to retry a transaction beyond the specified limit.
|
/titanic_41/usr/src/uts/sun4u/cpu/ |
H A D | common_asm.s | 1239 ! 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 D | storage.esc | 148 * I2C transaction failure
|
H A D | pci.esc | 120 * 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 D | sqlite.h.in | 783 ** 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 D | smb_kproto.h | 196 SMB_COM_DECL(transaction);
|
/titanic_41/usr/src/uts/common/fs/smbsrv/ |
H A D | smb_dispatch.c | 212 { "SmbTransaction", SMB_SDT_OPS(transaction), /* 0x25 037 */
|