Searched refs:fd_root (Results 1 - 4 of 4) sorted by relevance

/external/ltp/testcases/kernel/syscalls/utils/
H A Dmq.h35 if (fd_root > 0)
36 SAFE_CLOSE(fd_root);
59 fd_root = SAFE_OPEN("/", O_RDONLY);
/external/ltp/testcases/kernel/syscalls/mq_notify/
H A Dmq_notify01.c30 static int fd, fd_root, fd_nonblock, fd_maxint = INT_MAX - 1, fd_invalid = -1; variable
81 .fd = &fd_root,
/external/ltp/testcases/kernel/syscalls/mq_timedreceive/
H A Dmq_timedreceive01.c27 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/
H A Dmq_timedsend01.c27 static int fd, fd_root, fd_nonblock, fd_maxint = INT_MAX - 1, fd_invalid = -1; variable
77 .fd = &fd_root,

Completed in 174 milliseconds