Searched refs:command (Results 251 - 275 of 674) sorted by relevance

<<11121314151617181920>>

/freebsd-current/contrib/tcpdump/
H A Dappletalk.h143 nd_uint8_t command; member in struct:zipHeader
/freebsd-current/sys/dev/aac/
H A Daac_disk.c230 * Send out one command at a time with up to maxio of data.
244 u_int32_t command; local
277 command = ContainerCommand;
289 command = ContainerCommand64;
297 * bother trying to send the command from the callback; there
310 if (aac_sync_fib(sc, command, 0, fib, size)) {
/freebsd-current/sys/powerpc/include/
H A Ddbdma.h114 * Each DBDMA command word has the current channel status register and the
116 * at time of command completion.
140 void dbdma_insert_command(dbdma_channel_t *chan, int slot, int command,
/freebsd-current/sys/powerpc/powermac/
H A Ddbdma.c278 dbdma_insert_command(dbdma_channel_t *chan, int slot, int command, int stream, argument
285 cmd.cmd = command;
293 if (command != DBDMA_STORE_QUAD && command != DBDMA_LOAD_QUAD)
/freebsd-current/contrib/llvm-project/openmp/runtime/src/
H A Dompt-internal.h111 int __kmp_control_tool(uint64_t command, uint64_t modifier, void *arg);
/freebsd-current/contrib/llvm-project/lldb/source/Plugins/TraceExporter/ctf/
H A DCommandObjectThreadTraceExportCTF.cpp65 void CommandObjectThreadTraceExportCTF::DoExecute(Args &command, argument
/freebsd-current/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectDisassemble.h76 void DoExecute(Args &command, CommandReturnObject &result) override;
H A DCommandObjectMemory.cpp351 void DoExecute(Args &command, CommandReturnObject &result) override {
356 const size_t argc = command.GetArgumentCount();
585 addr = OptionArgParser::ToAddress(&m_exe_ctx, command[0].ref(),
596 &m_exe_ctx, command[1].ref(), LLDB_INVALID_ADDRESS, nullptr);
1009 void DoExecute(Args &command, CommandReturnObject &result) override {
1014 const size_t argc = command.GetArgumentCount();
1023 &m_exe_ctx, command[0].ref(), LLDB_INVALID_ADDRESS, &error);
1029 &m_exe_ctx, command[1].ref(), LLDB_INVALID_ADDRESS, &error);
1289 void DoExecute(Args &command, CommandReturnObject &result) override {
1294 const size_t argc = command
[all...]
H A DCommandObjectThread.cpp102 // Instance variables to hold the values for command options.
134 // there isn't a repeat command. So we search for the count option in
352 // Instance variables to hold the values for command options.
415 void DoExecute(Args &command, CommandReturnObject &result) override {
422 if (command.GetArgumentCount() == 0) {
430 const char *thread_idx_cstr = command.GetArgumentAtIndex(0);
471 // This is a bit unfortunate, but not all the commands in this command
607 // stack to the main command handler and show an (lldb) prompt before
674 void DoExecute(Args &command, CommandReturnObject &result) override {
686 const size_t argc = command
[all...]
/freebsd-current/contrib/bmake/unit-tests/
H A Ddirective-export-impl.exp18 Capturing the output of command "echo "$UT_VAR""
43 Capturing the output of command "echo "$UT_VAR""
H A Dcomment.mk20 # triggered the error message "Unassociated shell command".
77 # If the '#' were to start a makefile comment, the following shell command
/freebsd-current/contrib/tcsh/
H A Dtc.os.c48 /* dosetpath -- setpath built-in command
77 dosetpath(Char **arglist, struct command *c)
194 dogetxvers(Char **v, struct command *c)
206 dosetxvers(Char **v, struct command *c)
283 dogetspath(Char **v, struct command *c)
327 dosetspath(Char **v, struct command *c)
415 domigrate(Char **v, struct command *c)
496 dodmmode(Char **v, struct command *c)
555 dowarp(Char **v, struct command *c)
622 douniverse(Char **v, struct command *
[all...]
/freebsd-current/crypto/openssh/
H A Dauth2-pubkey.c339 * Checks whether principal is allowed in output of command.
352 char *tmp, *username = NULL, *command = NULL, **av = NULL; local
373 /* Prepare and verify the user for the command */
383 /* Turn the command into an argument vector */
438 /* Prepare a printable command for logs, etc. */
439 command = argv_assemble(ac, av);
441 if ((pid = subprocess("AuthorizedPrincipalsCommand", command,
450 ok = auth_process_principals(f, "(command)", cert, authoptsp);
455 if (exited_cleanly(pid, "AuthorizedPrincipalsCommand", command, 0) != 0)
469 free(command);
626 char uidstr[32], *tmp, *command = NULL, **av = NULL; local
[all...]
/freebsd-current/sys/dev/aacraid/
H A Daacraid_pci.c152 u_int32_t command; local
170 command = pci_read_config(sc->aac_dev, PCIR_COMMAND, 2);
171 if (!(command & PCIM_CMD_BUSMASTEREN)) {
/freebsd-current/sys/dev/isci/scil/
H A Dscu_task_context.h227 * These constants provide the grouping of the different SCU command types.
237 #define MAKE_SCU_CONTEXT_COMMAND_REQUEST(type, command) \
238 ((type) | (((U32)(command)) << SCU_CONTEXT_COMMAND_REQUEST_SUBTYPE_SHIFT))
345 U32 command : 8; member in struct:STP_TASK_CONTEXT
659 * This field is programmed with one of the following command type codes
710 * frame. command, task, and response frames utilized control_frame
772 * This field is the command iu length in dwords
814 * command iu buffer
820 * command iu buffer
/freebsd-current/usr.bin/newkey/
H A Dupdate.c134 _openchild(char *command, FILE **fto, FILE **ffrom) argument
165 com = malloc((unsigned) strlen(command) + 6);
169 (void)sprintf(com, "exec %s", command);
/freebsd-current/sys/ddb/
H A Ddb_lex.c68 db_inject_line(const char *command) argument
71 strlcpy(db_line, command, sizeof(db_line));
73 db_endlp = db_lp + strlen(command);
/freebsd-current/usr.sbin/rpc.ypupdated/
H A Dupdate.c138 _openchild(char *command, FILE **fto, FILE **ffrom) argument
169 com = malloc((unsigned) strlen(command) + 6);
173 (void)sprintf(com, "exec %s", command);
/freebsd-current/sys/arm64/intel/
H A Dstratix10-soc-fpga-mgr.c100 msg.command = COMMAND_RECONFIG;
125 msg.command = COMMAND_RECONFIG_DATA_SUBMIT;
138 msg.command = COMMAND_RECONFIG_DATA_CLAIM;
/freebsd-current/crypto/openssl/util/perl/OpenSSL/
H A DUtil.pm134 Fixes up the command line elements given by LIST in a platform specific
141 This can also be used to put quotes around the executable of a command.
149 # A formatter for the command arguments, defaulting to the Unix setup
184 complete command line. It does the same thing as fixup_cmd_elements(),
197 # On VMS, running random executables without having a command symbol
198 # means running them with the MCR command. This is an old PDP-11
199 # command that stuck around.
201 # safe assumption for OpenSSL command lines
210 # If the command itself doesn't have a directory spec, make sure
/freebsd-current/contrib/wpa/src/ap/
H A Diapp.c55 u8 command; member in struct:iapp_hdr
186 hdr->command = IAPP_CMD_ADD_notify;
223 * F=0 (no poll command; unsolicited frame) */
339 "RX: version=%d command=%d id=%d len=%d\n",
340 hdr->version, hdr->command,
358 switch (hdr->command) {
370 wpa_printf(MSG_INFO, "Unknown IAPP command %d", hdr->command);
/freebsd-current/contrib/less/
H A Dtags.c510 char *command;
540 command = (char *) ecalloc(strlen(cmd) + strlen(flag) +
542 sprintf(command, "%s -x%s %s", cmd, flag, qtag);
545 fp = popen(command, "r");
546 free(command);
/freebsd-current/contrib/llvm-project/lldb/source/Target/
H A DRemoteAwarePlatform.cpp172 llvm::StringRef command, const FileSpec &working_dir, int *status_ptr,
175 return RunShellCommand(llvm::StringRef(), command, working_dir, status_ptr,
180 llvm::StringRef shell, llvm::StringRef command, const FileSpec &working_dir,
184 return m_remote_platform_sp->RunShellCommand(shell, command, working_dir,
187 return Platform::RunShellCommand(shell, command, working_dir, status_ptr,
171 RunShellCommand( llvm::StringRef command, const FileSpec &working_dir, int *status_ptr, int *signo_ptr, std::string *command_output, const Timeout<std::micro> &timeout) argument
179 RunShellCommand( llvm::StringRef shell, llvm::StringRef command, const FileSpec &working_dir, int *status_ptr, int *signo_ptr, std::string *command_output, const Timeout<std::micro> &timeout) argument
/freebsd-current/sys/dev/pms/RefTisa/sat/src/
H A Dsmsatcb.c118 SM_DBG1(("smllSATACompleted: external command!!!\n"));
122 SM_DBG1(("smllSATACompleted: internal command!!!\n"));
142 SM_DBG1(("smllSATACompleted: external command!!!\n"));
146 SM_DBG1(("smllSATACompleted: internal command!!!\n"));
156 SM_DBG1(("smllSATACompleted: external command!!!\n"));
160 SM_DBG1(("smllSATACompleted: internal command!!!\n"));
205 * This CB routine deals with normal Packet command I/O SATA request.
308 /*The SCSI command status is error, need to send REQUEST SENSE for getting more sense information*/
1239 SM_DBG1(("smsatChainedDataIOCB: FAILED, error status and command 0x%x!!!\n", hostToDevFis->h.command));
[all...]
/freebsd-current/sys/dev/atkbdc/
H A Datkbdc.c587 /* write a one byte command to the controller */
607 /* write a one byte keyboard command */
617 /* write a one byte auxiliary device command */
631 /* send a command to the keyboard and wait for ACK */
648 /* send a command to the auxiliary device and wait for ACK */
661 * status data, when a command is received. It will immediately
675 /* send a command and a data to the keyboard, wait for ACKs */
704 /* send a command and a data to the auxiliary device, wait for ACKs */
1166 set_controller_command_byte(KBDC p, int mask, int command) argument
1171 command
1197 int command, version; local
[all...]

Completed in 506 milliseconds

<<11121314151617181920>>