Searched refs:FIFO (Results 1 - 9 of 9) sorted by relevance
/third_party/ltp/testcases/kernel/syscalls/getxattr/ |
H A D | getxattr02.c | 31 * 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 D | cpuset_memory_spread_testset.sh | 56 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 D | setxattr02.c | 16 * 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 D | fsetxattr02.c | 17 * 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 D | fgetxattr02.c | 23 * 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 D | cp.js | 223 message: `cannot copy a FIFO pipe: ${dest}`,
|
H A D | cp-sync.js | 192 message: `cannot copy a FIFO pipe: ${dest}`,
|
/third_party/node/deps/npm/node_modules/@npmcli/fs/lib/cp/ |
H A D | polyfill.js | 245 // istanbul ignore else: can't portably test FIFO 270 message: `cannot copy a FIFO pipe: ${dest}`,
|
/third_party/ffmpeg/libavformat/ |
H A D | Makefile | 727 FIFO-MUXER-TESTPROGS-$(CONFIG_NETWORK) += fifo_muxer 728 TESTPROGS-$(CONFIG_FIFO_MUXER) += $(FIFO-MUXER-TESTPROGS-yes)
|
Completed in 5 milliseconds