Searched defs:command (Results 1 - 7 of 7) sorted by relevance
/solaris-userland-s11u3/components/visual-panels/core/src/java/util/com/oracle/solaris/vp/util/misc/ |
H A D | ProcessUtil.java | 37 * Runs the given command and waits for it to complete. 39 * @param command 40 * the command array 42 * @return the result of the command 51 public static ProcessResult exec(String... command) throws IOException, argument 54 Process p = Runtime.getRuntime().exec(command); 61 return new ProcessResult(command, exitValue, stdout, stderr); 65 * Runs the given command and waits for it to complete. 68 * the expected exit value of the command 70 * @param command 86 exec(int expExitValue, String... command) argument [all...] |
H A D | ProcessResult.java | 33 private String[] command; field in class:ProcessResult 42 public ProcessResult(String[] command, int exitValue, byte[] stdout, argument 45 this.command = command; 56 return command;
|
/solaris-userland-s11u3/components/visual-panels/core/src/java/util/com/oracle/solaris/vp/util/cli/ |
H A D | UsageFormatter.java | 44 private String command; field in class:UsageFormatter 47 private String usageLabel = Finder.getString("command.usage.header"); 55 public UsageFormatter(String command, Option option, argument 58 this.command = command; 68 return command; 124 String synopsis = command + " " +
|
/solaris-userland-s11u3/components/openssh/sources/ |
H A D | audit-solaris.c | 379 * This will be called when a user runs a non-interactive command. Note that 385 audit_run_command(const char *command) argument 387 debug("adt audit_run_command: \"%s\"", command); 389 getpid(), getuid(), geteuid(), (void *)the_authctxt, command);
|
/solaris-userland-s11u3/components/apache2/mod_sed/ |
H A D | sed1.c | 72 static apr_status_t command(sed_eval_t *eval, sed_reptr_t *ipc, 478 while (ipc->command) { 540 rv = command(eval, ipc, &step_vars); 689 * command 691 static apr_status_t command(sed_eval_t *eval, sed_reptr_t *ipc, function 701 switch(ipc->command) { 973 if ((*eval->aptr)->command == ACOM) {
|
H A D | libsed.h | 50 char command; member in struct:sed_reptr_s
|
/solaris-userland-s11u3/components/open-fabrics/libsif/include/psifapi/ |
H A D | psif_hw_data_be.h | 422 * Target QP for PSIF_WR_INVALIDATE_SGL_CACHE command. This field is also 1622 /* Do not modify unless current state is as indicated in command. */ 1815 /* QP number UF and command for either modify or query QP. */ 2291 * Per UF modify/query QP command/attribute register. Only one register is 2294 * register before this register is written. The Modify or Query QP command 2362 /* Do not modify unless current state is as indicated in command. */ 2642 enum psif_epsc_csr_epsa_command command:32; member in struct:psif_epsc_csr_epsa_cntrl 2678 u8 command[72]; member in struct:psif_epsc_csr_cli_access 2986 /** \brief Defines the complete command params for VIMMA opcodes
|
Completed in 33 milliseconds