Home
last modified time | relevance | path

Searched refs:Command (Results 1 – 25 of 288) sorted by relevance

12345678910>>...12

/netbsd/src/external/bsd/tcpdump/dist/tests/
Daoe_1-v.out2 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 …]
Dsmb_data_print-oobr.out4 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/
Dpy-completion.py21 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 …]
Dpy-events.py102 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)
Dpy-error.py19 class ClassName(gdb.Command):
23 gdb.Command.__init__(self, "ClassName", gdb.COMMAND_DATA, prefix=True)
Dpy-thread-exited.py44 class test_events(gdb.Command):
48 gdb.Command.__init__(self, "test-events", gdb.COMMAND_STACK)
Dpy-mi-events-gdb.py42 class test_events(gdb.Command):
46 gdb.Command.__init__(self, "test-events", gdb.COMMAND_STACK)
/netbsd/src/sys/external/bsd/acpica/dist/debugger/
Ddbhistry.c168 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()
Ddbinput.c176 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/
Dex.cmd.texi171 @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 …]
Dvi.cmd.texi376 @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/
Dframe_filters.py26 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):
Dmissing_debug.py71 class InfoMissingDebugHanders(gdb.Command):
176 class EnableMissingDebugHandler(gdb.Command):
198 class DisableMissingDebugHandler(gdb.Command):
Dunwinders.py59 class InfoUnwinder(gdb.Command):
151 class EnableUnwinder(gdb.Command):
172 class DisableUnwinder(gdb.Command):
Dxmethods.py179 class InfoXMethod(gdb.Command):
214 class EnableXMethod(gdb.Command):
239 class DisableXMethod(gdb.Command):
/netbsd/src/usr.bin/make/unit-tests/
Dvarmod-shell.exp1 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
Dvar-op-shell.exp1 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
Dvarmod-assign-shell.exp1 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
Dvarmod-sun-shell.exp1 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/
Dperl.xs516 # 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/
Dftp.errors10 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/
Dftp.errors11 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/
Dld_aac.c150 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()
Daacreg.h542 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/
Dpackage.m42 m4_define(AT_PACKAGE_NAME, Kyua - Command line interface)
5 m4_define(AT_PACKAGE_STRING, Kyua - Command line interface 0.7)

12345678910>>...12