AllocateChunk
status_t AllocateChunk(void **logicalAddress,
if (fStack->AllocateChunk(&bufferLog, &bufferPhy, dataLength) != B_OK) {
if (fStack->AllocateChunk((void **)&result, &physicalAddress,
if (fStack->AllocateChunk((void **)&result, &physicalAddress,
if (fStack->AllocateChunk(&result->buffer_log, &physicalAddress,
if (fStack->AllocateChunk((void **)&result, &physicalAddress,
if (fStack->AllocateChunk((void **)&result, &physicalAddress,
if (fStack->AllocateChunk((void **)&endpoint, &physicalAddress,
if (fStack->AllocateChunk((void **)&descriptor, &physicalAddress,
if (fStack->AllocateChunk(&descriptor->buffer_logical,
if (fStack->AllocateChunk((void **)&descriptor, &physicalAddress,
if (fStack->AllocateChunk(&descriptor->buffer_logical,
if (fStack->AllocateChunk((void **)&queueHead, &physicalAddress,
if (fStack->AllocateChunk((void **)&result, &physicalAddress,
if (fStack->AllocateChunk(&result->buffer_log, &physicalAddress,
fStatus = fStack->AllocateChunk((void **)&fQueueHead, &physicalAddress,
status_t result = fStack->AllocateChunk((void **)&fStrayDescriptor,
fStack->AllocateChunk((void **)&result, &dummy, sizeof(xhci_td));
if (fStack->AllocateChunk((void **)&result->trbs, &result->trb_addr,
fStack->AllocateChunk((void **)&result->buffers, &dummy,
if (fStack->AllocateChunk(&result->buffers[0],
if (fStack->AllocateChunk(&result->buffers[i],
T(AllocateChunk(chunkSize, metaChunk, _chunk));
AllocateChunk(size_t chunkSize, MetaChunk* metaChunk, Chunk* chunk)