Home
last modified time | relevance | path

Searched refs:off_t (Results 1 – 7 of 7) sorted by relevance

/sys/include/
Dstat.h11 off_t st_size;
Dtypes.h20 typedef int64_t off_t; typedef
Dmman.h18 void *mmap(void *addr, size_t len, int prot, int flags, int fd, off_t offset);
Dkdebug.h15 void Debug_PrintHex(const char *data, size_t length, off_t off, size_t limit);
/lib/libc/posix/
Dmman.c35 mmap(void *addr, size_t len, int prot, int flags, int fd, off_t offset) in mmap()
/sbin/newfs_o2fs/
Dnewfs_o2fs.c248 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/
Ddebug.c30 Debug_PrintHex(const char *data, size_t length, off_t off, size_t limit) in Debug_PrintHex()