Home
last modified time | relevance | path

Searched defs:off (Results 1 – 17 of 17) sorted by relevance

/sys/kern/
Dvfs.c180 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()
Dvfsuio.c16 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()
Ddebug.c30 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
Dsga.c18 SGArray_Append(SGArray *sga, uint64_t off, uint64_t len) in SGArray_Append()
Dsyscall.c92 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/
Dwritetest.c25 size_t off = i * BLKSIZE; in write() local
61 size_t off = i * BLKSIZE; in read() local
/sys/amd64/
Dxmem.c65 uintptr_t off; in XMem_Destroy() local
94 uint64_t off; in XMem_Allocate() local
/sys/dev/
Dconsole.c151 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/
Dsyscall.c59 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/
Do2fs.c512 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/
Dide.c340 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/
Dtcp_in.c854 s32_t off; in tcp_receive() local
/sbin/newfs_o2fs/
Dnewfs_o2fs.c248 off_t off = lseek(diskfd, 0, SEEK_CUR) / blockSize; in BlockBitmap() local
/lib/liblwip/src/include/ipv4/lwip/
Dip.h160 #define IPH_OFFSET_SET(hdr, off) (hdr)->_offset = (off) argument
/lib/liblwip/src/netif/ppp/
Dppp_oe.c300 int off, err, errortag; in pppoe_dispatch_disc_pkt() local
/sys/amd64/include/
Damd64.h64 uint64_t off; member
/lib/liblwip/src/api/
Dsockets.c564 int off = 0; in lwip_recvfrom() local