Home
last modified time | relevance | path

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

/freebsd/contrib/smart/
H A Dfreebsd_dev.c97 struct fbsd_smart *fsmart = h; in device_close() local
99 if (fsmart != NULL) { in device_close()
100 if (fsmart->camdev != NULL) { in device_close()
101 cam_close_device(fsmart->camdev); in device_close()
104 free(fsmart); in device_close()
121 struct fbsd_smart *fsmart = h; in __device_read_ata() local
148 if (fsmart->common.info.tunneled) { in __device_read_ata()
275 struct fbsd_smart *fsmart = h; in __device_status_ata() local
280 if (fsmart->common.info.tunneled) { in __device_status_ata()
357 struct fbsd_smart *fsmart = h; in device_read_log() local
[all …]