Searched refs:packetBytes (Results 1 - 3 of 3) sorted by relevance

/macosx-10.9.5/IOATAFamily-252.0.3/
H A DIOATACommand.cpp498 IOATACommand::setPacketCommand( UInt16 packetSizeBytes, UInt8* packetBytes) argument
500 // IOLog("ATACommand::setPacket size %d bytePtr = %lx\n", packetSizeBytes, packetBytes);
502 if( ( packetSizeBytes > 16 ) || (packetBytes == 0L))
509 cmdBytes[ i ] = packetBytes[ i ];
/macosx-10.9.5/IONetworkingFamily-100/
H A DIONetworkInterface.h1286 @param packetBytes Optional pointer to store the total length of packets
1299 uint64_t * packetBytes = 0 );
1315 @param packetBytes Optional pointer to store the total length of packets
1329 uint64_t * packetBytes = 0 );
H A DIONetworkInterface.cpp2489 uint64_t * packetBytes )
2559 if (packetBytes)
2560 *packetBytes = txByteCount;
2570 if (packetBytes)
2571 packetBytes = 0;
2581 uint64_t * packetBytes )
2670 if (packetBytes)
2671 *packetBytes = txByteCount;
2681 if (packetBytes)
2682 packetBytes
[all...]

Completed in 107 milliseconds