Searched refs:prepare (Results 101 - 125 of 172) sorted by relevance

1234567

/macosx-10.10.1/IOHIDFamily-606.1.7/IOHIDFamily/
H A DIOHIDDevice.cpp140 md->prepare();
1913 report->prepare();
2024 report->prepare();
/macosx-10.10.1/IOUSBMassStorageClass-370.0.4/
H A DIOUSBMassStorageClass.cpp487 result = fCBIMemoryDescriptor->prepare();
510 result = fBulkOnlyCBWMemoryDescriptor->prepare();
520 result = fBulkOnlyCSWMemoryDescriptor->prepare();
/macosx-10.10.1/BerkeleyDB-21/db/tcl/
H A Dtcl_txn.c500 "prepare",
583 ret = txnp->prepare(txnp, garray);
586 * DB_TXN->prepare commits all outstanding children. But it
593 "txn prepare");
/macosx-10.10.1/BerkeleyDB-21/db/xa/
H A Dxa.c487 * We need to know if we've ever called prepare on this.
488 * As part of the prepare, we set the xa_status field to
489 * reflect that fact that prepare has been called, and if
510 if (txnp->prepare(txnp, (u_int8_t *)xid->data) != 0)
549 * We need to know if we've ever called prepare on this.
/macosx-10.10.1/IOFireWireAVC-422.4.0/IOFireWireAVC/
H A DIOFireWireAVCProtocolUserClient.cpp478 status = desc->prepare();
H A DIOFireWireAVCUnit.cpp265 IOReturn err = fMem->prepare();
H A DIOFireWireAVCUserClient.cpp851 res = pUCAsyncCommand->fMem->prepare() ;
/macosx-10.10.1/IOFireWireFamily-456/IOFireWireFamily.kmodproj/
H A DIOFWUserPseudoAddressSpace.cpp487 status = ( kIOReturnSuccess == fDesc->prepare() ) ;
/macosx-10.10.1/IOFireWireIP-226.2/KernelSource/IOKit/
H A DIOFireWireIPCommand.cpp580 fMemDesc->prepare();
/macosx-10.10.1/apr-32/apr-util/apr-util/dbd/
H A Dapr_dbd.c476 return driver->prepare(pool,handle,pq,label,nargs,nvals,t,statement);
/macosx-10.10.1/tcl-105/tcl84/tcl/macosx/
H A DtclMacOSXNotify.c289 extern int pthread_atfork(void (*prepare)(void), void (*parent)(void),
/macosx-10.10.1/BerkeleyDB-21/db/txn/
H A Dtxn.c449 txn->prepare = __txn_prepare;
502 txn->prepare = __txn_prepare;
885 * are a distributed transaction (i.e., we have a prepare),
1003 * prepare is called, so we know that if the xa_status isn't in one
1004 * of those states, then we are calling prepare directly and we need
1025 /* Regular prepare; fill in the gid. */
1036 env, ret, "DB_TXN->prepare: log_write failed");
/macosx-10.10.1/IONetworkingFamily-101/
H A DIONetworkController.cpp571 // the workloop context, to prepare the controller before attaching the client
574 // publishProperties() will be called only once, even if prepare() is called
580 IOReturn IONetworkController::prepare() function in class:IONetworkController
739 // This method is called by prepare() on the workloop context.
2211 ret = self->prepare();
/macosx-10.10.1/PostgreSQL-97/
H A Duninstall181 rm -rf man/man7/prepare.7.gz
/macosx-10.10.1/network_cmds-457/traceroute.tproj/
H A Dtraceroute.c314 /* For GRE, we prepare what looks like a PPTP packet */
438 void (*prepare)(struct outdata *); member in struct:outproto
1006 (*proto->prepare)(&outdata);
/macosx-10.10.1/zlib-55/zlib/contrib/masmx64/
H A Dinffasx64.asm268 mov eax, [rsp+92] ; /* eax = wsize, prepare for dist cmp */
/macosx-10.10.1/IOStorageFamily-182.1.1/
H A DIOBlockStorageDriver.cpp1947 virtual IOReturn prepare(IODirection forDirection = kIODirectionNone);
2101 IOReturn IODeblocker::prepare(IODirection forDirection) function in class:IODeblocker
2122 status = _chunks[index].buffer->prepare(forDirection);
2143 // This method shouldn't be called unless a prepare() was previously issued;
2144 // the prepare() and complete() must occur in pairs, before and after an I/O
/macosx-10.10.1/IOPCIFamily-239.1.2/
H A Dvtd.c940 // kr = bmd->prepare(kIODirectionOutIn);
1281 kr = md->prepare(kIODirectionOutIn);
1337 kr = md->prepare(kIODirectionOutIn);
/macosx-10.10.1/llvmCore-3425.0.34/lib/CodeGen/
H A DRegAllocGreedy.cpp861 SpillPlacer->prepare(Cand.LiveBundles);
1144 SpillPlacer->prepare(Cand.LiveBundles);
/macosx-10.10.1/BerkeleyDB-21/db/libdb_java/
H A Ddb.i1677 db_ret_t prepare(u_int8_t *gid) {
1678 return self->prepare(self, gid);
/macosx-10.10.1/tcl-105/tcl/tcl/macosx/
H A DtclMacOSXNotify.c394 extern int pthread_atfork(void (*prepare)(void), void (*parent)(void),
/macosx-10.10.1/xnu-2782.1.97/iokit/Kernel/
H A DIOMemoryDescriptor.cpp822 * The memory must have been wired by calling ::prepare(), otherwise
1302 // Auto-prepare if this is a kernel memory descriptor as very few
1303 // clients bother to prepare() kernel memory.
1617 // Auto-prepare memory at creation time.
1637 && prepare() != kIOReturnSuccess)
1762 if( prepare() == kIOReturnSuccess) {
3164 * prepare
3173 IOReturn IOGeneralMemoryDescriptor::prepare(IODirection forDirection) function in class:IOGeneralMemoryDescriptor
3210 * This method should not be called unless a prepare was previously
3211 * issued; the prepare() an
[all...]
/macosx-10.10.1/BerkeleyDB-21/db/dbinc/
H A Ddb_cxx.in923 int prepare(u_int8_t *gid);
/macosx-10.10.1/IOAudioFamily-200.6/
H A DIOAudioEngineUserClient.cpp548 if ((result = extendedInfo->mAudioClientBufferExtended32.paramBufferDescriptor->prepare()) != kIOReturnSuccess)
1556 if ( kIOReturnSuccess != (result = clientBuffer->mAudioClientBuffer32.sourceBufferDescriptor->prepare( kIODirectionOutIn ) ) )
1558 audioDebugIOLog(3, " prepare error \n");
/macosx-10.10.1/BerkeleyDB-21/db/build_vxworks/
H A Ddb_cxx.h924 int prepare(u_int8_t *gid);

Completed in 436 milliseconds

1234567