Searched refs:sys_open (Results 1 - 2 of 2) sorted by relevance

/linux-master/tools/include/nolibc/
H A Dsys.h749 int sys_open(const char *path, int flags, mode_t mode) function
773 return __sysret(sys_open(path, flags, mode));
/linux-master/include/linux/
H A Dsyscalls.h997 asmlinkage long sys_open(const char __user *filename,

Completed in 146 milliseconds