Home
last modified time | relevance | path

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

/freebsd/contrib/smart/
H A Dfreebsd_dev.c44 struct cam_device *camdev; member
63 h->camdev = cam_open_device(devname, O_RDWR); in device_open()
64 if (h->camdev == NULL) { in device_open()
100 if (fsmart->camdev != NULL) { in device_close()
101 cam_close_device(fsmart->camdev); in device_close()
366 ccb = cam_getccb(fsmart->camdev); in device_read_log()
395 if (((rc = cam_send_ccb(fsmart->camdev, ccb)) < 0) in device_read_log()
414 cam_error_print(fsmart->camdev, ccb, CAM_ESF_ALL, in device_read_log()
440 ccb = cam_getccb(fsmart->camdev); in __device_proto_tunneled()
459 if ((cam_send_ccb(fsmart->camdev, ccb) >= 0) && in __device_proto_tunneled()
[all …]