target_cmd        215 drivers/net/wireless/realtek/rtlwifi/debug.c 	u32 target_cmd = 0;
target_cmd        231 drivers/net/wireless/realtek/rtlwifi/debug.c 			target_cmd = entry_i + CAM_CONTENT_COUNT * j;
target_cmd        232 drivers/net/wireless/realtek/rtlwifi/debug.c 			target_cmd = target_cmd | BIT(31);
target_cmd        246 drivers/net/wireless/realtek/rtlwifi/debug.c 					target_cmd);
target_cmd       1749 drivers/scsi/advansys.c 	uchar target_cmd;
target_cmd       2597 drivers/scsi/advansys.c 	       q->sg_working_ix, q->target_cmd);
target_cmd       1174 drivers/scsi/aic7xxx/aic79xx.h 	struct target_cmd	 *targetcmds;
target_cmd        229 drivers/scsi/aic7xxx/aic79xx_core.c 					      struct target_cmd *cmd);
target_cmd        902 drivers/scsi/aic7xxx/aic79xx_core.c 				sizeof(struct target_cmd) * AHD_TMODE_CMDS,
target_cmd        932 drivers/scsi/aic7xxx/aic79xx_core.c 				/*len*/sizeof(struct target_cmd),
target_cmd       7082 drivers/scsi/aic7xxx/aic79xx_core.c 		driver_data_size += AHD_TMODE_CMDS * sizeof(struct target_cmd);
target_cmd       7119 drivers/scsi/aic7xxx/aic79xx_core.c 		ahd->targetcmds = (struct target_cmd *)next_vaddr;
target_cmd       7120 drivers/scsi/aic7xxx/aic79xx_core.c 		next_vaddr += AHD_TMODE_CMDS * sizeof(struct target_cmd);
target_cmd       7121 drivers/scsi/aic7xxx/aic79xx_core.c 		next_baddr += AHD_TMODE_CMDS * sizeof(struct target_cmd);
target_cmd       10622 drivers/scsi/aic7xxx/aic79xx_core.c 	struct target_cmd *cmd;
target_cmd       10638 drivers/scsi/aic7xxx/aic79xx_core.c 				sizeof(struct target_cmd),
target_cmd       10658 drivers/scsi/aic7xxx/aic79xx_core.c ahd_handle_target_cmd(struct ahd_softc *ahd, struct target_cmd *cmd)
target_cmd       1018 drivers/scsi/aic7xxx/aic7xxx.h 	struct target_cmd	 *targetcmds;
target_cmd        230 drivers/scsi/aic7xxx/aic7xxx_core.c 					      struct target_cmd *cmd);
target_cmd        681 drivers/scsi/aic7xxx/aic7xxx_core.c 				sizeof(struct target_cmd) * AHC_TMODE_CMDS,
target_cmd        710 drivers/scsi/aic7xxx/aic7xxx_core.c 				/*len*/sizeof(struct target_cmd),
target_cmd       5326 drivers/scsi/aic7xxx/aic7xxx_core.c 		driver_data_size += AHC_TMODE_CMDS * sizeof(struct target_cmd)
target_cmd       5357 drivers/scsi/aic7xxx/aic7xxx_core.c 		ahc->targetcmds = (struct target_cmd *)ahc->qoutfifo;
target_cmd       7772 drivers/scsi/aic7xxx/aic7xxx_core.c 	struct target_cmd *cmd;
target_cmd       7796 drivers/scsi/aic7xxx/aic7xxx_core.c 				sizeof(struct target_cmd),
target_cmd       7825 drivers/scsi/aic7xxx/aic7xxx_core.c ahc_handle_target_cmd(struct ahc_softc *ahc, struct target_cmd *cmd)
target_cmd         55 security/yama/yama_lsm.c 	char *target_cmd, *agent_cmd;
target_cmd         57 security/yama/yama_lsm.c 	target_cmd = kstrdup_quotable_cmdline(info->target, GFP_KERNEL);
target_cmd         62 security/yama/yama_lsm.c 		info->access, target_cmd, info->target->pid, agent_cmd,
target_cmd         66 security/yama/yama_lsm.c 	kfree(target_cmd);