Searched refs:TST_RETVAL_EQ0 (Results 1 – 6 of 6) sorted by relevance
/third_party/ltp/testcases/kernel/syscalls/ioctl/ |
D | ioctl_loop05.c | 60 TST_RETRY_FUNC(ioctl(dev_fd, LOOP_SET_STATUS, &loopinfo), TST_RETVAL_EQ0); in verify_ioctl_loop() 71 TST_RETRY_FUNC(ioctl(dev_fd, LOOP_SET_STATUS, &loopinfo), TST_RETVAL_EQ0); in verify_ioctl_loop() 83 TST_RETRY_FUNC(ioctl(dev_fd, LOOP_SET_STATUS, &loopinfo), TST_RETVAL_EQ0); in verify_ioctl_loop() 129 TST_RETRY_FUNC(ioctl(dev_fd, LOOP_SET_BLOCK_SIZE, logical_block_size), TST_RETVAL_EQ0); in setup()
|
D | ioctl09.c | 19 ({ value ? TST_RETVAL_EQ0(x) : TST_RETVAL_NOTNULL(x); }) 82 TST_RETRY_FUNC(ioctl(dev_fd, BLKRRPART, 0), TST_RETVAL_EQ0); in verify_ioctl()
|
D | ioctl_loop01.c | 67 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()
|
D | ioctl_loop07.c | 59 TST_RETRY_FUNC(ioctl(dev_fd, LOOP_SET_STATUS64, &loopinfo), TST_RETVAL_EQ0); in verify_ioctl_loop() 75 TST_RETRY_FUNC(ioctl(dev_fd, LOOP_SET_STATUS, &loopinfo), TST_RETVAL_EQ0); in verify_ioctl_loop()
|
/third_party/ltp/include/ |
D | tst_common.h | 65 #define TST_RETVAL_EQ0(x) (!(x)) macro
|
/third_party/ltp/doc/ |
D | shell-test-api.txt | 434 * 'TST_RETVAL_EQ0()' - The call was successful if 'FUNC' returned 0 or NULL
|