Home
last modified time | relevance | path

Searched refs:target_cmd (Results 1 – 8 of 8) sorted by relevance

/Linux-v4.19/security/yama/
Dyama_lsm.c59 char *target_cmd, *agent_cmd; in __report_access() local
61 target_cmd = kstrdup_quotable_cmdline(info->target, GFP_KERNEL); in __report_access()
66 info->access, target_cmd, info->target->pid, agent_cmd, in __report_access()
70 kfree(target_cmd); in __report_access()
/Linux-v4.19/drivers/net/wireless/realtek/rtlwifi/
Ddebug.c236 u32 target_cmd = 0; in rtl_debug_get_cam_register() local
252 target_cmd = entry_i + CAM_CONTENT_COUNT * j; in rtl_debug_get_cam_register()
253 target_cmd = target_cmd | BIT(31); in rtl_debug_get_cam_register()
267 target_cmd); in rtl_debug_get_cam_register()
/Linux-v4.19/drivers/staging/rtlwifi/
Ddebug.c222 u32 target_cmd = 0; in rtl_debug_get_cam_register() local
238 target_cmd = entry_i + CAM_CONTENT_COUNT * j; in rtl_debug_get_cam_register()
239 target_cmd = target_cmd | BIT(31); in rtl_debug_get_cam_register()
253 target_cmd); in rtl_debug_get_cam_register()
/Linux-v4.19/drivers/scsi/aic7xxx/
Daic7xxx.h623 struct target_cmd { struct
1023 struct target_cmd *targetcmds;
Daic79xx.h677 struct target_cmd { struct
1180 struct target_cmd *targetcmds;
Daic7xxx_core.c237 struct target_cmd *cmd);
688 sizeof(struct target_cmd) * AHC_TMODE_CMDS, in ahc_sync_tqinfifo()
717 /*len*/sizeof(struct target_cmd), in ahc_check_cmdcmpltqueues()
5359 driver_data_size += AHC_TMODE_CMDS * sizeof(struct target_cmd) in ahc_init()
5390 ahc->targetcmds = (struct target_cmd *)ahc->qoutfifo; in ahc_init()
7805 struct target_cmd *cmd; in ahc_run_tqinfifo()
7829 sizeof(struct target_cmd), in ahc_run_tqinfifo()
7858 ahc_handle_target_cmd(struct ahc_softc *ahc, struct target_cmd *cmd) in ahc_handle_target_cmd()
Daic79xx_core.c237 struct target_cmd *cmd);
910 sizeof(struct target_cmd) * AHD_TMODE_CMDS, in ahd_sync_tqinfifo()
940 /*len*/sizeof(struct target_cmd), in ahd_check_cmdcmpltqueues()
7124 driver_data_size += AHD_TMODE_CMDS * sizeof(struct target_cmd); in ahd_init()
7161 ahd->targetcmds = (struct target_cmd *)next_vaddr; in ahd_init()
7162 next_vaddr += AHD_TMODE_CMDS * sizeof(struct target_cmd); in ahd_init()
7163 next_baddr += AHD_TMODE_CMDS * sizeof(struct target_cmd); in ahd_init()
10662 struct target_cmd *cmd; in ahd_run_tqinfifo()
10678 sizeof(struct target_cmd), in ahd_run_tqinfifo()
10698 ahd_handle_target_cmd(struct ahd_softc *ahd, struct target_cmd *cmd) in ahd_handle_target_cmd()
/Linux-v4.19/drivers/scsi/
Dadvansys.c1753 uchar target_cmd; member
2601 q->sg_working_ix, q->target_cmd); in asc_prt_adv_scsi_req_q()