Home
last modified time | relevance | path

Searched defs:sys_open (Results 1 - 5 of 5) sorted by relevance

/third_party/musl/porting/liteos_m/user/src/internal/
H A Dsyscall.h375 #define sys_open(...) __syscall_ret(__sys_open(__VA_ARGS__)) macro
/third_party/musl/src/internal/
H A Dsyscall.h396 #define sys_open(...) __syscall_ret(__sys_open(__VA_ARGS__)) macro
/third_party/musl/porting/linux/user/src/internal/
H A Dsyscall.h390 #define sys_open(...) __syscall_ret(__sys_open(__VA_ARGS__)) macro
/kernel/linux/linux-6.6/tools/include/nolibc/
H A Dsys.h738 int sys_open(const char *path, int flags, mode_t mode) in sys_open() function
/kernel/linux/linux-5.10/tools/include/nolibc/
H A Dnolibc.h1620 int sys_open(const char *path, int flags, mode_t mode) in sys_open() function

Completed in 10 milliseconds