HomeSort by: relevance | last modified time | path
    Searched defs:wd_c (Results 1 - 6 of 6) sorted by relevancy

  /src/sys/arch/cobalt/stand/boot/
wdc.c 48 static int wdc_read_block(struct wd_softc *sc, struct wdc_command *wd_c);
201 wdc_read_block(struct wd_softc *sc, struct wdc_command *wd_c)
205 uint16_t *ptr = (uint16_t *)wd_c->data;
210 for (i = wd_c->bcount; i > 0; i -= sizeof(uint16_t))
220 wdccommand(struct wd_softc *sc, struct wdc_command *wd_c)
226 wd_c->drive, wd_c->r_command, wd_c->r_cyl,
227 wd_c->r_head, wd_c->r_sector, wd_c->bcount
305 struct wdc_command wd_c; local in function:wdc_exec_identify
327 struct wdc_command wd_c; local in function:wdc_exec_read
    [all...]
wdc.c 48 static int wdc_read_block(struct wd_softc *sc, struct wdc_command *wd_c);
201 wdc_read_block(struct wd_softc *sc, struct wdc_command *wd_c)
205 uint16_t *ptr = (uint16_t *)wd_c->data;
210 for (i = wd_c->bcount; i > 0; i -= sizeof(uint16_t))
220 wdccommand(struct wd_softc *sc, struct wdc_command *wd_c)
226 wd_c->drive, wd_c->r_command, wd_c->r_cyl,
227 wd_c->r_head, wd_c->r_sector, wd_c->bcount
305 struct wdc_command wd_c; local in function:wdc_exec_identify
327 struct wdc_command wd_c; local in function:wdc_exec_read
    [all...]
  /src/sys/arch/mmeye/stand/boot/
wdc.c 57 static int wdc_read_block(struct wd_softc *sc, struct wdc_command *wd_c);
234 wdc_read_block(struct wd_softc *sc, struct wdc_command *wd_c)
238 uint16_t *ptr = (uint16_t *)wd_c->data;
243 if (wd_c->r_command == WDCC_IDENTIFY)
244 for (i = wd_c->bcount; i > 0; i -= sizeof(uint16_t))
247 for (i = wd_c->bcount; i > 0; i -= sizeof(uint16_t))
257 wdccommand(struct wd_softc *sc, struct wdc_command *wd_c)
263 wd_c->drive, wd_c->r_command, wd_c->r_cyl
342 struct wdc_command wd_c; local in function:wdc_exec_identify
364 struct wdc_command wd_c; local in function:wdc_exec_read
    [all...]
wdc.c 57 static int wdc_read_block(struct wd_softc *sc, struct wdc_command *wd_c);
234 wdc_read_block(struct wd_softc *sc, struct wdc_command *wd_c)
238 uint16_t *ptr = (uint16_t *)wd_c->data;
243 if (wd_c->r_command == WDCC_IDENTIFY)
244 for (i = wd_c->bcount; i > 0; i -= sizeof(uint16_t))
247 for (i = wd_c->bcount; i > 0; i -= sizeof(uint16_t))
257 wdccommand(struct wd_softc *sc, struct wdc_command *wd_c)
263 wd_c->drive, wd_c->r_command, wd_c->r_cyl
342 struct wdc_command wd_c; local in function:wdc_exec_identify
364 struct wdc_command wd_c; local in function:wdc_exec_read
    [all...]
  /src/sys/arch/bebox/stand/boot/
wdc.c 252 wdc_read_block(struct wdc_channel *chp, struct wdc_command *wd_c)
255 uint16_t *ptr = (uint16_t *)wd_c->data;
260 if (wd_c->r_command == WDCC_IDENTIFY)
261 for (i = wd_c->bcount; i > 0; i -= sizeof(uint16_t))
264 for (i = wd_c->bcount; i > 0; i -= sizeof(uint16_t))
274 wdccommand(struct wdc_channel *chp, struct wdc_command *wd_c)
279 wd_c->drive, wd_c->r_command, wd_c->r_cyl,
280 wd_c->r_head, wd_c->r_sector, wd_c->bcount))
354 struct wdc_command wd_c; local in function:_wdc_exec_identify
421 struct wdc_command wd_c; local in function:wdc_exec_read
    [all...]
wdc.c 252 wdc_read_block(struct wdc_channel *chp, struct wdc_command *wd_c)
255 uint16_t *ptr = (uint16_t *)wd_c->data;
260 if (wd_c->r_command == WDCC_IDENTIFY)
261 for (i = wd_c->bcount; i > 0; i -= sizeof(uint16_t))
264 for (i = wd_c->bcount; i > 0; i -= sizeof(uint16_t))
274 wdccommand(struct wdc_channel *chp, struct wdc_command *wd_c)
279 wd_c->drive, wd_c->r_command, wd_c->r_cyl,
280 wd_c->r_head, wd_c->r_sector, wd_c->bcount))
354 struct wdc_command wd_c; local in function:_wdc_exec_identify
421 struct wdc_command wd_c; local in function:wdc_exec_read
    [all...]

Completed in 26 milliseconds