Home
last modified time | relevance | path

Searched refs:open (Results 1 – 22 of 22) sorted by relevance

/DragonOS-0.1.3/user/libs/libc/src/
Dfcntl.c12 int open(const char *path, int options, ...) in open() function
Ddirent.c18 int fd = open(path, O_DIRECTORY); in opendir()
Dstdio.c80 int fd = open(pathname, o_flags); in fopen()
/DragonOS-0.1.3/user/libs/libc/src/include/
Dfcntl.h69 int open(const char * path, int options, ...);
/DragonOS-0.1.3/kernel/src/driver/tty/
Dtty.c82 .open = tty_open,
/DragonOS-0.1.3/kernel/src/common/
Dblk_types.h16 long (*open)(); member
/DragonOS-0.1.3/
DREADME_EN.md64   DragonOS is an open source public welfare project, but its development cannot be separa…
91 …ct adopts GPLv2 LICENSE for open source. You are welcome to use the code of this project on the ba…
95 **What we condemn**: any non-compliance with the open source license. Including but not limited to:…
97 If you find any violation of the open source license, we welcome you to send email feedback! Let's …
/DragonOS-0.1.3/docs/userland/libc/apis/api-list/
Dfcntl.md8 ``int open(const char * path,int options, ...)``
Derrno.md97 #define ENFILE 41 /* 系统中打开的文件过多 Too many files open in system.*/
/DragonOS-0.1.3/kernel/src/driver/keyboard/
Dps2_keyboard.c131 .open = ps2_keyboard_open,
/DragonOS-0.1.3/user/apps/shell/
Dshell.c95 int kb_fd = open(kb_file_path, 0); in main()
Dcmd.c311 int fd = open(file_path, 0); in shell_cmd_cat()
356 int fd = open(file_path, O_CREAT); in shell_cmd_touch()
/DragonOS-0.1.3/kernel/src/ipc/
Dpipe.c103 .open = NULL,
/DragonOS-0.1.3/kernel/src/filesystem/vfs/
DVFS.h186 long (*open)(struct vfs_index_node_t *inode, struct vfs_file_t *file_ptr); member
DVFS.c504 if (file_ptr->file_ops && file_ptr->file_ops->open) in do_open()
505 errcode = file_ptr->file_ops->open(dentry->dir_inode, file_ptr); in do_open()
/DragonOS-0.1.3/kernel/src/filesystem/rootfs/
Drootfs.c98 .open = &rootfs_open,
/DragonOS-0.1.3/docs/kernel/filesystem/vfs/
Doverview.md7   与VFS相关的系统调用有open(), read(), write(), create()等。
/DragonOS-0.1.3/kernel/src/mm/
Dmm.h185 void (*open)(struct vm_area_struct *area); member
/DragonOS-0.1.3/kernel/src/filesystem/devfs/
Ddevfs.c119 .open = &devfs_open,
/DragonOS-0.1.3/kernel/src/filesystem/procfs/
Dprocfs.c303 .open = &procfs_open,
/DragonOS-0.1.3/kernel/src/driver/disk/ahci/
Dahci.c42 .open = ahci_open,
/DragonOS-0.1.3/kernel/src/filesystem/fat32/
Dfat32.c833 .open = fat32_open,