Searched refs:prepare (Results 126 - 150 of 248) sorted by relevance

12345678910

/macosx-10.9.5/IOSCSIParallelFamily-300.0.2/
H A DSCSIParallelTask.cpp154 status = buffer->prepare ( kIODirectionOutIn );
/macosx-10.9.5/Security-55471.14.18/include/security_utilities/
H A Dip++.h210 void prepare(int fdFlags, int domain, int type, int protocol = 0);
/macosx-10.9.5/Security-55471.14.18/libsecurity_utilities/lib/
H A Dip++.h210 void prepare(int fdFlags, int domain, int type, int protocol = 0);
/macosx-10.9.5/WebCore-7537.78.1/Modules/webdatabase/
H A DDatabase.cpp237 if (statement.prepare() != SQLResultOk) {
/macosx-10.9.5/xnu-2422.115.4/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...]
H A DIOMemoryDescriptor.h58 // these flags are valid for the prepare() method only
339 @param withDirection An I/O direction to be associated with the descriptor, which may affect the operation of the prepare and complete methods on some architectures.
350 task_t withTask) APPLE_KEXT_DEPRECATED; /* use withAddressRange() and prepare() instead */
358 @param withDirection An I/O direction to be associated with the descriptor, which may affect the operation of the prepare and complete methods on some architectures.
380 kIOMemoryDirectionMask (options:direction) This nibble indicates the I/O direction to be associated with the descriptor, which may affect the operation of the prepare and complete methods on some architectures.
396 kIOMemoryDirectionMask (options:direction) This nibble indicates the I/O direction to be associated with the descriptor, which may affect the operation of the prepare and complete methods on some architectures.
421 kIOMemoryDirectionMask (options:direction) This nibble indicates the I/O direction to be associated with the descriptor, which may affect the operation of the prepare and complete methods on some architectures.
552 /*! @function prepare
554 @discussion This involves paging in the memory, if necessary, and wiring it down for the duration of the transfer. The complete() method completes the processing of the memory after the I/O transfer finishes. Note that the prepare call is not thread safe and it is expected that the client will more easily be able to guarantee single threading a particular memory descriptor.
558 virtual IOReturn prepare(IODirectio
[all...]
/macosx-10.9.5/CPANInternal-140/DBIx-Class-Schema-Loader-0.07033/lib/DBIx/Class/Schema/Loader/DBI/
H A DMSSQL.pm275 my $sth = $self->dbh->prepare(<<"EOF");
330 my $sth = $self->dbh->prepare(<<"EOF");
H A Dmysql.pm176 my $sth = $self->dbh->prepare('SHOW INDEX FROM '.$table->sql_name);
/macosx-10.9.5/CPANInternal-140/Log-Log4perl-1.40/t/
H A D034DBI.t167 my $sth = $dbh->prepare('select * from log4perltest');
/macosx-10.9.5/Heimdal-323.92.1/lib/sqlite/
H A Dsqlite3ext.h107 int (*prepare)(sqlite3*,const char*,int,sqlite3_stmt**,const char**); member in struct:sqlite3_api_routines
311 #define sqlite3_prepare sqlite3_api->prepare
/macosx-10.9.5/IOFireWireFamily-455.4.0/IOFireWireFamily.kmodproj/
H A DIOFWIsochChannel.cpp200 status = memory->prepare( kIODirectionInOut );
241 // set memory descriptor and don't prepare it
248 status = dma_command->prepare( 0, length, true );
/macosx-10.9.5/Security-55471.14.18/include/security_codesigning/
H A Dsigner.cpp55 this->prepare(flags);
118 void SecCodeSigner::Signer::prepare(SecCSFlags flags) function in class:Security::CodeSigning::SecCodeSigner::Signer
188 // prepare the internal requirements input
207 // prepare the resource directory, if any
401 // pass 1: prepare signature blobs and calculate sizes
418 // prepare SuperBlob size estimate
/macosx-10.9.5/Security-55471.14.18/libsecurity_codesigning/lib/
H A Dsigner.cpp55 this->prepare(flags);
118 void SecCodeSigner::Signer::prepare(SecCSFlags flags) function in class:Security::CodeSigning::SecCodeSigner::Signer
188 // prepare the internal requirements input
207 // prepare the resource directory, if any
401 // pass 1: prepare signature blobs and calculate sizes
418 // prepare SuperBlob size estimate
/macosx-10.9.5/ruby-104/ruby/test/ruby/
H A Denvutil.rb343 def assert_no_memory_leak(args, prepare, code, message=nil, limit: 2.0, rss: false)
356 prepare,
/macosx-10.9.5/CPANInternal-140/DBIx-Class-Schema-Loader/lib/DBIx/Class/Schema/Loader/
H A DDBI.pm169 my $sth = $dbh->prepare($self->schema->storage->sql_maker
/macosx-10.9.5/CPANInternal-140/DBIx-Class-Schema-Loader-0.05003/lib/DBIx/Class/Schema/Loader/
H A DDBI.pm169 my $sth = $dbh->prepare($self->schema->storage->sql_maker
/macosx-10.9.5/IOATAFamily-252.0.3/
H A DATADeviceNub.cpp330 desc->prepare(kIODirectionIn);
/macosx-10.9.5/IOCDStorageFamily-51/
H A DIOCDMediaBSDClient.cpp181 if ( buffer->prepare() != kIOReturnSuccess ) // (prepare the buffer)
/macosx-10.9.5/IOFireWireAVC-422.4.0/IOFireWireAVC/
H A DIOFireWirePCRSpace.cpp83 IOReturn status = fDesc->prepare();
/macosx-10.9.5/IOHIDFamily-503.215.2/IOHIDFamily/
H A DIOHIDLibUserClient.cpp924 ret = mem->prepare();
1218 mem->prepare(kIODirectionInOut);
1242 ret = mem->prepare();
1335 ret = mem->prepare();
/macosx-10.9.5/OpenLDAP-491.1/OpenLDAP/servers/slapd/back-bdb/
H A Dback-bdb.h285 #define TXN_PREPARE(txn,g) (txn)->prepare((txn), (g))
/macosx-10.9.5/llvmCore-3425.0.33/lib/CodeGen/
H A DSpillPlacement.cpp358 void SpillPlacement::prepare(BitVector &RegBundles) { function in class:SpillPlacement
369 assert(ActiveNodes && "Call prepare() first");
/macosx-10.9.5/Heimdal-323.92.1/lib/krb5/
H A Dsend_to_kdc.c293 krb5_error_code (*prepare)(krb5_context, struct host *, const krb5_data *); member in struct:host_fun
531 * Now prepare data to send to host
545 ret = host->fun->prepare(context, host, &data);
550 ret = host->fun->prepare(context, host, ctx->send_data);
553 debug_host(context, 5, host, "failed to prexmit/prepare");
/macosx-10.9.5/xnu-2422.115.4/iokit/Kernel/
H A DIODMACommand.cpp282 err = prepare();
677 return prepare(offset, length, flushCache, synchronize);
682 IODMACommand::prepare(UInt64 offset, UInt64 length, bool flushCache, bool synchronize) function in class:IODMACommand
/macosx-10.9.5/CPANInternal-140/DBIx-Class/lib/DBIx/Class/Storage/DBI/Oracle/
H A DGeneric.pm92 my $sth = $dbh->prepare($sql);

Completed in 488 milliseconds

12345678910