target_cmd        807 dev/ic/adwlib.h 	u_int8_t	target_cmd;
target_cmd        270 dev/ic/aic79xx.c 					      struct target_cmd *cmd);
target_cmd       6234 dev/ic/aic79xx.c 		driver_data_size += AHD_TMODE_CMDS * sizeof(struct target_cmd);
target_cmd       6249 dev/ic/aic79xx.c 		ahd->targetcmds = (struct target_cmd *)next_vaddr;
target_cmd       6250 dev/ic/aic79xx.c 		next_vaddr += AHD_TMODE_CMDS * sizeof(struct target_cmd);
target_cmd       6251 dev/ic/aic79xx.c 		next_baddr += AHD_TMODE_CMDS * sizeof(struct target_cmd);
target_cmd       9846 dev/ic/aic79xx.c 	struct target_cmd *cmd;
target_cmd       9862 dev/ic/aic79xx.c 				sizeof(struct target_cmd),
target_cmd       9882 dev/ic/aic79xx.c ahd_handle_target_cmd(struct ahd_softc *ahd, struct target_cmd *cmd)
target_cmd       10749 dev/ic/aic79xx.c 				sizeof(struct target_cmd) * AHD_TMODE_CMDS,
target_cmd       10779 dev/ic/aic79xx.c 				/*len*/sizeof(struct target_cmd),
target_cmd        722 dev/ic/aic79xx.h struct target_cmd {
target_cmd       1235 dev/ic/aic79xx.h 	struct target_cmd	 *targetcmds;
target_cmd        245 dev/ic/aic7xxx.c 					      struct target_cmd *cmd);
target_cmd       4763 dev/ic/aic7xxx.c 		driver_data_size += AHC_TMODE_CMDS * sizeof(struct target_cmd)
target_cmd       4778 dev/ic/aic7xxx.c 		ahc->targetcmds = (struct target_cmd *)ahc->qoutfifo;
target_cmd       7128 dev/ic/aic7xxx.c 	struct target_cmd *cmd;
target_cmd       7152 dev/ic/aic7xxx.c 				sizeof(struct target_cmd),
target_cmd       7186 dev/ic/aic7xxx.c ahc_handle_target_cmd(struct ahc_softc *ahc, struct target_cmd *cmd)
target_cmd        519 dev/ic/aic7xxx_inline.h 				sizeof(struct target_cmd) * AHC_TMODE_CMDS,
target_cmd        548 dev/ic/aic7xxx_inline.h 			  /*len*/sizeof(struct target_cmd),
target_cmd        657 dev/ic/aic7xxxvar.h struct target_cmd {
target_cmd       1071 dev/ic/aic7xxxvar.h 	struct target_cmd	 *targetcmds;