Searched refs:transaction (Results 1 – 5 of 5) sorted by relevance
| /xnu-8019.80.24/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-8019.80.24/bsd/kern/ |
| H A D | mcache.c | 1541 struct mca_trn *transaction; in mcache_buffer_log() local 1543 transaction = &mca->mca_trns[mca->mca_next_trn]; in mcache_buffer_log() 1548 transaction->mca_thread = current_thread(); in mcache_buffer_log() 1551 transaction->mca_depth = (uint16_t)OSBacktrace(stack, MCACHE_STACK_DEPTH + 1) - 1; in mcache_buffer_log() 1552 bcopy(&stack[1], transaction->mca_stack, in mcache_buffer_log() 1553 sizeof(transaction->mca_stack)); in mcache_buffer_log() 1560 transaction->mca_tstamp = ((now.tv_usec - base.tv_usec) / 1000); in mcache_buffer_log() 1562 transaction->mca_tstamp += ((now.tv_sec - base.tv_sec) * 1000); in mcache_buffer_log()
|
| /xnu-8019.80.24/bsd/sys/ |
| H A D | buf.h | 630 errno_t buf_setcallback(buf_t bp, void (*callback)(buf_t, void *), void *transaction);
|
| /xnu-8019.80.24/bsd/vfs/ |
| H A D | vfs_bio.c | 770 buf_setcallback(buf_t bp, void (*callback)(buf_t, void *), void *transaction) in buf_setcallback() argument 779 bp->b_transaction = transaction; in buf_setcallback() 1022 buf_setfilter(buf_t bp, void (*filter)(buf_t, void *), void *transaction, in buf_setfilter() argument 1034 bp->b_transaction = transaction; in buf_setfilter()
|
| /xnu-8019.80.24/doc/ |
| H A D | atomics.md | 289 abort their opened LL/SC transaction).
|