HomeSort by relevance Sort by last modified time
    Searched refs:errno_output (Results 1 - 4 of 4) sorted by null

  /external/ltp/testcases/kernel/device-drivers/v4l/user_space/
test_VIDIOC_CROPCAP.c 209 int ret_output, errno_output; local
227 errno_output = errno;
229 dprintf("\t%s:%u: VIDIOC_CROPCAP, ret_output=%i, errno_output=%i\n",
230 __FILE__, __LINE__, ret_output, errno_output);
276 CU_ASSERT_EQUAL(errno_output, EINVAL);
test_VIDIOC_PARM.c 271 int ret_output, errno_output; local
290 errno_output = errno;
292 ("\t%s:%u: VIDIOC_G_PARM, type=%i, ret_output=%i, errno_output=%i\n",
293 __FILE__, __LINE__, type, ret_output, errno_output);
319 CU_ASSERT_EQUAL(errno_output, EINVAL);
test_VIDIOC_ENUM_FMT.c 344 int ret_output, errno_output; local
368 errno_output = errno;
370 dprintf("\t%s:%u: VIDIOC_ENUM_FMT, ret_output=%i, errno_output=%i\n",
371 __FILE__, __LINE__, ret_output, errno_output);
464 CU_ASSERT_EQUAL(errno_output, EINVAL);
test_VIDIOC_FMT.c 565 int ret_output, errno_output; local
591 errno_output = errno;
594 ("\t%s:%u: VIDIOC_G_FMT, type=%i, ret_output=%i, errno_output=%i\n",
595 __FILE__, __LINE__, type, ret_output, errno_output);
687 CU_ASSERT_EQUAL(errno_output, EINVAL);
    [all...]

Completed in 356 milliseconds