Home
last modified time | relevance | path

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

/linux/security/yama/
A Dyama_lsm.c55 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/drivers/net/wireless/realtek/rtlwifi/
A Ddebug.c195 u32 target_cmd = 0; in rtl_debug_get_cam_register() local
211 target_cmd = entry_i + CAM_CONTENT_COUNT * j; in rtl_debug_get_cam_register()
212 target_cmd = target_cmd | BIT(31); in rtl_debug_get_cam_register()
226 target_cmd); in rtl_debug_get_cam_register()
/linux/drivers/scsi/aic7xxx/
A Daic7xxx.h620 struct target_cmd { struct
1016 struct target_cmd *targetcmds;
A Daic79xx.h674 struct target_cmd { struct
1174 struct target_cmd *targetcmds;
A Daic7xxx_core.c230 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()
5297 driver_data_size += AHC_TMODE_CMDS * sizeof(struct target_cmd) in ahc_init()
5328 ahc->targetcmds = (struct target_cmd *)ahc->qoutfifo; in ahc_init()
7736 struct target_cmd *cmd; in ahc_run_tqinfifo()
7760 sizeof(struct target_cmd), in ahc_run_tqinfifo()
7789 ahc_handle_target_cmd(struct ahc_softc *ahc, struct target_cmd *cmd) in ahc_handle_target_cmd()
A Daic79xx_core.c229 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()
7041 driver_data_size += AHD_TMODE_CMDS * sizeof(struct target_cmd); in ahd_init()
7078 ahd->targetcmds = (struct target_cmd *)next_vaddr; in ahd_init()
7079 next_vaddr += AHD_TMODE_CMDS * sizeof(struct target_cmd); in ahd_init()
7080 next_baddr += AHD_TMODE_CMDS * sizeof(struct target_cmd); in ahd_init()
10576 struct target_cmd *cmd; in ahd_run_tqinfifo()
10592 sizeof(struct target_cmd), in ahd_run_tqinfifo()
10612 ahd_handle_target_cmd(struct ahd_softc *ahd, struct target_cmd *cmd) in ahd_handle_target_cmd()
/linux/drivers/scsi/
A Dadvansys.c1736 uchar target_cmd; member
2577 q->sg_working_ix, q->target_cmd); in asc_prt_adv_scsi_req_q()

Completed in 65 milliseconds