Home
last modified time | relevance | path

Searched refs:FIFO (Results 1 - 9 of 9) sorted by relevance

/third_party/ltp/testcases/kernel/syscalls/getxattr/
H A Dgetxattr02.c31 * 1. Get attribute from a FIFO, setxattr(2) should return -1 and
64 #define FIFO "getxattr02fifo" macro
73 FIFO, /* case 00, get attr from fifo */
130 if (mknod(FIFO, S_IFIFO | 0777, 0) == -1) in setup()
131 tst_brkm(TBROK | TERRNO, cleanup, "Create FIFO(%s) failed", in setup()
132 FIFO); in setup()
/third_party/ltp/testcases/kernel/controllers/cpuset/cpuset_memory_spread_test/
H A Dcpuset_memory_spread_testset.sh56 FIFO="./myfifo"
243 read exit_num < $FIFO
350 mkfifo $FIFO
353 tst_brkm TFAIL "failed to mkfifo $FIFO"
359 rm -f DATAFILE $FIFO
/third_party/ltp/testcases/kernel/syscalls/setxattr/
H A Dsetxattr02.c16 * 4. Set attribute to a FIFO, setxattr(2) should return -1 and set
52 #define FIFO "setxattr02fifo" macro
93 .fname = FIFO,
189 SAFE_MKNOD(FIFO, S_IFIFO | 0777, 0); in setup()
/third_party/ltp/testcases/kernel/syscalls/fsetxattr/
H A Dfsetxattr02.c17 * 4. Set attribute to a FIFO, fsetxattr(2) should return -1 and set
56 #define FIFO MNTPOINT"/fsetxattr02fifo" macro
103 .fname = FIFO,
207 SAFE_MKNOD(FIFO, S_IFIFO | 0777, 0); in setup()
/third_party/ltp/testcases/kernel/syscalls/fgetxattr/
H A Dfgetxattr02.c23 * 4. Get attribute from a FIFO:
63 #define FIFO MNTPOINT"/fgetxattr02fifo" macro
116 .fname = FIFO,
214 SAFE_MKNOD(FIFO, S_IFIFO | 0777, 0); in setup()
/third_party/node/lib/internal/fs/cp/
H A Dcp.js223 message: `cannot copy a FIFO pipe: ${dest}`,
H A Dcp-sync.js192 message: `cannot copy a FIFO pipe: ${dest}`,
/third_party/node/deps/npm/node_modules/@npmcli/fs/lib/cp/
H A Dpolyfill.js245 // istanbul ignore else: can't portably test FIFO
270 message: `cannot copy a FIFO pipe: ${dest}`,
/third_party/ffmpeg/libavformat/
H A DMakefile727 FIFO-MUXER-TESTPROGS-$(CONFIG_NETWORK) += fifo_muxer
728 TESTPROGS-$(CONFIG_FIFO_MUXER) += $(FIFO-MUXER-TESTPROGS-yes)

Completed in 5 milliseconds