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