Searched refs:idListBuf (Results 1 – 1 of 1) sorted by relevance
135 u32* idListBuf; in ListMessageBox() local153 idListBuf = (u32*)MEMAllocFromAllocator(&Allocator, bufSize); in ListMessageBox()154 err = NWC24GetMsgIdList(mBoxId, idListBuf, numMsgs); in ListMessageBox()166 OSReport(" [%08d] ", idListBuf[i]); in ListMessageBox()168 err = NWC24GetMsgObj(&msgObj, mBoxId, idListBuf[i]); in ListMessageBox()228 MEMFreeToAllocator(&Allocator, idListBuf); in ListMessageBox()