Home
last modified time | relevance | path

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

/openbsd/sys/dev/ata/
H A Data.c55 struct wdc_command wdc_c; in ata_get_params()
62 bzero(&wdc_c, sizeof(struct wdc_command)); in ata_get_params()
153 struct wdc_command wdc_c; in ata_set_mode()
158 bzero(&wdc_c, sizeof(struct wdc_command)); in ata_set_mode()
H A Datavar.h129 struct wdc_command { struct
158 int wdc_exec_command(struct ata_drive_datas *, struct wdc_command*); argument
H A Dwd.c173 struct wdc_command wdc_c; in wdattach()
273 bzero(&wdc_c, sizeof(struct wdc_command)); in wdattach()
287 bzero(&wdc_c, sizeof(struct wdc_command)); in wdattach()
306 bzero(&wdc_c, sizeof(struct wdc_command)); in wdattach()
1048 struct wdc_command wdc_c; in wd_flushcache()
1052 bzero(&wdc_c, sizeof(struct wdc_command)); in wd_flushcache()
1089 struct wdc_command wdc_c; in wd_standby()
1091 bzero(&wdc_c, sizeof(struct wdc_command)); in wd_standby()
/openbsd/sys/dev/ic/
H A Dwdc.c1611 wdc_exec_command(struct ata_drive_datas *drvp, struct wdc_command *wdc_c) in wdc_exec_command()
1668 struct wdc_command *wdc_c = xfer->cmd; in __wdccommand_start()
1740 struct wdc_command *wdc_c = xfer->cmd; in __wdccommand_intr()
1776 struct wdc_command *wdc_c = xfer->cmd; in __wdccommand_done()
2040 struct wdc_command wdc_c; in wdc_ioc_ata_cmd()