Home
last modified time | relevance | path

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

/third_party/ltp/testcases/kernel/syscalls/copy_file_range/
Dcopy_file_range02.c51 static int fd_fifo; variable
79 {&fd_fifo, 0, EINVAL, CONTSIZE, "fifo", 0},
219 fd_fifo = SAFE_OPEN(FILE_FIFO, O_RDWR, 0600); in setup()