Searched refs:sys_pivot_root (Results 1 - 5 of 5) sorted by relevance

/linux-master/tools/include/nolibc/
H A Dsys.h826 int sys_pivot_root(const char *new, const char *old) function
834 return __sysret(sys_pivot_root(new, old));
/linux-master/arch/arm64/include/asm/
H A Dunistd32.h450 __SYSCALL(__NR_pivot_root, sys_pivot_root)
/linux-master/include/uapi/asm-generic/
H A Dunistd.h125 __SYSCALL(__NR_pivot_root, sys_pivot_root)
/linux-master/tools/include/uapi/asm-generic/
H A Dunistd.h125 __SYSCALL(__NR_pivot_root, sys_pivot_root)
/linux-master/include/linux/
H A Dsyscalls.h405 asmlinkage long sys_pivot_root(const char __user *new_root,

Completed in 175 milliseconds