Home
last modified time | relevance | path

Searched refs:sys_pivotroot (Results 1 – 6 of 6) sorted by relevance

/external/strace/linux/
Dsyscall.h87 int sys_truncate64(), sys_ftruncate64(), sys_pivotroot();
/external/strace/linux/sh/
Dsyscallent.h252 { 2, TF, sys_pivotroot, "pivot_root" }, /* 217 */
/external/strace/linux/i386/
Dsyscallent.h250 { 2, TF, sys_pivotroot, "pivot_root" }, /* 217 */
/external/strace/linux/arm/
Dsyscallent.h251 { 2, TF, sys_pivotroot, "pivot_root" }, /* 218 */
/external/strace/linux/mips/
Dsyscallent.h4221 { 2, TF, sys_pivotroot, "pivot_root" }, /* 4216 */
5502 { 2, 0, sys_pivotroot, "pivot_root" }, /* 5151 */
6808 { 2, 0, sys_pivotroot, "pivot_root" }, /* 6151 */
/external/strace/
Dfile.c1968 sys_pivotroot(struct tcb *tcp) in sys_pivotroot() function