Searched refs:cam_test_device (Results 1 – 2 of 2) sorted by relevance
39 const char *cam_test_device; in get_cam_test_device() local41 cam_test_device = atf_tc_get_config_var(tc, "cam_test_device"); in get_cam_test_device()43 return (cam_test_device); in get_cam_test_device()169 const char *cam_test_device; in ATF_TC_BODY() local171 cam_test_device = get_cam_test_device(tc); in ATF_TC_BODY()174 ATF_CHECK(cam_open_device(cam_test_device, O_RDONLY) == NULL); in ATF_TC_BODY()203 const char *cam_test_device; in ATF_TC_BODY() local205 cam_test_device = get_cam_test_device(tc); in ATF_TC_BODY()208 ATF_CHECK(cam_open_device(cam_test_device, O_RDONLY) == NULL); in ATF_TC_BODY()212 ATF_CHECK(cam_open_device(cam_test_device, O_RDWR) == NULL); in ATF_TC_BODY()[all …]
59 test_suites.FreeBSD.cam_test_device = '/dev/ada0'