|
| static long | _syscall3 (long nr, long a, long b, long c) |
| int | mount (const char *source, const char *target, const char *fstype, unsigned long flags, const void *data) |
| int | umount (const char *target) |
| int | umount2 (const char *target, int flags) |
| long | ptrace (long request, int pid, void *addr, void *data) |
| int | sched_getaffinity (pid_t pid, size_t cpusetsize, cpu_set_t *mask) |
| int | sched_setaffinity (pid_t pid, size_t cpusetsize, const cpu_set_t *mask) |
| int | sysinfo (struct sysinfo *info) |
| int | prctl (int option, unsigned long arg2, unsigned long arg3, unsigned long arg4, unsigned long arg5) |