Home
last modified time | relevance | path

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

/freebsd/contrib/smart/
H A Dfreebsd_dev.c42 struct fbsd_smart { struct
47 static smart_protocol_e __device_get_proto(struct fbsd_smart *); argument
48 static bool __device_proto_tunneled(struct fbsd_smart *);
49 static int32_t __device_get_info(struct fbsd_smart *);
54 struct fbsd_smart *h = NULL; in device_open()
56 h = malloc(sizeof(struct fbsd_smart)); in device_open()
60 memset(h, 0, sizeof(struct fbsd_smart)); in device_open()
97 struct fbsd_smart *fsmart = h; in device_close()
121 struct fbsd_smart *fsmart = h; in __device_read_ata()
275 struct fbsd_smart *fsmart = h; in __device_status_ata()
[all …]