Searched refs:sys_open (Results 1 - 2 of 2) sorted by last modified time

/linux-master/include/linux/
H A Dsyscalls.h997 asmlinkage long sys_open(const char __user *filename,
/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));

Completed in 284 milliseconds