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

/macosx-10.10.1/IOFireWireSBP2-425/IOFireWireSBP2/
H A DIOFireWireSBP2ManagementORB.cpp551 FWSBP2QueryLoginsORB * queryLoginsORB = (FWSBP2QueryLoginsORB *)&fManagementORB; local
553 queryLoginsORB->lun = OSSwapHostToBigInt16(fLUN->getLUNumber());
554 queryLoginsORB->queryResponseAddressHi = OSSwapHostToBigInt32(0x0000ffff & fResponseAddress.addressHi);
555 queryLoginsORB->queryResponseAddressLo = OSSwapHostToBigInt32(fResponseAddress.addressLo);
556 queryLoginsORB->queryResponseLength = OSSwapHostToBigInt16(fResponseLen);

Completed in 185 milliseconds