Searched refs:command (Results 351 - 375 of 715) sorted by relevance

<<11121314151617181920>>

/netbsd-6-1-5-RELEASE/sys/arch/shark/shark/
H A Dsequoia.c676 void ledSetDebug(int command)
687 switch (command)
726 panic("ledSetDebug: invalid command %d",command);
675 ledSetDebug(int command) argument
/netbsd-6-1-5-RELEASE/libexec/httpd/
H A Dlua-bozo.c305 char *s, *query, *uri, *file, *command, *info, *content; local
348 command = file + 1;
349 if ((s = strchr(command, '/')) != NULL) {
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/gdb/testsuite/lib/
H A Dmi-support.exp71 -re "Undefined command.*$gdb_prompt $" {
326 # Send GDB the "target" command.
385 # load a file into the debugger (file command only).
555 # mi_gdb_test COMMAND PATTERN MESSAGE [IPATTERN] -- send a command to gdb;
558 # COMMAND is the command to execute, send to GDB with send_gdb. If
559 # this is the null string no command is sent.
581 set command [lindex $args 0]
597 send_user "Sending \"$command\" to gdb\n"
603 set string "${command}\n";
604 set string_regex [string_to_regexp $command]
[all...]
/netbsd-6-1-5-RELEASE/sys/dev/sdmmc/
H A Dsdhc.c209 /* command execution */
441 /* XXX poll for command completion or suspend command
791 printf("%s: sdhc_sdclk_frequency_select: command in progress\n",
998 * Start the MMC command, or mark `cmd' as failed and return.
1007 * Wait until the command phase is done, or until the command
1033 * If the command has data to transfer in any direction,
1074 uint16_t command; local
1091 /* XXX: Split this command
[all...]
/netbsd-6-1-5-RELEASE/sys/dev/pci/
H A Diwic_dchan.c312 int command = D_CMDR_RACK; local
350 command |= D_CMDR_RRST;
394 IWIC_WRITE(sc, D_CMDR, command);
H A Dradeonfb_bios.c373 uint8_t command = value & TABLE_ENTRY_COMMAND_MASK; local
424 DPRINTF(("SCOMMAND %x\n", command));
425 switch (command) {
/netbsd-6-1-5-RELEASE/bin/csh/
H A Ddir.c190 dodirs(Char **v, struct command *t)
330 * dochngd - implement chdir command.
334 dochngd(Char **v, struct command *t)
477 dopushd(Char **v, struct command *t)
556 dopopd(Char **v, struct command *t)
H A Ddol.c100 * argument list to command t.
103 Dfix(struct command *t)
895 * Term wasn't quoted so variable and then command expand the input
925 * If any ` in line do command substitution
941 * Resurrect the words from the command substitution each separated by
942 * a newline. Note that the last newline of a command substitution
H A Dset.c70 doset(Char **v, struct command *t)
217 dolet(Char **v, struct command *t)
494 unset(Char **v, struct command *t)
584 shift(Char **v, struct command *t)
/netbsd-6-1-5-RELEASE/external/bsd/bind/dist/bin/named/include/named/
H A Dserver.h205 * Act on a "reload" command from the command channel.
211 * Act on a "reconfig" command from the command channel.
217 * Act on a "notify" command from the command channel.
223 * Act on a "refresh" command from the command channel.
229 * Act on a "retransfer" command from the command channe
[all...]
/netbsd-6-1-5-RELEASE/external/gpl2/lvm2/dist/tools/
H A Dlvm.c60 static struct command *com;
238 log_error("No such command '%s'. Try 'help'.",
242 log_debug("Internal error: Failed command did not use log_error");
H A Dtools.h63 /* command functions */
70 /* define the enums for the command line switches */
124 struct command { struct
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/gdb/testsuite/gdb.base/
H A Dcommands.exp166 # subsection "Breakpoint command lists".
185 # part1: issue the gdb command "commands"
225 # Test a simple user defined command (with arguments)
246 "execute user defined command in user_defined_command_test"
249 "display user command in user_defined_command_test"
297 gdb_test_multiple "print value" "add print command to watch" {
299 pass "add print command to watch"
302 gdb_test_multiple "continue" "add continue command to watch" {
304 pass "add continue command to watch"
382 gdb_test "maintenance deprecate blah" "Can't find command
[all...]
/netbsd-6-1-5-RELEASE/sys/compat/linux/common/
H A Dlinux_hdio.c91 req.command = WDCC_IDENTIFY;
/netbsd-6-1-5-RELEASE/sys/dev/cardbus/
H A Drbus_ppb.c507 int bus, device, function, command; local
521 command = pci_conf_read(pc, tag, PCI_COMMAND_STATUS_REG);
522 command |= PCI_COMMAND_IO_ENABLE|PCI_COMMAND_MEM_ENABLE;
523 pci_conf_write(pc, tag, PCI_COMMAND_STATUS_REG, command);
/netbsd-6-1-5-RELEASE/sys/dev/ic/
H A Dcacreg.h234 u_int8_t command; /* command */ member in struct:cac_req
/netbsd-6-1-5-RELEASE/sys/arch/hpc/stand/hpcboot/menu/
H A Dtabwindow.cpp148 command(LOWORD(wparam), HIWORD(wparam));
/netbsd-6-1-5-RELEASE/sys/dev/marvell/
H A Dgtpci.c452 uint32_t p2pc, command; local
494 command = GTPCI_READ(sc, GTPCI_C);
495 if (command & GTPCI_C_MRDMUL)
497 if (command & GTPCI_C_MRDLINE)
/netbsd-6-1-5-RELEASE/sys/arch/dreamcast/dev/g2/
H A Daica.c532 aica_command(struct aica_softc *sc, uint32_t command) argument
536 AICA_ARM_CMD_COMMAND, command);
543 aica_sendparam(struct aica_softc *sc, uint32_t command, argument
552 aica_command(sc, command);
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/gdb/
H A Dtop.c68 /* Default command line prompt. This is overriden in some configs. */
110 /* stdio stream that command input is being read from. Set to stdin
112 to NULL if we are executing a user-defined command or interacting
117 /* Flag to indicate whether a user defined command is currently running. */
128 /* Function to call before reading a command, if nonzero.
137 /* Buffer used for reading command lines, and the size
143 /* Nonzero if the current command is modified by "server ". This
144 affects things like recording into the command history, commands
189 /* Hooks for alternate command interfaces. */
192 users command fil
518 char *command; local
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/gdb/tui/
H A Dtui-data.h192 /* Elements in the command window content. */
236 struct tui_command_element command; /* Command elements. */ member in union:tui_which_element
/netbsd-6-1-5-RELEASE/usr.bin/telnet/
H A Dmain.c128 * main. Parse arguments, invoke the protocol or command parser.
359 command(1, 0, 0);
/netbsd-6-1-5-RELEASE/sys/external/bsd/drm/dist/shared-core/
H A Dvia_dma.c82 * Free space in command buffer.
96 * How much does the command regulator lag behind?
448 * If there is a possibility that the command reader will
539 uint32_t command; local
553 command = ((HC_SubA_HAGPCMNT << 24) | (start_addr >> 24) |
564 VIA_WRITE(VIA_REG_TRANSPACE, command);
571 VIA_WRITE(VIA_REG_TRANSPACE, command | HC_HAGPCMNT_MASK);
585 * command reader to pause and where it actually pauses.
626 * Wrap command buffer to the beginning.
648 * command buffe
[all...]
/netbsd-6-1-5-RELEASE/common/dist/zlib/contrib/delphi/
H A Dzlibd32.mak66 # the command line is cut to fit in the MS-DOS 128 byte limit:
/netbsd-6-1-5-RELEASE/common/dist/zlib/contrib/pascal/
H A Dzlibd32.mak66 # the command line is cut to fit in the MS-DOS 128 byte limit:

Completed in 381 milliseconds

<<11121314151617181920>>