Home
last modified time | relevance | path

Searched refs:TST_RETVAL_EQ0 (Results 1 - 7 of 7) sorted by relevance

/third_party/ltp/testcases/kernel/syscalls/ioctl/
H A Dioctl_loop05.c65 TST_RETRY_FUNC(ioctl(dev_fd, LOOP_SET_STATUS, &loopinfo), TST_RETVAL_EQ0); in verify_ioctl_loop() local
76 TST_RETRY_FUNC(ioctl(dev_fd, LOOP_SET_STATUS, &loopinfo), TST_RETVAL_EQ0); in verify_ioctl_loop() local
88 TST_RETRY_FUNC(ioctl(dev_fd, LOOP_SET_STATUS, &loopinfo), TST_RETVAL_EQ0); in verify_ioctl_loop() local
134 TST_RETRY_FUNC(ioctl(dev_fd, LOOP_SET_BLOCK_SIZE, logical_block_size), TST_RETVAL_EQ0); in setup() local
H A Dioctl09.c19 ({ value ? TST_RETVAL_EQ0(x) : TST_RETVAL_NOTNULL(x); })
82 TST_RETRY_FUNC(ioctl(dev_fd, BLKRRPART, 0), TST_RETVAL_EQ0); in verify_ioctl()
H A Dioctl_loop01.c67 ret = TST_RETRY_FN_EXP_BACKOFF(access(loop_partpath, F_OK), TST_RETVAL_EQ0, 30); in check_loop_value()
73 ret = TST_RETRY_FN_EXP_BACKOFF(access(sys_loop_partpath, F_OK), TST_RETVAL_EQ0, 30); in check_loop_value()
H A Dioctl_loop07.c62 TST_RETRY_FUNC(ioctl(dev_fd, LOOP_SET_STATUS64, &loopinfo), TST_RETVAL_EQ0); in verify_ioctl_loop() local
78 TST_RETRY_FUNC(ioctl(dev_fd, LOOP_SET_STATUS, &loopinfo), TST_RETVAL_EQ0); in verify_ioctl_loop() local
/third_party/ltp/include/
H A Dtst_common.h63 * TST_RETVAL_EQ0() - Check that value is equal to zero
65 #define TST_RETVAL_EQ0(x) (!(x)) macro
/third_party/ltp/testcases/kernel/syscalls/pidfd_open/
H A Dpidfd_open04.c53 ret = TST_RETRY_FUNC(waitid(P_PIDFD, pidfd, &info, WEXITED), TST_RETVAL_EQ0); in run()
/third_party/ltp/lib/newlib_tests/
H A Dtst_device.c41 TST_RETRY_FN_EXP_BACKOFF(set_block_size(fd), TST_RETVAL_EQ0, 10); in setup() local

Completed in 3 milliseconds