| /netbsd/src/external/bsd/tcpdump/dist/tests/ |
| D | aoe_1-v.out | 2 Major: 0xffff, Minor: 0xff, Command: Query Config Information, Tag: 0x00000000 5 Major: 0xffff, Minor: 0xff, Command: Query Config Information, Tag: 0x00000000 9 Major: 0x0014, Minor: 0x00, Command: Issue ATA Command, Tag: 0x0001cd4a 14 Major: 0x0014, Minor: 0x00, Command: Issue ATA Command, Tag: 0x0001cd4a 19 Major: 0x0014, Minor: 0x00, Command: Issue ATA Command, Tag: 0x0002cd63 24 Major: 0x0014, Minor: 0x00, Command: Issue ATA Command, Tag: 0x0003cd63 29 Major: 0x0014, Minor: 0x00, Command: Issue ATA Command, Tag: 0x0004cd63 34 Major: 0x0014, Minor: 0x00, Command: Issue ATA Command, Tag: 0x0005cd64 39 Major: 0x0014, Minor: 0x00, Command: Issue ATA Command, Tag: 0x0002cd63 44 Major: 0x0014, Minor: 0x00, Command: Issue ATA Command, Tag: 0x0003cd63 [all …]
|
| D | smb_data_print-oobr.out | 4 SMB Command = 0x32 35 SMB Command = 0x32 65 SMB Command = 0x32 98 SMB Command = 0x32
|
| /netbsd/src/external/gpl3/gdb/dist/gdb/testsuite/gdb.python/ |
| D | py-completion.py | 21 class CompleteFileInit(gdb.Command): 23 gdb.Command.__init__( 31 class CompleteFileNone(gdb.Command): 33 gdb.Command.__init__(self, "completefilenone", gdb.COMMAND_USER) 42 class CompleteFileMethod(gdb.Command): 44 gdb.Command.__init__(self, "completefilemethod", gdb.COMMAND_USER) 53 class CompleteFileCommandCond(gdb.Command): 55 gdb.Command.__init__(self, "completefilecommandcond", gdb.COMMAND_USER) 73 class CompleteLimit1(gdb.Command): 75 gdb.Command.__init__(self, "completelimit1", gdb.COMMAND_USER) [all …]
|
| D | py-events.py | 102 class test_events(gdb.Command): 106 gdb.Command.__init__(self, "test-events", gdb.COMMAND_STACK) 122 class test_newobj_events(gdb.Command): 126 gdb.Command.__init__(self, "test-objfile-events", gdb.COMMAND_STACK) 146 class test_exiting_event(gdb.Command): 150 gdb.Command.__init__(self, "test-exiting-event", gdb.COMMAND_STACK)
|
| D | py-error.py | 19 class ClassName(gdb.Command): 23 gdb.Command.__init__(self, "ClassName", gdb.COMMAND_DATA, prefix=True)
|
| D | py-thread-exited.py | 44 class test_events(gdb.Command): 48 gdb.Command.__init__(self, "test-events", gdb.COMMAND_STACK)
|
| D | py-mi-events-gdb.py | 42 class test_events(gdb.Command): 46 gdb.Command.__init__(self, "test-events", gdb.COMMAND_STACK)
|
| /netbsd/src/sys/external/bsd/acpica/dist/debugger/ |
| D | dbhistry.c | 168 char *Command; member 207 if (AcpiGbl_HistoryBuffer[AcpiGbl_NextHistoryIndex].Command != NULL) in AcpiDbAddToHistory() 210 AcpiGbl_HistoryBuffer[AcpiGbl_NextHistoryIndex].Command); in AcpiDbAddToHistory() 215 Command); in AcpiDbAddToHistory() 216 AcpiGbl_HistoryBuffer[AcpiGbl_NextHistoryIndex].Command = in AcpiDbAddToHistory() 222 AcpiGbl_HistoryBuffer[AcpiGbl_NextHistoryIndex].Command = in AcpiDbAddToHistory() 226 strcpy (AcpiGbl_HistoryBuffer[AcpiGbl_NextHistoryIndex].Command, in AcpiDbAddToHistory() 284 if (AcpiGbl_HistoryBuffer[HistoryIndex].Command) in AcpiDbDisplayHistory() 288 AcpiGbl_HistoryBuffer[HistoryIndex].Command); in AcpiDbDisplayHistory() 364 return (AcpiGbl_HistoryBuffer[HistoryIndex].Command); in AcpiDbGetHistoryByIndex()
|
| D | dbinput.c | 176 const char *Command, 181 char *Command); 185 const char *Command, 488 const char *Command, in AcpiDbMatchCommandHelp() argument 509 while ((*Command) && (*Invocation) && (*Invocation != ' ')) in AcpiDbMatchCommandHelp() 511 if (tolower ((int) *Command) != tolower ((int) *Invocation)) in AcpiDbMatchCommandHelp() 517 Command++; in AcpiDbMatchCommandHelp() 550 const char *Command, in AcpiDbDisplayCommandInfo() argument 560 Matched = AcpiDbMatchCommandHelp (Command, Next); in AcpiDbDisplayCommandInfo() 587 char *Command) in AcpiDbDisplayHelp() argument [all …]
|
| /netbsd/src/external/bsd/nvi/dist/docs/vi.ref/ |
| D | ex.cmd.texi | 171 @deftypefn Command {} {"} 174 Command lines beginning with the double-quote character 181 @deftypefn Command {} {<control-D>} 183 @deftypefnx Command {} {<end-of-file>} 213 @deftypefn Command {} {!} {argument(s)} 215 @deftypefnx Command {} {[range]!} {argument(s)} 302 @deftypefn Command {[range]} {#} {[count] [flags]} 305 @deftypefnx Command {[range]} {nu[mber]} {[count] [flags]} 321 @deftypefn Command {@@} {buffer} 324 @deftypefnx Command {} {*} {buffer} [all …]
|
| D | vi.cmd.texi | 376 @deftypefn Command {[count]} {<control-A>} 411 @deftypefn Command {[count]} {<control-B>} 437 @deftypefn Command {[count]} {<control-D>} 466 @deftypefn Command {[count]} {<control-E>} 483 @deftypefn Command {[count]} {<control-F>} 509 @deftypefn Command {} {<control-G>} 528 @deftypefn Command {[count]} {<control-H>} 529 @deftypefnx Command {[count]} {h} 556 @deftypefn Command {[count]} {<control-J>} 559 @deftypefnx Command {[count]} {<control-N>} [all …]
|
| /netbsd/src/external/gpl3/gdb/dist/gdb/python/lib/gdb/command/ |
| D | frame_filters.py | 26 class SetFilterPrefixCmd(gdb.Command): 35 class ShowFilterPrefixCmd(gdb.Command): 44 class InfoFrameFilter(gdb.Command): 225 class EnableFrameFilter(gdb.Command): 257 class DisableFrameFilter(gdb.Command): 291 class SetFrameFilterPriority(gdb.Command): 377 class ShowFrameFilterPriority(gdb.Command):
|
| D | missing_debug.py | 71 class InfoMissingDebugHanders(gdb.Command): 176 class EnableMissingDebugHandler(gdb.Command): 198 class DisableMissingDebugHandler(gdb.Command):
|
| D | unwinders.py | 59 class InfoUnwinder(gdb.Command): 151 class EnableUnwinder(gdb.Command): 172 class DisableUnwinder(gdb.Command):
|
| D | xmethods.py | 179 class InfoXMethod(gdb.Command): 214 class EnableXMethod(gdb.Command): 239 class DisableXMethod(gdb.Command):
|
| /netbsd/src/usr.bin/make/unit-tests/ |
| D | varmod-shell.exp | 1 make: varmod-shell.mk:25: warning: Command "echo word; (exit 13)" exited with status 13 2 make: varmod-shell.mk:29: warning: Command "echo word; (exit 13)" exited with status 13 8 make: varmod-shell.mk:36: warning: Command "echo word; (exit 13)" exited with status 13
|
| D | var-op-shell.exp | 1 make: var-op-shell.mk:32: warning: Command "echo "failed"; (exit 13)" exited with status 13 2 make: var-op-shell.mk:39: warning: Command "exit 13" exited with status 13 5 make: var-op-shell.mk:69: warning: Command "/bin/no/such/command" exited with status 127
|
| D | varmod-assign-shell.exp | 1 make: varmod-assign-shell.mk:21: warning: Command "echo output; (exit 13)" exited with status 13 7 make: varmod-assign-shell.mk:26: warning: Command "echo output; (exit 13)" exited with status 13
|
| D | varmod-sun-shell.exp | 1 make: varmod-sun-shell.mk:17: warning: Command "echo word; (exit 13)" exited with status 13 8 make: varmod-sun-shell.mk:24: warning: Command "echo word; (exit 13)" exited with status 13
|
| /netbsd/src/external/bsd/nvi/dist/perl_api/ |
| D | perl.xs | 516 # Perl Command: VI::Msg 533 # Perl Command: VI::EndScreen 553 # Perl Command: VI::NewScreen 584 # Perl Command: VI::FindScreen 602 # Perl Command: VI::GetFileName 616 # Perl Command: VI::AppendLine 639 # Perl Command: VI::DelLine 659 # Perl Command: VI::GetLine 685 # Perl Command: VI::SetLine 711 # Perl Command: VI::InsertLine [all …]
|
| /netbsd/src/share/examples/refuse/ian/libfetch/ |
| D | ftp.errors | 10 200 OK Command okay 11 202 PROTO Command not implemented, superfluous at this site 37 502 PROTO Command not implemented 39 504 PROTO Command not implemented for that parameter
|
| /netbsd/src/external/bsd/fetch/dist/libfetch/ |
| D | ftp.errors | 11 200 OK Command okay 12 202 PROTO Command not implemented, superfluous at this site 38 502 PROTO Command not implemented 40 504 PROTO Command not implemented for that parameter
|
| /netbsd/src/sys/dev/ic/ |
| D | ld_aac.c | 150 fib->Header.Command = htole16(RawIo); in ld_aac_dobio() 180 fib->Header.Command = htole16(ContainerCommand); in ld_aac_dobio() 183 bw->Command = htole32(VM_CtBlockWrite); in ld_aac_dobio() 194 br->Command = htole32(VM_CtBlockRead); in ld_aac_dobio() 225 fib->Header.Command = htole16(ContainerCommand64); in ld_aac_dobio() 228 bw->Command = htole32(VM_CtHostWrite64); in ld_aac_dobio() 239 br->Command = htole32(VM_CtHostRead64); in ld_aac_dobio()
|
| D | aacreg.h | 542 u_int32_t Command; member 558 u_int32_t Command; member 567 u_int32_t Command; member 597 u_int32_t Command; member 688 u_int32_t Command; /* not FSACommand! */ member 696 u_int32_t Command; /* not FSACommand! */ member 711 u_int32_t Command; /* not FSACommand! */ member 720 u_int32_t Command; /* not FSACommand! */ member 746 u_int32_t Command; member 975 u_int16_t Command; member
|
| /netbsd/src/external/bsd/kyua-cli/dist/bootstrap/ |
| D | package.m4 | 2 m4_define(AT_PACKAGE_NAME, Kyua - Command line interface) 5 m4_define(AT_PACKAGE_STRING, Kyua - Command line interface 0.7)
|