Home
last modified time | relevance | path

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

/freebsd/lib/libcam/
H A DMakefile16 cam.3 cam_open_spec_device.3 \
H A Dcamlib.h130 struct cam_device * cam_open_spec_device(const char *dev_name,
H A Dcamlib.c405 cam_open_spec_device(const char *dev_name, int unit, int flags, in cam_open_spec_device() function
/freebsd/usr.bin/sdiotool/
H A Dsdiotool.c514 if ((cam_dev = cam_open_spec_device(device, unit, O_RDWR, NULL)) == NULL) in main()
/freebsd/usr.sbin/camdd/
H A Dcamdd.c3248 new_cam_dev = cam_open_spec_device(name, unit,
/freebsd/sbin/camcontrol/
H A Dcamcontrol.c10584 cam_open_spec_device(device,unit,O_RDWR,NULL))) in main()