Home
last modified time | relevance | path

Searched refs:cam_open_device (Results 1 – 5 of 5) sorted by relevance

/src/lib/libcam/tests/
H A Dlibcam_test.c174 ATF_CHECK(cam_open_device(cam_test_device, O_RDONLY) == NULL); in ATF_TC_BODY()
189 ATF_REQUIRE(cam_open_device("/nonexistent", O_RDWR) == NULL); 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()
232 cam_dev = cam_open_device(cam_test_device, O_RDWR); in ATF_TC_BODY()
273 cam_dev = cam_open_device(cam_test_device, O_RDWR); in ATF_TC_BODY()
/src/lib/libcam/
H A DMakefile15 MLINKS+= cam.3 cam_open_device.3 \
H A Dcamlib.h127 struct cam_device * cam_open_device(const char *path, int flags);
H A Dcamlib.c253 cam_open_device(const char *path, int flags) in cam_open_device() function
/src/usr.sbin/mptutil/
H A Dmpt_cam.c495 dev = cam_open_device(disks[count].devname, O_RDWR); in mpt_fetch_disks()