Home
last modified time | relevance | path

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

/DragonOS-0.1.2/kernel/src/ipc/
DMakefile2 all: pipe.o
6 pipe.o: pipe.c
7 $(CC) $(CFLAGS) -c pipe.c -o pipe.o
/DragonOS-0.1.2/user/libs/libc/src/sys/
Dstat.c20 int pipe(int *fd) in pipe() function
Dstat.h28 int pipe(int *fd);
/DragonOS-0.1.2/user/apps/shell/
Dcmd_test.c15 ret = pipe(fd); in shell_pipe_test()
/DragonOS-0.1.2/docs/introduction/
Dfeatures.md50 - [x] 匿名pipe管道
/DragonOS-0.1.2/docs/community/ChangeLog/V0.1.x/
DV0.1.0.md225 - pipe
/DragonOS-0.1.2/docs/userland/libc/apis/api-list/
Derrno.md155 #define EPIPE 68 /* 断开的管道 Broken pipe.*/