Searched refs:pivot_root (Results 1 - 4 of 4) sorted by relevance

/asus-wl-520gu-7.0.1.45/src/router/busybox/
H A Dpivot_root.c3 * pivot_root.c - Change root file system. Based on util-linux 2.10s
6 * pivot_root syscall stubbed by Erik Andersen, so it will compile
14 extern int pivot_root(const char * new_root,const char * put_old);
21 if (pivot_root(argv[1],argv[2]) < 0)
22 perror_msg_and_die("pivot_root");
H A Dapplets.h309 APPLET(pivot_root, pivot_root_main, _BB_DIR_SBIN)
/asus-wl-520gu-7.0.1.45/src/router/busybox/libbb/
H A Dsyscalls.c48 #warning This kernel does not support the pivot_root syscall
49 #warning -> The pivot_root system call is being stubbed out...
50 int pivot_root(const char * new_root,const char * put_old) function
53 * the pivot_root system call. To make this application work,
55 * pivot_root system call.
58 fprintf(stderr, "with a kernel supporting the pivot_root system call. -Erik\n\n");
64 int pivot_root(const char * new_root,const char * put_old) function
69 _syscall2(int,pivot_root,const char *,new_root,const char *,put_old);
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/parisc/kernel/
H A Dsyscall.S419 ENTRY_SAME(pivot_root)

Completed in 99 milliseconds