Home
last modified time | relevance | path

Searched refs:inBuffSize (Results 1 – 3 of 3) sorted by relevance

/titanic_41/usr/src/cmd/lms/heci/
H A DMNGCommand.cpp56 UINT32 inBuffSize; in _call() local
59 inBuffSize = MNGClient.GetBufferSize(); in _call()
62 *readBuffer = (UINT8 *)malloc(sizeof(UINT8) * inBuffSize); in _call()
72 memset(*readBuffer, 0, inBuffSize); in _call()
83 *outBuffSize = MNGClient.ReceiveMessage(*readBuffer, inBuffSize, 15000); in _call()
H A DFWULCommand.cpp56 UINT32 inBuffSize; in _call() local
59 inBuffSize = FWULClient.GetBufferSize(); in _call()
62 *readBuffer = (UINT8 *)malloc(sizeof(UINT8) * inBuffSize); in _call()
72 memset(*readBuffer, 0, inBuffSize); in _call()
83 *outBuffSize = FWULClient.ReceiveMessage(*readBuffer, inBuffSize, 15000); in _call()
H A DPTHICommand.cpp57 UINT32 inBuffSize; in _call() local
60 inBuffSize = PTHIClient.GetBufferSize(); in _call()
61 *readBuffer = (UINT8 *)malloc(sizeof(UINT8) * inBuffSize); in _call()
66 memset(*readBuffer, 0, inBuffSize); in _call()
73 outBuffSize = PTHIClient.ReceiveMessage(*readBuffer, inBuffSize); in _call()