Home
last modified time | relevance | path

Searched defs:__sys_open (Results 1 – 4 of 4) sorted by relevance

/external/liburing/src/arch/
Dsyscall-defs.h8 static inline int __sys_open(const char *pathname, int flags, mode_t mode) in __sys_open() function
/external/liburing/src/arch/generic/
Dsyscall.h43 static inline int __sys_open(const char *pathname, int flags, mode_t mode) in __sys_open() function
/external/trusty/musl/src/internal/
Dsyscall.h231 #define __sys_open(...) __SYSCALL_DISP(__sys_open,,__VA_ARGS__) macro
/external/musl/src/internal/
Dsyscall.h388 #define __sys_open(...) __SYSCALL_DISP(__sys_open,,__VA_ARGS__) macro