Home
last modified time | relevance | path

Searched defs:path (Results 1 – 9 of 9) sorted by relevance

/DragonOS-0.1.3/user/libs/libc/src/
Dfcntl.c12 int open(const char *path, int options, ...) in open()
Dunistd.c139 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()
Ddirent.c16 struct DIR *opendir(const char *path) in opendir()
/DragonOS-0.1.3/user/libs/libc/src/sys/
Dstat.c4 int mkdir(const char *path, mode_t mode) in mkdir()
/DragonOS-0.1.3/kernel/src/filesystem/vfs/
DVFS.c30 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/
Dprocess.c144 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/
Dsyscall.c418 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/
Dprocfs.c476 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/
Dhid.h102 struct hid_path_t path; // hid path member