Home
last modified time | relevance | path

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

12345

/dragonfly/sys/contrib/dev/acpica/source/components/debugger/
H A Ddbhistry.c169 char *Command; member
208 if (AcpiGbl_HistoryBuffer[AcpiGbl_NextHistoryIndex].Command != NULL) in AcpiDbAddToHistory()
211 AcpiGbl_HistoryBuffer[AcpiGbl_NextHistoryIndex].Command); in AcpiDbAddToHistory()
216 Command); in AcpiDbAddToHistory()
217 AcpiGbl_HistoryBuffer[AcpiGbl_NextHistoryIndex].Command = in AcpiDbAddToHistory()
223 AcpiGbl_HistoryBuffer[AcpiGbl_NextHistoryIndex].Command = in AcpiDbAddToHistory()
227 strcpy (AcpiGbl_HistoryBuffer[AcpiGbl_NextHistoryIndex].Command, in AcpiDbAddToHistory()
285 if (AcpiGbl_HistoryBuffer[HistoryIndex].Command) in AcpiDbDisplayHistory()
289 AcpiGbl_HistoryBuffer[HistoryIndex].Command); in AcpiDbDisplayHistory()
365 return (AcpiGbl_HistoryBuffer[HistoryIndex].Command); in AcpiDbGetHistoryByIndex()
H A Ddbinput.c178 const char *Command,
183 char *Command);
187 const char *Command,
487 const char *Command, in AcpiDbMatchCommandHelp() argument
508 while ((*Command) && (*Invocation) && (*Invocation != ' ')) in AcpiDbMatchCommandHelp()
516 Command++; in AcpiDbMatchCommandHelp()
549 const char *Command, in AcpiDbDisplayCommandInfo() argument
559 Matched = AcpiDbMatchCommandHelp (Command, Next); in AcpiDbDisplayCommandInfo()
586 char *Command) in AcpiDbDisplayHelp() argument
591 if (!Command) in AcpiDbDisplayHelp()
[all …]
/dragonfly/usr.sbin/pppctl/
H A Dpppctl.c50 static char Buffer[LINELEN], Command[LINELEN]; variable
379 Command[sizeof(Command)-1] = '\0'; in main()
381 if (len && len < sizeof(Command)-1) in main()
382 strcpy(Command+len++, " "); in main()
383 strncpy(Command+len, argv[arg], sizeof(Command)-len-1); in main()
384 len += strlen(Command+len); in main()
431 start = Command; in main()
/dragonfly/lib/libftpio/
H A Dftp.errors11 200 Command okay
12 202 Command not implemented, superfluous at this site
38 502 Command not implemented
40 504 Command not implemented for that parameter
/dragonfly/lib/libfetch/
H A 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
/dragonfly/sys/dev/raid/hptmv/
H A Dcommand.h38 UCHAR Command; /* IDE_COMMAND_READ, _WRITE, _VERIFY */ member
70 UCHAR Command; /* CTRL_CMD_XXX */ member
87 UCHAR Command; /* CTRL_CMD_XXX */ member
206 } Command; typedef
H A Dioctl.c623 if (pCmd->uCmd.R1Control.Command==CTRL_CMD_VERIFY) in R1ControlSgl()
761 pCmd->uCmd.R1Control.Command = CTRL_CMD_REBUILD; in hpt_rebuild_data_block()
766 pCmd->uCmd.R1Control.Command = CTRL_CMD_VERIFY; in hpt_rebuild_data_block()
771 pCmd->uCmd.R1Control.Command = CTRL_CMD_REBUILD; in hpt_rebuild_data_block()
790 pCmd->uCmd.R5Control.Command = CTRL_CMD_REBUILD; break; in hpt_rebuild_data_block()
792 pCmd->uCmd.R5Control.Command = CTRL_CMD_VERIFY; break; in hpt_rebuild_data_block()
794 pCmd->uCmd.R5Control.Command = CTRL_CMD_INIT; break; in hpt_rebuild_data_block()
H A Datapi.h48 UCHAR Command; /* RO: Status WR:Command */ member
369 #define mGetBaseStatus(IOPort) (UCHAR)InPort(&IOPort->Command)
379 #define mIssueCommand(IOPort,Cmd) OutPort(&IOPort->Command, (UCHAR)(Cmd))
/dragonfly/sys/dev/raid/aac/
H A Daacreg.h141 u_int16_t Command; member
1167 u_int32_t Command; member
1183 u_int32_t Command; member
1192 u_int32_t Command; member
1222 u_int32_t Command; member
1318 u_int32_t Command; /* not FSACommand! */ member
1326 u_int32_t Command; member
1341 u_int32_t Command; /* not FSACommand! */ member
1350 u_int32_t Command; /* not FSACommand! */ member
1379 u_int32_t Command; member
H A Daac_debug.c199 device_printf(sc->aac_dev, " Command %d\n", fib->Header.Command); in aac_print_fib()
212 switch(fib->Header.Command) { in aac_print_fib()
224 if (br->Command == VM_CtBlockRead) { in aac_print_fib()
231 if (bw->Command == VM_CtBlockWrite) { in aac_print_fib()
H A Daac.c742 cc->Command = VM_CloseAll; in aac_shutdown()
1052 switch (fib->Header.Command) { in aac_command_thread()
1215 fib->Header.Command = RawIo; in aac_bio_command()
1235 br->Command = VM_CtBlockRead; in aac_bio_command()
1245 bw->Command = VM_CtBlockWrite; in aac_bio_command()
1259 br->Command = VM_CtHostRead64; in aac_bio_command()
1271 bw->Command = VM_CtHostWrite64; in aac_bio_command()
1549 if (fib->Header.Command == RawIo) { in aac_map_command_sg()
2072 fib->Header.Command = command; in aac_sync_fib()
3713 c_cmd->Command = VM_ContainerConfig; in aac_get_bus_info()
[all …]
H A Daac_cam.c452 fib->Header.Command = (sc->flags & AAC_FLAGS_SG_64BIT) ? in aac_cam_action()
461 fib->Header.Command = ScsiPortCommand; in aac_cam_action()
659 vmi->Command = VM_Ioctl; in aac_cam_reset_bus()
/dragonfly/contrib/gdb-7/gdb/python/lib/gdb/command/
H A Dpretty_printers.py84 class InfoPrettyPrinter(gdb.Command):
316 class EnablePrettyPrinter (gdb.Command):
339 class DisablePrettyPrinter (gdb.Command):
H A Dtype_printers.py22 class InfoTypePrinter(gdb.Command):
61 class _EnableOrDisableCommand(gdb.Command):
H A Dexplore.py649 class ExploreCommand(gdb.Command):
689 class ExploreValueCommand(gdb.Command):
720 class ExploreTypeCommand(gdb.Command):
/dragonfly/usr.bin/telnet/
H A Dcommands.c115 } Command; typedef
2457 static Command cmdtab[] = {
2487 static Command cmdtab2[] = {
2513 static Command *
2516 Command *cm; in getcmd()
2518 if ((cm = (Command *) genget(name, (char **) cmdtab, sizeof(Command)))) in getcmd()
2520 return (Command *) genget(name, (char **) cmdtab2, sizeof(Command)); in getcmd()
2526 Command *c; in command()
2599 Command *c; in help()
2630 Command *c; in cmdrc()
/dragonfly/test/testcases/libnvmm/
H A Ddfregress.run1 # Testcase type Options Command line arguments
/dragonfly/nrelease/gui/root/.idesktop/
H A Dterminal.lnk3 Command: urxvt
H A Dreadme.lnk3 Command: urxvt -e less /README
H A Dinstall.lnk3 Command: /usr/pkg/bin/urxvt -e ~/installDragonFly.sh
/dragonfly/tools/regression/
H A Dregression.runlist1 # Testcase type Options Command line argum…
/dragonfly/tools/regression/bin/sh/builtins/
H A Dfc2.014 # Command not found, containing slash
/dragonfly/sys/dev/raid/hpt27xx/
H A Dhim.h359 HPT_U8 Command; member
382 HPT_U8 Command; /* CTRL_CMD_XXX */ member
/dragonfly/sys/dev/raid/hptrr/
H A Dhim.h320 HPT_U8 Command; member
343 HPT_U8 Command; /* CTRL_CMD_XXX */ member
/dragonfly/sys/dev/disk/mpt/
H A Dmpt_pci.c784 mpt->pci_cfg.Command = pci_read_config(mpt->dev, PCIR_COMMAND, 2);
812 MPT_CHECK(Command, PCIR_COMMAND, 2);
825 pci_write_config(mpt->dev, PCIR_COMMAND, mpt->pci_cfg.Command, 2);

12345