Searched defs:path (Results 1 – 9 of 9) sorted by relevance
/DragonOS-0.1.3/user/libs/libc/src/ |
D | fcntl.c | 12 int open(const char *path, int options, ...) in open()
|
D | unistd.c | 139 int execv(const char *path, char *const argv[]) in execv() 159 int rmdir(const char *path) in rmdir() 170 int rm(const char *path) in rm()
|
D | dirent.c | 16 struct DIR *opendir(const char *path) in opendir()
|
/DragonOS-0.1.3/user/libs/libc/src/sys/ |
D | stat.c | 4 int mkdir(const char *path, mode_t mode) in mkdir()
|
/DragonOS-0.1.3/kernel/src/filesystem/vfs/ |
D | VFS.c | 30 struct vfs_superblock_t *vfs_mount_fs(const char *path, char *name, struct block_device *blk) in vfs_mount_fs() 138 struct vfs_dir_entry_t *vfs_path_walk(const char *path, uint64_t flags) in vfs_path_walk() 246 int64_t vfs_mkdir(const char *path, mode_t mode, bool from_userland) in vfs_mkdir() 358 const char *path = (const char *)regs->r8; in sys_mkdir() local 390 char *path = (char *)kzalloc(path_len, 0); in do_open() local 629 int64_t vfs_rmdir(const char *path, bool from_userland) in vfs_rmdir()
|
/DragonOS-0.1.3/kernel/src/process/ |
D | process.c | 144 struct vfs_file_t *process_open_exec_file(char *path) in process_open_exec_file() 177 static int process_load_elf_file(struct pt_regs *regs, char *path) in process_load_elf_file() 364 ul do_execve(struct pt_regs *regs, char *path, char *argv[], char *envp[]) in do_execve()
|
/DragonOS-0.1.3/kernel/src/syscall/ |
D | syscall.c | 418 char *path = kmalloc(dest_path_len + 1, 0); in sys_chdir() local 496 char *path = (char *)kmalloc(path_len + 1, 0); in sys_execve() local
|
/DragonOS-0.1.3/kernel/src/filesystem/procfs/ |
D | procfs.c | 476 static int64_t proc_create_file(const char *path, mode_t type, long pid) in proc_create_file()
|
/DragonOS-0.1.3/kernel/src/common/ |
D | hid.h | 102 struct hid_path_t path; // hid path member
|