Searched refs:TST_RETVAL_EQ0 (Results 1 – 4 of 4) 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()
|
D | ioctl_loop07.c | 42 TST_RETRY_FUNC(ioctl(dev_fd, LOOP_SET_STATUS64, &loopinfo), TST_RETVAL_EQ0); in verify_ioctl_loop() 54 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 | test-writing-guidelines.txt | 2464 * 'TST_RETVAL_EQ0()' - The call was successful if 'FUNC' returned 0 or NULL
|