Searched refs:transaction (Results 1 – 6 of 6) sorted by relevance
| /xnu-8792.41.9/libsyscall/mach/ |
| H A D | err_iokit.sub | 129 "(iokit/usb) high speed hub error during split transaction", // 0x04b 134 "(iokit/usb) transaction has been returned to the caller", // 0x050 135 "(iokit/usb) transaction timed out", // 0x051 169 "(iokit/firewire) all transaction labels are in use", // 00f
|
| /xnu-8792.41.9/bsd/kern/ |
| H A D | mcache.c | 1543 struct mca_trn *transaction; in mcache_buffer_log() local 1545 transaction = &mca->mca_trns[mca->mca_next_trn]; in mcache_buffer_log() 1550 transaction->mca_thread = current_thread(); in mcache_buffer_log() 1553 transaction->mca_depth = (uint16_t)OSBacktrace(stack, MCACHE_STACK_DEPTH + 1) - 1; in mcache_buffer_log() 1554 bcopy(&stack[1], transaction->mca_stack, in mcache_buffer_log() 1555 sizeof(transaction->mca_stack)); in mcache_buffer_log() 1562 transaction->mca_tstamp = ((now.tv_usec - base.tv_usec) / 1000); in mcache_buffer_log() 1564 transaction->mca_tstamp += ((now.tv_sec - base.tv_sec) * 1000); in mcache_buffer_log()
|
| /xnu-8792.41.9/bsd/sys/ |
| H A D | buf.h | 630 errno_t buf_setcallback(buf_t bp, void (*callback)(buf_t, void *), void *transaction);
|
| /xnu-8792.41.9/bsd/vfs/ |
| H A D | vfs_bio.c | 775 buf_setcallback(buf_t bp, void (*callback)(buf_t, void *), void *transaction) in buf_setcallback() argument 784 bp->b_transaction = transaction; in buf_setcallback() 1027 buf_setfilter(buf_t bp, void (*filter)(buf_t, void *), void *transaction, in buf_setfilter() argument 1039 bp->b_transaction = transaction; in buf_setfilter()
|
| /xnu-8792.41.9/doc/memorystatus/ |
| H A D | kill.md | 53 … programming error in the daemon (they're doing work without holding a transaction). Because the d…
|
| /xnu-8792.41.9/doc/ |
| H A D | atomics.md | 289 abort their opened LL/SC transaction).
|