/openbmc/qemu/bsd-user/freebsd/ |
H A D | os-proc.c | 149 t2h_procctl_cmd(int target_cmd, int *host_cmd) in t2h_procctl_cmd() argument 151 switch (target_cmd) { in t2h_procctl_cmd() 266 int target_cmd; in do_freebsd_procctl() local 273 target_cmd = (int)arg5; in do_freebsd_procctl() 277 target_cmd = (int)arg4; in do_freebsd_procctl() 282 target_cmd = (int)arg3; in do_freebsd_procctl() 286 error = t2h_procctl_cmd(target_cmd, &host_cmd); in do_freebsd_procctl()
|
/openbmc/linux/security/yama/ |
H A 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()
|
/openbmc/ipmitool/src/plugins/dummy/ |
H A D | dummy.c | 221 req_dummy.msg.target_cmd = req->msg.target_cmd; in ipmi_dummyipmi_send_cmd() 231 req_dummy.msg.target_cmd); in ipmi_dummyipmi_send_cmd()
|
H A D | dummy.h | 11 uint8_t target_cmd; member
|
/openbmc/linux/drivers/net/wireless/realtek/rtlwifi/ |
H A D | debug.c | 195 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()
|
/openbmc/qemu/linux-user/ |
H A D | user-internals.h | 39 int target_cmd; member
|
H A D | strace.c | 1013 for (ie = ioctl_entries; ie->target_cmd != 0; ie++) { in print_syscall_ret_ioctl() 1014 if (ie->target_cmd == arg1) { in print_syscall_ret_ioctl() 1019 if (ie->target_cmd == arg1 && in print_syscall_ret_ioctl() 4260 for (ie = ioctl_entries; ie->target_cmd != 0; ie++) { in print_ioctl() 4261 if (ie->target_cmd == arg1) { in print_ioctl() 4266 if (ie->target_cmd == 0) { in print_ioctl()
|
H A D | syscall.c | 5609 if (ie->target_cmd == 0) { in do_ioctl() 5614 if (ie->target_cmd == cmd) in do_ioctl() 7274 while (ie->target_cmd != 0) { in syscall_init() 7275 if (((ie->target_cmd >> TARGET_IOC_SIZESHIFT) & TARGET_IOC_SIZEMASK) == in syscall_init() 7280 ie->target_cmd); in syscall_init() 7285 ie->target_cmd = (ie->target_cmd & in syscall_init() 7293 if (unlikely(ie->target_cmd != ie->host_cmd)) { in syscall_init() 7295 ie->name, ie->target_cmd, ie->host_cmd); in syscall_init()
|
/openbmc/ipmitool/include/ipmitool/ |
H A D | ipmi.h | 76 uint8_t target_cmd; member
|
/openbmc/linux/drivers/scsi/aic7xxx/ |
H A D | aic7xxx.h | 620 struct target_cmd { struct 1016 struct target_cmd *targetcmds;
|
H A D | aic79xx.h | 674 struct target_cmd { struct 1174 struct target_cmd *targetcmds;
|
H A 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() 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()
|
H A 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() 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()
|
/openbmc/ipmitool/src/plugins/lan/ |
H A D | lan.c | 615 entry->req.msg.cmd = entry->req.msg.target_cmd; in ipmi_lan_poll_recv() 629 entry->req.msg.cmd = entry->req.msg.target_cmd; in ipmi_lan_poll_recv() 798 entry->req.msg.target_cmd = entry->req.msg.cmd; /* Save target command */ in ipmi_lan_build_cmd() 933 ipmi_req_remove_entry(entry->rq_seq, entry->req.msg.target_cmd); in ipmi_lan_send_cmd()
|
/openbmc/ipmitool/src/plugins/lanplus/ |
H A D | lanplus.c | 735 uint8_t target_cmd = entry->req.msg.target_cmd; in ipmi_lan_poll_single() local 748 entry->req.msg.cmd = entry->req.msg.target_cmd; in ipmi_lan_poll_single() 1403 entry->req.msg.target_cmd = entry->req.msg.cmd; /* Save target command */ in getIpmiPayloadWireRep() 1896 entry->req.msg.target_cmd = entry->req.msg.cmd; in ipmi_lanplus_build_v2x_ipmi_cmd()
|
/openbmc/linux/drivers/scsi/ |
H A D | advansys.c | 1736 uchar target_cmd; member 2586 q->sg_working_ix, q->target_cmd); in asc_prt_adv_scsi_req_q()
|