Searched refs:errCnt (Results 1 – 5 of 5) sorted by relevance
219 int flag, errCnt; in LiteosBlockIoctl() local253 errCnt = (int)mb->errCnt; in LiteosBlockIoctl()254 ret = LOS_CopyFromKernel((void *)(uintptr_t)arg, sizeof(int), &errCnt, in LiteosBlockIoctl()
59 uint32_t errCnt; /* err count on io transfer */ member
1356 int32_t errCnt = 0; in IpcEncodeCallReply() local1361 errCnt += replyParcel->WriteInt32(type) ? 0 : 1; in IpcEncodeCallReply()1362 errCnt += replyParcel->WriteInt32(resultSz) ? 0 : 1; in IpcEncodeCallReply()1364 errCnt += replyParcel->WriteBuffer( in IpcEncodeCallReply()1367 errCnt += replyParcel->WriteBuffer( in IpcEncodeCallReply()1370 if (errCnt != 0) { in IpcEncodeCallReply()
721 uint32_t errCnt = 0; in OnReplySetError() local722 bool retBool = replyUnpacker.ReadUint32(errCnt); in OnReplySetError()728 for (; errCnt > 0; errCnt--) { in OnReplySetError()
242 size_t errCnt = errMaps_.size(); in OnRequestEnd() local243 if (errCnt >= 0) { in OnRequestEnd()248 bool result = replyPacker_.WriteUint32(errCnt); in OnRequestEnd()