Searched refs:errno_capture (Results 1 - 4 of 4) sorted by relevance
/third_party/ltp/testcases/kernel/device-drivers/v4l/user_space/ |
H A D | test_VIDIOC_CROPCAP.c | 208 int ret_capture, errno_capture; in test_VIDIOC_CROPCAP_NULL() local 219 errno_capture = errno; in test_VIDIOC_CROPCAP_NULL() 221 dprintf("\t%s:%u: VIDIOC_CROPCAP, ret_capture=%i, errno_capture=%i\n", in test_VIDIOC_CROPCAP_NULL() 222 __FILE__, __LINE__, ret_capture, errno_capture); in test_VIDIOC_CROPCAP_NULL() 274 CU_ASSERT_EQUAL(errno_capture, EINVAL); in test_VIDIOC_CROPCAP_NULL()
|
H A D | test_VIDIOC_PARM.c | 270 int ret_capture, errno_capture; in test_VIDIOC_G_PARM_NULL() local 281 errno_capture = errno; in test_VIDIOC_G_PARM_NULL() 283 ("\t%s:%u: VIDIOC_G_PARM, type=%i, ret_capture=%i, errno_capture=%i\n", in test_VIDIOC_G_PARM_NULL() 284 __FILE__, __LINE__, type, ret_capture, errno_capture); in test_VIDIOC_G_PARM_NULL() 317 CU_ASSERT_EQUAL(errno_capture, EINVAL); in test_VIDIOC_G_PARM_NULL()
|
H A D | test_VIDIOC_ENUM_FMT.c | 343 int ret_capture, errno_capture; in test_VIDIOC_ENUM_FMT_NULL() local 359 errno_capture = errno; in test_VIDIOC_ENUM_FMT_NULL() 361 dprintf("\t%s:%u: VIDIOC_ENUM_FMT, ret_capture=%i, errno_capture=%i\n", in test_VIDIOC_ENUM_FMT_NULL() 362 __FILE__, __LINE__, ret_capture, errno_capture); in test_VIDIOC_ENUM_FMT_NULL()
|
H A D | test_VIDIOC_FMT.c | 564 int ret_capture, errno_capture; in test_VIDIOC_G_FMT_NULL() local 581 errno_capture = errno; in test_VIDIOC_G_FMT_NULL() 584 ("\t%s:%u: VIDIOC_G_FMT, type=%i, ret_capture=%i, errno_capture=%i\n", in test_VIDIOC_G_FMT_NULL() 585 __FILE__, __LINE__, type, ret_capture, errno_capture); in test_VIDIOC_G_FMT_NULL()
|
Completed in 4 milliseconds