Home
last modified time | relevance | path

Searched refs:cam_open_spec_device (Results 1 – 6 of 6) sorted by relevance

/freebsd-13-stable/lib/libcam/
HDMakefile17 cam.3 cam_open_spec_device.3 \
HDcamlib.h131 struct cam_device * cam_open_spec_device(const char *dev_name,
HDcamlib.c406 cam_open_spec_device(const char *dev_name, int unit, int flags, in cam_open_spec_device() function
/freebsd-13-stable/usr.bin/sdiotool/
HDsdiotool.c514 if ((cam_dev = cam_open_spec_device(device, unit, O_RDWR, NULL)) == NULL) in main()
/freebsd-13-stable/usr.sbin/camdd/
HDcamdd.c3269 new_cam_dev = cam_open_spec_device(name, unit,
/freebsd-13-stable/sbin/camcontrol/
HDcamcontrol.c10625 cam_open_spec_device(device,unit,O_RDWR,NULL))) in main()