Home
last modified time | relevance | path

Searched refs:SEEK_CUR (Results 1 – 5 of 5) sorted by relevance

/DragonOS-0.1.7/kernel/src/common/
Dstdio.h6 #define SEEK_CUR 1 /* Seek relative to current position */ macro
/DragonOS-0.1.7/user/libs/libc/src/include/export/
Dstdio.h22 #define SEEK_CUR 1 /* Seek relative to current position */ macro
/DragonOS-0.1.7/docs/userland/libc/apis/api-list/
Dstdio.md48 ``#define SEEK_CUR 1 /* Seek relative to current position */``
/DragonOS-0.1.7/kernel/src/process/
Dprocess.c189 tmp_use_fs.r10 = SEEK_CUR; in process_load_elf_file()
251 tmp_use_fs.r10 = SEEK_CUR; in process_load_elf_file()
354 tmp_use_fs.r10 = SEEK_CUR; in process_load_elf_file()
/DragonOS-0.1.7/kernel/src/filesystem/vfs/
Dsyscall.rs9 pt_regs, verify_area, AT_REMOVEDIR, PAGE_2M_SIZE, PAGE_4K_SIZE, PROC_MAX_FD_NUM, SEEK_CUR,
134 SEEK_CUR => SeekFrom::SeekCurrent(offset), in sys_lseek()