Symbol: target_cmd
sys/dev/ic/adwlib.h
722
u_int8_t target_cmd;
sys/dev/ic/aic79xx.c
246
struct target_cmd *cmd);
sys/dev/ic/aic79xx.c
6054
driver_data_size += AHD_TMODE_CMDS * sizeof(struct target_cmd);
sys/dev/ic/aic79xx.c
6079
ahd->targetcmds = (struct target_cmd *)next_vaddr;
sys/dev/ic/aic79xx.c
6080
next_vaddr += AHD_TMODE_CMDS * sizeof(struct target_cmd);
sys/dev/ic/aic79xx.c
6081
next_baddr += AHD_TMODE_CMDS * sizeof(struct target_cmd);
sys/dev/ic/aic79xx.c
9585
struct target_cmd *cmd;
sys/dev/ic/aic79xx.c
9601
sizeof(struct target_cmd),
sys/dev/ic/aic79xx.c
9622
ahd_handle_target_cmd(struct ahd_softc *ahd, struct target_cmd *cmd)
sys/dev/ic/aic79xx_inline.h
839
sizeof(struct target_cmd) * AHD_TMODE_CMDS,
sys/dev/ic/aic79xx_inline.h
869
/*len*/sizeof(struct target_cmd),
sys/dev/ic/aic79xxvar.h
1185
struct target_cmd *targetcmds;
sys/dev/ic/aic7xxx.c
248
struct target_cmd *cmd);
sys/dev/ic/aic7xxx.c
4501
driver_data_size += AHC_TMODE_CMDS * sizeof(struct target_cmd)
sys/dev/ic/aic7xxx.c
4516
ahc->targetcmds = (struct target_cmd *)ahc->qoutfifo;
sys/dev/ic/aic7xxx.c
7210
struct target_cmd *cmd;
sys/dev/ic/aic7xxx.c
7234
sizeof(struct target_cmd),
sys/dev/ic/aic7xxx.c
7263
ahc_handle_target_cmd(struct ahc_softc *ahc, struct target_cmd *cmd)
sys/dev/ic/aic7xxx_inline.h
539
sizeof(struct target_cmd) * AHC_TMODE_CMDS,
sys/dev/ic/aic7xxx_inline.h
568
/*len*/sizeof(struct target_cmd),
sys/dev/ic/aic7xxxvar.h
1143
struct target_cmd *targetcmds;
sys/dev/ic/mfireg.h
1868
struct mfi_mpi2_reply_target_cmd_buffer target_cmd;
sys/dev/usb/uthum.c
249
uthum_read_data(struct uthum_softc *sc, uint8_t target_cmd, uint8_t *buf,
sys/dev/usb/uthum.c
270
cmdbuf[0] = target_cmd;