Searched refs:nblks (Results 1 - 15 of 15) sorted by relevance

/macosx-10.10.1/IOUSBMassStorageClass-370.0.4/
H A DIOUFIStorageServices.h69 UInt32 nblks,
74 UInt64 nblks,
80 UInt32 nblks );
H A DIOUFIStorageServices.cpp349 UInt32 nblks,
355 UNUSED ( nblks );
372 UInt64 nblks,
420 clientData->clientRequestedBlockCount = nblks;
426 requestStatus = fProvider->AsyncReadWrite ( buffer, block, nblks, ( UInt64 ) requestBlockSize, ( void * ) clientData );
446 UInt32 nblks )
462 result = fProvider->SyncReadWrite( buffer, block, nblks, fProvider->ReportMediumBlockSize() );
347 doAsyncReadWrite( IOMemoryDescriptor * buffer, UInt32 block, UInt32 nblks, IOStorageCompletion completion ) argument
370 doAsyncReadWrite( IOMemoryDescriptor * buffer, UInt64 block, UInt64 nblks, IOStorageAttributes * attributes, IOStorageCompletion * completion ) argument
/macosx-10.10.1/IOStorageFamily-182.1.1/
H A DIOBlockStorageDevice.cpp130 UInt32 block,UInt32 nblks)
137 UInt32 block, UInt32 nblks,
145 UInt64 block,UInt64 nblks,
148 if ((block >> 32) || (nblks >> 32)) {
151 return(doAsyncReadWrite(buffer,(UInt32)block,(UInt32)nblks,completion));
169 UInt64 block,UInt64 nblks,
176 return(doAsyncReadWrite(buffer,block,nblks,completion ? *completion : (IOStorageCompletion) { 0 }));
207 IOBlockStorageDevice::doDiscard(UInt64 block, UInt64 nblks) argument
129 doSyncReadWrite(IOMemoryDescriptor *buffer, UInt32 block,UInt32 nblks) argument
136 doAsyncReadWrite(IOMemoryDescriptor *buffer, UInt32 block, UInt32 nblks, IOStorageCompletion completion) argument
144 doAsyncReadWrite(IOMemoryDescriptor *buffer, UInt64 block,UInt64 nblks, IOStorageCompletion completion) argument
168 doAsyncReadWrite(IOMemoryDescriptor *buffer, UInt64 block,UInt64 nblks, IOStorageAttributes *attributes, IOStorageCompletion *completion) argument
H A DIOBlockStorageDevice.h172 UInt32 block, UInt32 nblks,
176 UInt32 block,UInt32 nblks) __attribute__ ((deprecated));
345 UInt64 block, UInt64 nblks,
392 * @param nblks
401 UInt64 block, UInt64 nblks,
406 UInt64 block, UInt64 nblks,
423 virtual IOReturn doDiscard(UInt64 block, UInt64 nblks) __attribute__ ((deprecated));
H A DIOBlockStorageDriver.cpp1164 UInt64 nblks; local
1179 nblks = buffer->getLength() / context->block.size;
1219 result = getProvider()->doAsyncReadWrite(buffer,block,nblks,attributes,completion);
1221 result = getProvider()->doAsyncReadWrite(buffer,block,nblks,&context->request.attributes,&completion);
/macosx-10.10.1/bash-94.1.2/bash-3.2/lib/malloc/
H A Dmalloc.c402 int nbuck, nblks, split_max; local
445 nblks = binsize (nbuck) / siz;
453 if (--nblks <= 0) break;
468 int nbuck, nblks, split_max; local
484 nblks = siz / binsize (nbuck); /* should be 2 most of the time */
493 if (--nblks <= 0) break;
558 register int nblks; local
606 nblks = sbrk_amt / siz;
620 nblks = 1;
640 nblks
[all...]
/macosx-10.10.1/IOCDStorageFamily-51/
H A DIOCDBlockStorageDriver.cpp334 UInt32 nblks; local
349 nblks = buffer->getLength() / context->block.size;
362 block + nblks - 1 <= _maxBlockNumberAudio) {
372 result = getProvider()->doAsyncReadCD(buffer,block,nblks,
386 result = getProvider()->doAsyncReadWrite(buffer,block,nblks,attributes,completion);
388 result = getProvider()->doAsyncReadWrite(buffer,block,nblks,&context->request.attributes,&completion);
H A DIOCDBlockStorageDevice.h94 UInt32 block,UInt32 nblks,
/macosx-10.10.1/tcl-105/tcl84/tcl/generic/
H A DtclAlloc.c402 int nblks; /* how many blocks we get */
413 nblks = amt / sz;
414 ASSERT(nblks*sz == amt);
432 while (--nblks > 0) {
398 int nblks; /* how many blocks we get */ local
/macosx-10.10.1/tcl-105/tcl_ext/snack/snack/generic/
H A DjkSoundEdit.c67 if (sn >= src->nblks) {
71 if (dn >= dest->nblks) {
107 if (sn >= src->nblks) {
111 if (dn >= dest->nblks) {
130 if (sn >= src->nblks) {
134 if (dn >= dest->nblks) {
151 if (sn >= src->nblks) {
155 if (dn >= dest->nblks) {
180 tmpInt = s1->nblks;
181 s1->nblks
[all...]
H A DjkSound.c429 } else if (neededblks > s->nblks) {
433 Snack_WriteLogInt(" Allocating full block(s)", neededblks - s->nblks);
438 s->nblks = 0;
441 for (i = s->nblks; i < neededblks; i++) {
448 for (--i; i >= s->nblks; i--) {
481 if (neededblks < s->nblks) {
482 for (i = neededblks; i < s->nblks; i++) {
488 s->nblks = neededblks;
1626 s->nblks = 0;
H A DjkSound.h94 int nblks; member in struct:Sound
H A DjkSoundFile.c567 if (writeblock >= s->nblks) {
641 if (writeblock >= s->nblks) {
/macosx-10.10.1/tcsh-65/tcsh/
H A Dtc.alloc.c249 int nblks; /* become nblks blocks of the desired size */ local
269 nblks = 1 << (rnu - (bucket + 3)); /* how many blocks to get */
282 nblks--;
289 while (--nblks > 0) {
/macosx-10.10.1/Security-57031.1.35/Security/libsecurity_codesigning/antlr2/
H A Dantlr.jarMETA-INF/ META-INF/MANIFEST.MF antlr/ antlr/ActionElement.class ActionElement.java package antlr ...

Completed in 180 milliseconds