Searched refs:options (Results 1 – 10 of 10) sorted by relevance
/DragonOS-0.1.2/user/libs/libc/src/ |
D | fcntl.c | 12 int open(const char *path, int options, ...) in open() argument 14 return syscall_invoke(SYS_OPEN, (uint64_t)path, options, 0, 0, 0, 0, 0, 0); in open()
|
D | fcntl.h | 65 int open(const char * path, int options, ...);
|
/DragonOS-0.1.2/kernel/src/libs/sys/ |
D | wait.c | 12 pid_t waitpid(pid_t pid, int *stat_loc, int options) in waitpid() argument 14 …return (pid_t)enter_syscall_int(SYS_WAIT4, (uint64_t)pid, (uint64_t)stat_loc, options, 0, 0, 0, 0,… in waitpid()
|
/DragonOS-0.1.2/user/libs/libc/src/sys/ |
D | wait.c | 23 pid_t waitpid(pid_t pid, int *stat_loc, int options) in waitpid() argument 25 …return (pid_t)syscall_invoke(SYS_WAIT4, (uint64_t)pid, (uint64_t)stat_loc, options, 0, 0, 0, 0, 0); in waitpid()
|
D | wait.h | 21 pid_t waitpid(pid_t pid, int *stat_loc, int options);
|
/DragonOS-0.1.2/kernel/src/common/sys/ |
D | wait.h | 12 pid_t waitpid(pid_t pid, int *stat_loc, int options);
|
/DragonOS-0.1.2/docs/userland/libc/apis/api-list/ |
D | fcntl.md | 8 ``int open(const char * path,int options, ...)``
|
/DragonOS-0.1.2/ |
D | bochsrc | 4 display_library: x#, options="gui_debug"
|
/DragonOS-0.1.2/kernel/src/syscall/ |
D | syscall.c | 501 int options = regs->r10; in sys_wait4() local 517 if (options != 0) in sys_wait4()
|
/DragonOS-0.1.2/kernel/ |
D | cbindgen.toml | 319 # inputs. This means many options here are no-ops or redundant. 348 # inputs. This means many options here are no-ops or redundant. 417 # variants have. This should probably be split up into two separate options, but
|