Searched refs:prepare (Results 51 - 75 of 172) sorted by relevance

1234567

/macosx-10.10.1/CPANInternal-159.1/JSON-RPC-0.96/lib/JSON/
H A DRPC.pm111 $client->prepare($uri, ['sum', 'echo']);
/macosx-10.10.1/IOFireWireFamily-456/IOFireWireFamily.kmodproj/
H A DIOFireWireMultiIsochReceive.cpp268 error = bufferDesc->prepare() ;
H A DIOFWUserCommand.cpp203 IOReturn error = fMem->prepare() ;
284 error = fMem->prepare() ;
468 IOReturn error = fMem->prepare() ;
521 result = fMem->prepare() ;
1025 IOReturn error = fMem->prepare() ;
1066 result = fMem->prepare() ;
H A DIOFWCompareAndSwapCommand.cpp220 IOReturn status = fMembers->fMemory->prepare( kIODirectionOutIn );
H A DIOFWDCLProgram.cpp169 if ( desc && kIOReturnSuccess != desc->prepare() )
171 ErrorLog("couldn't prepare memory descriptor\n") ;
202 ErrorLog("couldn't prepare memory DMA command\n") ;
H A DIOFWRingBufferQ.cpp75 if ( fMemDescriptor->prepare( (IODirection)(options & kIOMemoryDirectionMask) ) != kIOReturnSuccess )
H A DIOFWUserAsyncStreamListener.cpp228 status = ( kIOReturnSuccess == fPacketQueueBuffer->prepare() ) ;
H A DIOFWUserIsochPort.cpp263 status = memory->prepare( kIODirectionInOut );
292 // set memory descriptor and don't prepare it
299 status = dma_command->prepare( 0, length, true );
429 error = bufferDesc->prepare( kIODirectionPrepareToPhys32 ) ;
467 error = userProgramExportDesc->prepare() ;
H A DIOFWWriteQuadCommand.cpp244 IOReturn status = ((MemberVariables*)fMembers->fSubclassMembers)->fMemory->prepare( kIODirectionOutIn );
/macosx-10.10.1/IOSCSIParallelFamily-300.0.2/TestTools/AppleSCSIHBAEmulator/
H A DAppleSCSIEmulatorAdapter.cpp933 inquiryBuffer->prepare ( );
938 inquiryPage00Buffer->prepare ( );
943 inquiryPage80Buffer->prepare ( );
948 inquiryPage83Buffer->prepare ( );
/macosx-10.10.1/apr-32/apr-util/apr-util/include/private/
H A Dapr_dbd_internal.h193 /** prepare: prepare a statement
204 * @param statement - statement to prepare. May point to null on entry.
207 int (*prepare)(apr_pool_t *pool, apr_dbd_t *handle, const char *query, member in struct:apr_dbd_driver_t
/macosx-10.10.1/WebKit2-7600.1.25/DatabaseProcess/IndexedDB/sqlite/
H A DSQLiteIDBCursor.cpp183 if (m_statement->prepare() != SQLResultOk) {
184 LOG_ERROR("Could not create cursor statement (prepare/id) - '%s'", m_transaction->sqliteTransaction()->database().lastErrorMsg());
361 if (objectStoreStatement.prepare() != SQLResultOk
/macosx-10.10.1/ruby-106/ruby/test/rake/
H A Dhelper.rb415 task :prepare do
419 file "scopedep.rb" => [:prepare] do
/macosx-10.10.1/vim-55/runtime/syntax/
H A Desqlc.vim28 syntax keyword esqlcPreProc prepare fetch goto continue found sqlerror work
H A Datlas.vim22 syn keyword atlasStatement prepare execute
/macosx-10.10.1/IOFireWireSBP2-425/IOFireWireSBP2/
H A DIOFireWireSBP2ORB.cpp497 status = memory->prepare( kIODirectionInOut );
536 // set memory descriptor and don't prepare it
542 status = dma_command->prepare( 0, length, true );
554 dma_command->prepare( 0, length, true );
790 // set memory descriptor and don't prepare it
796 status = dma_command->prepare( 0, fPageTableSize, true );
1142 status = memory->prepare( withDirection );
1181 status = memory->prepare( withDirection );
1259 IOLog( "After prepare\n" );
1261 IOLog( "After prepare
[all...]
/macosx-10.10.1/BerkeleyDB-21/db/test/
H A Drep075.tcl56 puts "Rep$tnum: close DBs after prepare"
58 puts "Rep$tnum: close DBs before prepare"
158 # Create and prepare 2 transactions:
173 error_check_good commit [$txn1 prepare $gid] 0
180 error_check_good commit [$txn2 prepare $gid] 0
/macosx-10.10.1/CPANInternal-159.1/Log-Log4perl-1.40/lib/Log/Log4perl/
H A DDateFormat.pm42 $self->prepare($format);
49 sub prepare { subroutine
/macosx-10.10.1/IOFireWireAVC-422.4.0/IOFireWireAVC/
H A DIOFireWireAVCCommand.cpp348 IOReturn err = fMem->prepare();
520 IOReturn err = fMem->prepare();
/macosx-10.10.1/IOATAFamily-253.0.1/
H A DIOPCIATA.cpp242 _prdBuffer->prepare ( );
/macosx-10.10.1/IOPCIFamily-239.1.2/AppleSamplePCI/
H A DAppleSamplePCIUserClient.cpp229 err = memDesc->prepare( kIODirectionOutIn );
231 IOLog("IOMemoryDescriptor::prepare failed(%x)\n", err);
/macosx-10.10.1/IOSCSIParallelFamily-300.0.2/
H A DSCSIParallelTask.cpp154 status = buffer->prepare ( kIODirectionOutIn );
/macosx-10.10.1/Security-57031.1.35/Security/include/security_utilities/
H A Dip++.h210 void prepare(int fdFlags, int domain, int type, int protocol = 0);
/macosx-10.10.1/Security-57031.1.35/Security/libsecurity_utilities/lib/
H A Dip++.h210 void prepare(int fdFlags, int domain, int type, int protocol = 0);
/macosx-10.10.1/xnu-2782.1.97/iokit/IOKit/
H A DIODMACommand.h186 @param mappingOptions is the type of mapping that is required to translate an IOMemoryDescriptor into the desired number of bits. For instance if your hardware only supports 32 bits but must run on machines with > 4G of RAM some mapping will be required. Number of bits will be specified in numAddressBits, see below.This parameter can take 3 values:- kNonCoherent - used for non-coherent hardware transfers, Mapped - Validate that all I/O bus generated addresses are within the number of addressing bits specified, Bypassed indicates that bypassed addressing is required, this is used when the hardware transferes are into coherent memory but no mapping is required. See also prepare() for failure cases.
209 @param mapType is the type of mapping that is required to translate an IOMemoryDescriptor into the desired number of bits. For instance if your hardware only supports 32 bits but must run on machines with > 4G of RAM some mapping will be required. Number of bits will be specified in numAddressBits, see below. This parameter can take 3 values:- kNonCoherent - used for non-coherent hardware transfers, Mapped - Validate that all I/O bus generated addresses are within the number of addressing bits specified, Bypassed indicates that bypassed addressing is required, this is used when the hardware transfers are into coherent memory but no mapping is required. See also prepare() for failure cases.
244 @param mappingOptions is the type of mapping that is required to translate an IOMemoryDescriptor into the desired number of bits. For instance if your hardware only supports 32 bits but must run on machines with > 4G of RAM some mapping will be required. Number of bits will be specified in numAddressBits, see below.This parameter can take 3 values:- kNonCoherent - used for non-coherent hardware transfers, Mapped - Validate that all I/O bus generated addresses are within the number of addressing bits specified, Bypassed indicates that bypassed addressing is required, this is used when the hardware transferes are into coherent memory but no mapping is required. See also prepare() for failure cases.
261 @discussion The DMA command will configure itself based on the information that it finds in the memory descriptor. It looks for things like the direction of the memory descriptor and whether the current memory descriptor is already mapped into some IOMMU. As a programmer convenience it can also prepare the DMA command immediately. See prepare(). Note the IODMACommand is designed to used multiple times with a succession of memory descriptors, making the pooling of commands possible. It is an error though to attempt to reset a currently prepared() DMA command. Warning: This routine may block so never try to autoprepare an IODMACommand while in a gated context, i.e. one of the WorkLoops action call outs.
263 @param autoPrepare An optional boolean variable that will call the prepare() function automatically after the memory descriptor is processed. Defaults to true.
264 @result Returns kIOReturnSuccess, kIOReturnBusy if currently prepared, kIOReturnNoSpace if the length(mem) >= Maximum Transfer Size or the error codes returned by prepare() (qv).
281 /*! @function prepare
284 @param offset defines the starting offset in the memory descriptor the DMA command will operate on. genIOVMSegments will produce its results based on the offset and length passed to the prepare method.
285 @param length defines the ending position in the memory descriptor the DMA command will operate on. genIOVMSegments will produce its results based on the offset and length passed to the prepare metho
[all...]

Completed in 336 milliseconds

1234567