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 DProcessUtil.java37 * 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 DProcessResult.java33 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 DUsageFormatter.java44 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 Daudit-solaris.c379 * 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 Dsed1.c72 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 Dlibsed.h50 char command; member in struct:sed_reptr_s
/solaris-userland-s11u3/components/open-fabrics/libsif/include/psifapi/
H A Dpsif_hw_data_be.h422 * 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 258 milliseconds