Searched refs:ret_log (Results 1 – 1 of 1) sorted by relevance
33 int ret_log, errno_log; in test_VIDIOC_LOG_STATUS() local35 ret_log = ioctl(get_video_fd(), VIDIOC_LOG_STATUS); in test_VIDIOC_LOG_STATUS()39 __FILE__, __LINE__, ret_log, errno_log); in test_VIDIOC_LOG_STATUS()43 if (ret_log == 0) { in test_VIDIOC_LOG_STATUS()44 CU_ASSERT_EQUAL(ret_log, 0); in test_VIDIOC_LOG_STATUS()48 CU_ASSERT_EQUAL(ret_log, -1); in test_VIDIOC_LOG_STATUS()