Searched refs:fd_root (Results 1 – 4 of 4) sorted by relevance
/external/ltp/testcases/kernel/syscalls/utils/ |
D | mq.h | 35 if (fd_root > 0) in cleanup_common() 36 SAFE_CLOSE(fd_root); in cleanup_common() 59 fd_root = SAFE_OPEN("/", O_RDONLY); in setup_common()
|
/external/ltp/testcases/kernel/syscalls/mq_timedreceive/ |
D | mq_timedreceive01.c | 27 static int fd, fd_root, fd_nonblock, fd_maxint = INT_MAX - 1, fd_invalid = -1; variable 84 .fd = &fd_root,
|
/external/ltp/testcases/kernel/syscalls/mq_timedsend/ |
D | mq_timedsend01.c | 27 static int fd, fd_root, fd_nonblock, fd_maxint = INT_MAX - 1, fd_invalid = -1; variable 77 .fd = &fd_root,
|
/external/ltp/testcases/kernel/syscalls/mq_notify/ |
D | mq_notify01.c | 30 static int fd, fd_root, fd_nonblock, fd_maxint = INT_MAX - 1, fd_invalid = -1; variable 81 .fd = &fd_root,
|