Searched refs:off_t (Results 1 – 7 of 7) sorted by relevance
| /sys/include/ |
| D | stat.h | 11 off_t st_size;
|
| D | types.h | 20 typedef int64_t off_t; typedef
|
| D | mman.h | 18 void *mmap(void *addr, size_t len, int prot, int flags, int fd, off_t offset);
|
| D | kdebug.h | 15 void Debug_PrintHex(const char *data, size_t length, off_t off, size_t limit);
|
| /lib/libc/posix/ |
| D | mman.c | 35 mmap(void *addr, size_t len, int prot, int flags, int fd, off_t offset) in mmap()
|
| /sbin/newfs_o2fs/ |
| D | newfs_o2fs.c | 248 off_t off = lseek(diskfd, 0, SEEK_CUR) / blockSize; in BlockBitmap() 257 for (off_t i = 0; i < (off / 8); i++) { in BlockBitmap() 260 for (off_t i = 0; i < (off % 8); i++) { in BlockBitmap()
|
| /sys/kern/ |
| D | debug.c | 30 Debug_PrintHex(const char *data, size_t length, off_t off, size_t limit) in Debug_PrintHex()
|