Searched refs:errno_capture (Results 1 – 4 of 4) sorted by relevance
/external/ltp/testcases/kernel/device-drivers/v4l/user_space/ |
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() 222 __FILE__, __LINE__, ret_capture, errno_capture); in test_VIDIOC_CROPCAP_NULL() 274 CU_ASSERT_EQUAL(errno_capture, EINVAL); in test_VIDIOC_CROPCAP_NULL()
|
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() 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()
|
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() 362 __FILE__, __LINE__, ret_capture, errno_capture); in test_VIDIOC_ENUM_FMT_NULL()
|
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() 585 __FILE__, __LINE__, type, ret_capture, errno_capture); in test_VIDIOC_G_FMT_NULL()
|