|
| static uint32_t | procfs_pid_ino (uint32_t pid, uint32_t sub) |
| static int | procfs_ino_is_pid (uint32_t ino) |
| static uint32_t | procfs_ino_pid (uint32_t ino) |
| static uint32_t | procfs_ino_sub (uint32_t ino) |
| static struct thread * | procfs_find_thread (uint32_t pid) |
| static int | procfs_generate_mounts (char *buf, uint32_t bufsiz) |
| static int | procfs_generate_meminfo (char *buf, uint32_t bufsiz) |
| static int | procfs_generate_stat_global (char *buf, uint32_t bufsiz) |
| static char | procfs_state_char (thread_state_t s) |
| static const char * | procfs_state_str (thread_state_t s) |
| static int | procfs_generate_status (struct thread *t, char *buf, uint32_t bufsiz) |
| static int | procfs_generate_stat (struct thread *t, char *buf, uint32_t bufsiz) |
| static int | procfs_generate_cmdline (struct thread *t, char *buf, uint32_t bufsiz) |
| static int | procfs_generate_cwd (struct thread *t, char *buf, uint32_t bufsiz) |
| static int | procfs_generate_maps (struct thread *t, char *buf, uint32_t bufsiz) |
| static int | procfs_lookup (const char *path, vfs_inode_info_t *out) |
| static int | procfs_read (uint32_t ino, uint64_t off, void *buf, uint32_t len) |
| static int | procfs_readdir (uint32_t ino, uint64_t *offset, vfs_dirent_cb_t cb, void *ud) |
| static int | procfs_statfs (vfs_statfs_t *out) |
| static int | procfs_unlink (uint32_t parent_ino, const char *name) |
| static int | procfs_rmdir (uint32_t parent_ino, const char *name) |
| static int | procfs_mount (const char *source, const char *target, const void *data) |
| void | procfs_init (void) |