#include <sys/thread.h>#include <sys/sysproto.h>Go to the source code of this file.
Functions | |
| int | getgid (struct thread *, struct getgid_args *) |
| int | getpid (struct thread *, struct getpid_args *) |
| int | gettimeofday_new (struct thread *, struct gettimeofday_args *) |
| int | getuid (struct thread *, struct getuid_args *) |
| int | issetugid (register struct thread *, struct issetugid_args *) |
| int | readlink (struct thread *, struct readlink_args *) |
| int | sys_write (struct thread *, struct write_args *) |
| int getgid | ( | struct thread * | , | |
| struct getgid_args * | ||||
| ) |
| int getpid | ( | struct thread * | , | |
| struct getpid_args * | ||||
| ) |
Definition at line 38 of file gen_calls.c.
| int gettimeofday_new | ( | struct thread * | , | |
| struct gettimeofday_args * | ||||
| ) |
Definition at line 88 of file gen_calls.c.
| int getuid | ( | struct thread * | , | |
| struct getuid_args * | ||||
| ) |
| int issetugid | ( | register struct thread * | , | |
| struct issetugid_args * | ||||
| ) |
Definition at line 76 of file gen_calls.c.
| int readlink | ( | struct thread * | , | |
| struct readlink_args * | ||||
| ) |
Definition at line 81 of file gen_calls.c.
| int sys_write | ( | struct thread * | , | |
| struct write_args * | ||||
| ) |
Definition at line 55 of file gen_calls.c.
1.4.7