Symbol: target_cmd
sys/dev/ic/adwlib.h
797
u_int8_t target_cmd;
sys/dev/ic/aic79xx.c
10559
sizeof(struct target_cmd) * AHD_TMODE_CMDS,
sys/dev/ic/aic79xx.c
10589
/*len*/sizeof(struct target_cmd),
sys/dev/ic/aic79xx.c
262
struct target_cmd *cmd);
sys/dev/ic/aic79xx.c
6076
driver_data_size += AHD_TMODE_CMDS * sizeof(struct target_cmd);
sys/dev/ic/aic79xx.c
6091
ahd->targetcmds = (struct target_cmd *)next_vaddr;
sys/dev/ic/aic79xx.c
6092
next_vaddr += AHD_TMODE_CMDS * sizeof(struct target_cmd);
sys/dev/ic/aic79xx.c
6093
next_baddr += AHD_TMODE_CMDS * sizeof(struct target_cmd);
sys/dev/ic/aic79xx.c
9656
struct target_cmd *cmd;
sys/dev/ic/aic79xx.c
9672
sizeof(struct target_cmd),
sys/dev/ic/aic79xx.c
9692
ahd_handle_target_cmd(struct ahd_softc *ahd, struct target_cmd *cmd)
sys/dev/ic/aic79xx.h
1177
struct target_cmd *targetcmds;
sys/dev/ic/aic7xxx.c
242
struct target_cmd *cmd);
sys/dev/ic/aic7xxx.c
4703
driver_data_size += AHC_TMODE_CMDS * sizeof(struct target_cmd)
sys/dev/ic/aic7xxx.c
4718
ahc->targetcmds = (struct target_cmd *)ahc->qoutfifo;
sys/dev/ic/aic7xxx.c
7061
struct target_cmd *cmd;
sys/dev/ic/aic7xxx.c
7085
sizeof(struct target_cmd),
sys/dev/ic/aic7xxx.c
7115
ahc_handle_target_cmd(struct ahc_softc *ahc, struct target_cmd *cmd)
sys/dev/ic/aic7xxx_inline.h
479
sizeof(struct target_cmd) * AHC_TMODE_CMDS,
sys/dev/ic/aic7xxx_inline.h
508
/*len*/sizeof(struct target_cmd),
sys/dev/ic/aic7xxxvar.h
1057
struct target_cmd *targetcmds;
sys/dev/usb/uthum.c
282
uthum_issue_cmd(struct uthum_softc *sc, uint8_t target_cmd, int delay)
sys/dev/usb/uthum.c
297
cmdbuf[0] = target_cmd;
sys/dev/usb/uthum.c
320
uthum_read_data(struct uthum_softc *sc, uint8_t target_cmd, uint8_t *buf,
sys/dev/usb/uthum.c
330
if (uthum_issue_cmd(sc, target_cmd, 50))