HomeSort by: relevance | last modified time | path
    Searched refs:target_cmd (Results 1 - 11 of 11) sorted by relevancy

  /src/external/gpl3/binutils/dist/gprofng/gp-display-html/
gp-display-html.in 1483 my $target_cmd;
1497 $target_cmd = "(command -v $cmd; echo \$\?)";
1499 $msg = "check target_cmd = " . $target_cmd;
1502 ($error_code, $output_cmd) = execute_system_cmd ($target_cmd);
1509 $msg = "error executing this command: " . $target_cmd;
1522 # The output from the $target_cmd command should contain 2 lines in case the
1542 gp_message ("error", $subr_name, "output from $target_cmd:");
1545 $msg = "the output from $target_cmd has more than 2 lines";
1573 $target_cmd = $path . "/" . $cmd
    [all...]
  /src/external/gpl3/binutils.old/dist/gprofng/gp-display-html/
gp-display-html.in 1483 my $target_cmd;
1497 $target_cmd = "(command -v $cmd; echo \$\?)";
1499 $msg = "check target_cmd = " . $target_cmd;
1502 ($error_code, $output_cmd) = execute_system_cmd ($target_cmd);
1509 $msg = "error executing this command: " . $target_cmd;
1522 # The output from the $target_cmd command should contain 2 lines in case the
1542 gp_message ("error", $subr_name, "output from $target_cmd:");
1545 $msg = "the output from $target_cmd has more than 2 lines";
1573 $target_cmd = $path . "/" . $cmd
    [all...]
  /src/sys/dev/usb/
uthum.c 249 uthum_read_data(struct uthum_softc *sc, uint8_t target_cmd, uint8_t *buf,
270 cmdbuf[0] = target_cmd;
  /src/sys/dev/ic/
aic7xxx_inline.h 539 sizeof(struct target_cmd) * AHC_TMODE_CMDS,
568 /*len*/sizeof(struct target_cmd),
aic79xx_inline.h 839 sizeof(struct target_cmd) * AHD_TMODE_CMDS,
869 /*len*/sizeof(struct target_cmd),
aic79xxvar.h 698 struct target_cmd { struct
1185 struct target_cmd *targetcmds;
aic7xxxvar.h 747 struct target_cmd { struct
1143 struct target_cmd *targetcmds;
adwlib.h 722 u_int8_t target_cmd; member in struct:adw_scsi_req_q
aic7xxx.c 248 struct target_cmd *cmd);
4501 driver_data_size += AHC_TMODE_CMDS * sizeof(struct target_cmd)
4516 ahc->targetcmds = (struct target_cmd *)ahc->qoutfifo;
7210 struct target_cmd *cmd;
7234 sizeof(struct target_cmd),
7263 ahc_handle_target_cmd(struct ahc_softc *ahc, struct target_cmd *cmd)
aic79xx.c 246 struct target_cmd *cmd);
6054 driver_data_size += AHD_TMODE_CMDS * sizeof(struct target_cmd);
6079 ahd->targetcmds = (struct target_cmd *)next_vaddr;
6080 next_vaddr += AHD_TMODE_CMDS * sizeof(struct target_cmd);
6081 next_baddr += AHD_TMODE_CMDS * sizeof(struct target_cmd);
9585 struct target_cmd *cmd;
9601 sizeof(struct target_cmd),
9622 ahd_handle_target_cmd(struct ahd_softc *ahd, struct target_cmd *cmd)
mfireg.h 1868 struct mfi_mpi2_reply_target_cmd_buffer target_cmd; member in union:mfi_mpi2_reply_descriptor

Completed in 46 milliseconds