Searched refs:baseLength (Results 1 – 5 of 5) sorted by relevance
| /OK3568_Linux_fs/external/recovery/minzip/ |
| H A D | SysUtil.c | 106 pMap->baseLength = pMap->length = length; in sysLoadFileInShmem() 137 pMap->baseLength = pMap->length = length; in sysMapFileInShmem() 183 pMap->baseLength = actualLength; in sysMapFileSegmentInShmem() 189 pMap->baseAddr, (int) pMap->baseLength, in sysMapFileSegmentInShmem() 200 if (pMap->baseAddr == NULL && pMap->baseLength == 0) in sysReleaseShmem() 203 if (munmap(pMap->baseAddr, pMap->baseLength) < 0) { in sysReleaseShmem() 205 pMap->baseAddr, (int)pMap->baseLength, strerror(errno)); in sysReleaseShmem() 207 LOGV("munmap(%p, %d) succeeded\n", pMap->baseAddr, pMap->baseLength); in sysReleaseShmem() 209 pMap->baseLength = 0; in sysReleaseShmem()
|
| H A D | SysUtil.h | 21 size_t baseLength; /* length of mapping */ member
|
| /OK3568_Linux_fs/external/rk_pcba_test/pcba_minui/minzip/ |
| H A D | SysUtil.c | 106 pMap->baseLength = pMap->length = length; in sysLoadFileInShmem() 137 pMap->baseLength = pMap->length = length; in sysMapFileInShmem() 183 pMap->baseLength = actualLength; in sysMapFileSegmentInShmem() 189 pMap->baseAddr, (int) pMap->baseLength, in sysMapFileSegmentInShmem() 200 if (pMap->baseAddr == NULL && pMap->baseLength == 0) in sysReleaseShmem() 203 if (munmap(pMap->baseAddr, pMap->baseLength) < 0) { in sysReleaseShmem() 205 pMap->baseAddr, (int)pMap->baseLength, strerror(errno)); in sysReleaseShmem() 207 LOGV("munmap(%p, %d) succeeded\n", pMap->baseAddr, pMap->baseLength); in sysReleaseShmem() 209 pMap->baseLength = 0; in sysReleaseShmem()
|
| H A D | SysUtil.h | 21 size_t baseLength; /* length of mapping */ member
|
| /OK3568_Linux_fs/kernel/drivers/scsi/dpt/ |
| H A D | dpti_ioctl.h | 114 uINT baseLength; member
|