Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/binutils.old/dist/gprofng/gp-display-html/
H A Dgp-display-html.in1337 my $target_cmd;
1355 $target_cmd = $path . "/" . $cmd;
1356 if (-x $target_cmd)
1359 $g_mapped_cmds{$cmd} = $target_cmd;
1614 my $target_cmd;
1656 $target_cmd = $g_mapped_cmds{"which"} . " $GP_DISPLAY_TEXT 2>&1";
1659 execute_system_cmd ($target_cmd);
1680 $msg = "fatal error executing command $target_cmd";
2769 my $target_cmd = $g_mapped_cmds{"rm"};
2770 my $rm_output = qx ($target_cmd -rf $outputdir);
[all …]
/netbsd-src/external/gpl3/binutils/dist/gprofng/gp-display-html/
H A Dgp-display-html.in1475 my $target_cmd;
1489 $target_cmd = "(command -v $cmd; echo \$\?)";
1491 ($error_code, $output_cmd) = execute_system_cmd ($target_cmd);
1498 $msg = "error executing this command: " . $target_cmd;
1531 gp_message ("error", $subr_name, "output from $target_cmd:");
1534 $msg = "the output from $target_cmd has more than 2 lines";
1562 $target_cmd = $path . "/" . $cmd;
1563 if (-x $target_cmd)
1569 $g_mapped_cmds{$cmd} = $target_cmd;
1926 my $target_cmd;
[all …]
/netbsd-src/sys/dev/usb/
H A Duthum.c249 uthum_read_data(struct uthum_softc *sc, uint8_t target_cmd, uint8_t *buf, in uthum_read_data() argument
270 cmdbuf[0] = target_cmd; in uthum_read_data()
/netbsd-src/sys/dev/ic/
H A Daic7xxx_inline.h539 sizeof(struct target_cmd) * AHC_TMODE_CMDS, in ahc_sync_tqinfifo()
568 /*len*/sizeof(struct target_cmd), in ahc_check_cmdcmpltqueues()
H A Daic7xxxvar.h747 struct target_cmd { struct
1143 struct target_cmd *targetcmds;
H A Daic79xxvar.h698 struct target_cmd { struct
1185 struct target_cmd *targetcmds;
H A Daic79xx_inline.h839 sizeof(struct target_cmd) * AHD_TMODE_CMDS, in ahd_sync_tqinfifo()
869 /*len*/sizeof(struct target_cmd), in ahd_check_cmdcmpltqueues()
H A Dadwlib.h722 u_int8_t target_cmd; member
H A Daic79xx.c246 struct target_cmd *cmd);
6054 driver_data_size += AHD_TMODE_CMDS * sizeof(struct target_cmd); in ahd_init()
6079 ahd->targetcmds = (struct target_cmd *)next_vaddr; in ahd_init()
6080 next_vaddr += AHD_TMODE_CMDS * sizeof(struct target_cmd); in ahd_init()
6081 next_baddr += AHD_TMODE_CMDS * sizeof(struct target_cmd); in ahd_init()
9585 struct target_cmd *cmd; in ahd_run_tqinfifo()
9601 sizeof(struct target_cmd), in ahd_run_tqinfifo()
9622 ahd_handle_target_cmd(struct ahd_softc *ahd, struct target_cmd *cmd) in ahd_handle_target_cmd()
H A Daic7xxx.c248 struct target_cmd *cmd);
4501 driver_data_size += AHC_TMODE_CMDS * sizeof(struct target_cmd) in ahc_init()
4516 ahc->targetcmds = (struct target_cmd *)ahc->qoutfifo; in ahc_init()
7210 struct target_cmd *cmd; in ahc_run_tqinfifo()
7234 sizeof(struct target_cmd), in ahc_run_tqinfifo()
7263 ahc_handle_target_cmd(struct ahc_softc *ahc, struct target_cmd *cmd) in ahc_handle_target_cmd()
H A Dmfireg.h1868 struct mfi_mpi2_reply_target_cmd_buffer target_cmd; member