Searched refs:cam_open_device (Results 1 – 6 of 6) sorted by relevance
| /freebsd/lib/libcam/tests/ |
| H A D | libcam_test.c | 174 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()
|
| /freebsd/lib/libcam/ |
| H A D | Makefile | 15 MLINKS+= cam.3 cam_open_device.3 \
|
| H A D | camlib.h | 127 struct cam_device * cam_open_device(const char *path, int flags);
|
| H A D | camlib.c | 253 cam_open_device(const char *path, int flags) in cam_open_device() function
|
| /freebsd/usr.sbin/mptutil/ |
| H A D | mpt_cam.c | 495 dev = cam_open_device(disks[count].devname, O_RDWR); in mpt_fetch_disks()
|
| /freebsd/contrib/smart/ |
| H A D | freebsd_dev.c | 63 h->camdev = cam_open_device(devname, O_RDWR); in device_open()
|