Home
last modified time | relevance | path

Searched refs:TST_RETVAL_EQ0 (Results 1 – 4 of 4) sorted by relevance

/third_party/ltp/testcases/kernel/syscalls/ioctl/
Dioctl_loop05.c60 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()
Dioctl_loop07.c42 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/
Dtst_common.h65 #define TST_RETVAL_EQ0(x) (!(x)) macro
/third_party/ltp/doc/
Dtest-writing-guidelines.txt2464 * 'TST_RETVAL_EQ0()' - The call was successful if 'FUNC' returned 0 or NULL