HomeSort by: relevance | last modified time | path
    Searched defs:Command (Results 1 - 8 of 8) sorted by relevancy

  /src/sys/external/bsd/compiler_rt/dist/lib/fuzzer/
FuzzerCommand.h 9 // FuzzerCommand represents a command to run in a subprocess. It allows callers
10 // to manage command line arguments and output and error streams.
26 class Command final {
28 // This command line flag is used to indicate that the remaining command line
35 Command() : CombinedOutAndErr(false) {}
37 explicit Command(const Vector<std::string> &ArgsToAdd)
40 explicit Command(const Command &Other)
44 Command &operator=(const Command &Other)
    [all...]
  /src/sys/external/bsd/acpica/dist/debugger/
dbhistry.c 3 * Module Name: dbhistry - debugger HISTORY command
168 char *Command;
184 * PARAMETERS: CommandLine - Command to add
188 * DESCRIPTION: Add a command line to the history buffer.
199 /* Put command into the next available slot */
207 if (AcpiGbl_HistoryBuffer[AcpiGbl_NextHistoryIndex].Command != NULL)
210 AcpiGbl_HistoryBuffer[AcpiGbl_NextHistoryIndex].Command);
215 Command);
216 AcpiGbl_HistoryBuffer[AcpiGbl_NextHistoryIndex].Command =
222 AcpiGbl_HistoryBuffer[AcpiGbl_NextHistoryIndex].Command
    [all...]
  /src/sys/arch/amiga/dev/
mscreg.h 120 u_char Command; /* command byte - see MSCCMD */
173 #define MSCCMD_CMask 0xf /* command mask */
  /src/sys/external/bsd/gnu-efi/dist/inc/
pci22.h 34 // Command
42 UINT16 Command;
  /src/usr.bin/telnet/
commands.c 113 const char *name; /* command name */
115 int (*handler) /* routine which executes command */
118 } Command;
168 static Command *getcmd(const char *);
192 /* save for shell command */
302 * the "send" command.
313 int nbyte; /* Number of bytes to send this command */
356 struct sendlist *s; /* pointer to current command */
361 printf("need at least one argument for 'send' command\n");
385 "Need %d argument%s to 'send %s' command. 'send %s ?' for help.\n"
2362 command(int top, const char *tbuf, int cnt) function in typeref:typename:void
    [all...]
  /src/sys/dev/ic/
aacreg.h 89 * We establish 4 command queues and matching response queues. Queues must
143 * AAC_MONKER_INITSTRUCT command to point it at our control structures.
162 u_int32_t MaxIoSize; /* largest I/O command */
458 * Command status values
519 #define VM_DrvErrTblLog 21 /* drive error table/log type of command */
542 u_int32_t Command;
555 * Container shutdown command.
558 u_int32_t Command;
563 * Container Config Command
567 u_int32_t Command;
1434 AAC_AifCommand command; \/* Tell host what type of member in struct:aac_aif_command
    [all...]
  /src/sys/external/bsd/acpica/dist/include/
actbl1.h 350 UINT8 Command;
380 UINT8 Command;
394 UINT8 Command;
1355 ACPI_GENERIC_ADDRESS Control; /* Address of EC command/status register */
1461 /* Command status return values */
1574 /* Command status return values */
actbl2.h 1753 UINT16 Command;
3053 UINT16 Command;
3066 UINT32 Command;
3483 UINT16 Command;
3548 /* Channel Command flags */
3602 UINT16 Command;
3626 UINT16 Command;
3690 /* Channel Command flags */

Completed in 22 milliseconds