Searched refs:bigaddr (Results 1 - 1 of 1) sorted by path

/macosx-10.10/AppleUSBIrDA-145.2.4/
H A DIrDAUser.cpp161 mach_vm_address_t bigaddr; local
169 //bigaddr = input[1] << 24 | input[2] << 16 | input[3] << 8 | input[4];
171 bcopy(&input[1], &bigaddr, sizeof(bigaddr));
177 //md = IOMemoryDescriptor::withAddress(bigaddr, biglen, kIODirectionOutIn, fTask); // REVIEW direction
179 md = IOMemoryDescriptor::withAddressRange(bigaddr, biglen, kIODirectionOutIn, fTask); // REVIEW direction

Completed in 256 milliseconds