Home
last modified time | relevance | path

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

/DragonOS-0.1.2/kernel/src/ipc/
Dpipe.c102 struct vfs_file_operations_t g_pipe_file_ops = { variable
168 read_file->file_ops = &g_pipe_file_ops; in sys_pipe()
171 write_file->file_ops = &g_pipe_file_ops; in sys_pipe()