/sys/kern/ |
D | vfs.c | 180 VFS_Read(VNode *fn, void *buf, uint64_t off, uint64_t len) in VFS_Read() 198 VFS_Write(VNode *fn, void *buf, uint64_t off, uint64_t len) in VFS_Write() 216 VFS_ReadDir(VNode *fn, void *buf, uint64_t len, uint64_t *off) in VFS_ReadDir()
|
D | vfsuio.c | 16 VFSUIO_Read(Handle *handle, void *buf, uint64_t len, uint64_t off) in VFSUIO_Read() 26 VFSUIO_Write(Handle *handle, void *buf, uint64_t len, uint64_t off) in VFSUIO_Write()
|
D | debug.c | 30 Debug_PrintHex(const char *data, size_t length, off_t off, size_t limit) in Debug_PrintHex() 118 Debug_PrintSymbol(uintptr_t off, int strategy) in Debug_PrintSymbol() 207 uint64_t off, len; in Debug_Dump() local 226 uintptr_t off; in Debug_Disasm() local
|
D | sga.c | 18 SGArray_Append(SGArray *sga, uint64_t off, uint64_t len) in SGArray_Append()
|
D | syscall.c | 92 uintptr_t off = sizeof(uintptr_t)*i; in Syscall_Spawn() local 219 Syscall_Read(uint64_t fd, uint64_t addr, uint64_t off, uint64_t length) in Syscall_Read() 237 Syscall_Write(uint64_t fd, uint64_t addr, uint64_t off, uint64_t length) in Syscall_Write()
|
/tests/ |
D | writetest.c | 25 size_t off = i * BLKSIZE; in write() local 61 size_t off = i * BLKSIZE; in read() local
|
/sys/amd64/ |
D | xmem.c | 65 uintptr_t off; in XMem_Destroy() local 94 uint64_t off; in XMem_Allocate() local
|
/sys/dev/ |
D | console.c | 151 Console_Read(Handle *handle, void *buf, uint64_t off, uint64_t len) in Console_Read() 167 Console_Write(Handle *handle, void *buf, uint64_t off, uint64_t len) in Console_Write()
|
/lib/libc/ |
D | syscall.c | 59 OSRead(uint64_t fd, void *addr, uint64_t off, uint64_t length) in OSRead() 65 OSWrite(uint64_t fd, const void *addr, uint64_t off, uint64_t length) in OSWrite()
|
/sys/fs/o2fs/ |
D | o2fs.c | 512 O2FS_Read(VNode *fn, void *buf, uint64_t off, uint64_t len) in O2FS_Read() 578 O2FS_Write(VNode *fn, void *buf, uint64_t off, uint64_t len) in O2FS_Write() 646 O2FS_ReadDir(VNode *fn, void *buf, uint64_t len, uint64_t *off) in O2FS_ReadDir()
|
/sys/dev/x86/ |
D | ide.c | 340 IDE_ReadOne(IDEDrive *drive, void *buf, uint64_t off, uint64_t len) in IDE_ReadOne() 414 IDE_WriteOne(IDEDrive *drive, void *buf, uint64_t off, uint64_t len) in IDE_WriteOne()
|
/lib/liblwip/src/core/ |
D | tcp_in.c | 854 s32_t off; in tcp_receive() local
|
/sbin/newfs_o2fs/ |
D | newfs_o2fs.c | 248 off_t off = lseek(diskfd, 0, SEEK_CUR) / blockSize; in BlockBitmap() local
|
/lib/liblwip/src/include/ipv4/lwip/ |
D | ip.h | 160 #define IPH_OFFSET_SET(hdr, off) (hdr)->_offset = (off) argument
|
/lib/liblwip/src/netif/ppp/ |
D | ppp_oe.c | 300 int off, err, errortag; in pppoe_dispatch_disc_pkt() local
|
/sys/amd64/include/ |
D | amd64.h | 64 uint64_t off; member
|
/lib/liblwip/src/api/ |
D | sockets.c | 564 int off = 0; in lwip_recvfrom() local
|