Searched refs:target_cmd (Results 1 – 7 of 7) sorted by relevance
/Linux-v5.4/security/yama/ |
D | yama_lsm.c | 55 char *target_cmd, *agent_cmd; in __report_access() local 57 target_cmd = kstrdup_quotable_cmdline(info->target, GFP_KERNEL); in __report_access() 62 info->access, target_cmd, info->target->pid, agent_cmd, in __report_access() 66 kfree(target_cmd); in __report_access()
|
/Linux-v5.4/drivers/net/wireless/realtek/rtlwifi/ |
D | debug.c | 215 u32 target_cmd = 0; in rtl_debug_get_cam_register() local 231 target_cmd = entry_i + CAM_CONTENT_COUNT * j; in rtl_debug_get_cam_register() 232 target_cmd = target_cmd | BIT(31); in rtl_debug_get_cam_register() 246 target_cmd); in rtl_debug_get_cam_register()
|
/Linux-v5.4/drivers/scsi/aic7xxx/ |
D | aic7xxx.h | 620 struct target_cmd { struct 1018 struct target_cmd *targetcmds;
|
D | aic79xx.h | 674 struct target_cmd { struct 1174 struct target_cmd *targetcmds;
|
D | aic7xxx_core.c | 230 struct target_cmd *cmd); 681 sizeof(struct target_cmd) * AHC_TMODE_CMDS, in ahc_sync_tqinfifo() 710 /*len*/sizeof(struct target_cmd), in ahc_check_cmdcmpltqueues() 5326 driver_data_size += AHC_TMODE_CMDS * sizeof(struct target_cmd) in ahc_init() 5357 ahc->targetcmds = (struct target_cmd *)ahc->qoutfifo; in ahc_init() 7772 struct target_cmd *cmd; in ahc_run_tqinfifo() 7796 sizeof(struct target_cmd), in ahc_run_tqinfifo() 7825 ahc_handle_target_cmd(struct ahc_softc *ahc, struct target_cmd *cmd) in ahc_handle_target_cmd()
|
D | aic79xx_core.c | 229 struct target_cmd *cmd); 902 sizeof(struct target_cmd) * AHD_TMODE_CMDS, in ahd_sync_tqinfifo() 932 /*len*/sizeof(struct target_cmd), in ahd_check_cmdcmpltqueues() 7082 driver_data_size += AHD_TMODE_CMDS * sizeof(struct target_cmd); in ahd_init() 7119 ahd->targetcmds = (struct target_cmd *)next_vaddr; in ahd_init() 7120 next_vaddr += AHD_TMODE_CMDS * sizeof(struct target_cmd); in ahd_init() 7121 next_baddr += AHD_TMODE_CMDS * sizeof(struct target_cmd); in ahd_init() 10622 struct target_cmd *cmd; in ahd_run_tqinfifo() 10638 sizeof(struct target_cmd), in ahd_run_tqinfifo() 10658 ahd_handle_target_cmd(struct ahd_softc *ahd, struct target_cmd *cmd) in ahd_handle_target_cmd()
|
/Linux-v5.4/drivers/scsi/ |
D | advansys.c | 1749 uchar target_cmd; member 2597 q->sg_working_ix, q->target_cmd); in asc_prt_adv_scsi_req_q()
|