Searched refs:command (Results 226 - 250 of 694) sorted by relevance

1234567891011>>

/freebsd-11-stable/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-11-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_symbolizer_libcdep.cpp477 const char *SymbolizerProcess::SendCommand(const char *command) { argument
486 // Start or restart symbolizer if we failed to send command to it.
487 if (const char *res = SendCommandImpl(command))
498 const char *SymbolizerProcess::SendCommandImpl(const char *command) { argument
501 if (!WriteToSymbolizer(command, internal_strlen(command)))
/freebsd-11-stable/contrib/less/
H A Dtags.c527 char *command;
557 command = (char *) ecalloc(strlen(cmd) + strlen(flag) +
559 sprintf(command, "%s -x%s %s", cmd, flag, qtag);
562 fp = popen(command, "r");
563 free(command);
/freebsd-11-stable/sys/dev/pms/RefTisa/sat/src/
H A Dsmsatcb.c119 SM_DBG1(("smllSATACompleted: external command!!!\n"));
123 SM_DBG1(("smllSATACompleted: internal command!!!\n"));
143 SM_DBG1(("smllSATACompleted: external command!!!\n"));
147 SM_DBG1(("smllSATACompleted: internal command!!!\n"));
157 SM_DBG1(("smllSATACompleted: external command!!!\n"));
161 SM_DBG1(("smllSATACompleted: internal command!!!\n"));
206 * This CB routine deals with normal Packet command I/O SATA request.
309 /*The SCSI command status is error, need to send REQUEST SENSE for getting more sense information*/
1240 SM_DBG1(("smsatChainedDataIOCB: FAILED, error status and command 0x%x!!!\n", hostToDevFis->h.command));
[all...]
/freebsd-11-stable/gnu/usr.bin/rcs/rcs/
H A Drcs.c171 * mutilated files in case of deletions in 2 files in a single command.
232 enum changeaccess command; member in struct:chaccess
312 /* preprocessing command options */
705 getchaccess(login, command)
707 enum changeaccess command;
713 pt->command = command;
722 getaccessor(opt, command)
724 enum changeaccess command;
737 if (command
[all...]
/freebsd-11-stable/sys/dev/atkbdc/
H A Datkbdc.c607 /* write a one byte command to the controller */
627 /* write a one byte keyboard command */
637 /* write a one byte auxiliary device command */
651 /* send a command to the keyboard and wait for ACK */
668 /* send a command to the auxiliary device and wait for ACK */
681 * status data, when a command is received. It will immediately
695 /* send a command and a data to the keyboard, wait for ACKs */
724 /* send a command and a data to the auxiliary device, wait for ACKs */
1186 set_controller_command_byte(KBDC p, int mask, int command) argument
1191 command
1217 int command, version; local
[all...]
/freebsd-11-stable/sys/dev/isci/scil/
H A Dscic_sds_port.c2472 U32 command; local
2481 command = (
2487 scic_sds_controller_post_request(this_port->owning_controller, command);
2491 command = (
2497 scic_sds_controller_post_request(this_port->owning_controller, command);
2509 U32 command; local
2520 command = (
2526 scic_sds_controller_post_request(this_port->owning_controller, command);
3393 U32 command; local
3405 command
3428 U32 command; local
[all...]
/freebsd-11-stable/contrib/diff/src/
H A Dsdiff.c470 /* parse command line args */
615 char *p, *command;
620 command = p = xmalloc (cmdsize);
628 diffout = popen (command, "r");
630 perror_fatal (command);
631 free (command);
902 /* interpret an edit command */
1063 char *command =
1066 sprintf (command + quote_system_arg (command, editor_progra
613 char *p, *command; local
1059 char *command = local
[all...]
/freebsd-11-stable/libexec/tftpd/tests/
H A Dfunctional.c110 * send a command to tftpd.
136 * send a command to tftpd.
383 char command[1024]; local
387 command[0] = 0; /* RRQ high byte */
388 command[1] = 1; /* RRQ low byte */
389 ATF_REQUIRE(getcwd(&command[2], sizeof(command) - 2) != NULL);
390 pathlen = strlcat(&command[2], "/abspath.txt", sizeof(command) - 2);
391 ATF_REQUIRE(pathlen + sizeof(suffix) < sizeof(command)
[all...]
/freebsd-11-stable/crypto/heimdal/appl/ftp/ftp/
H A Dsecurity.c380 printf("Failed to allocate command.\n");
386 printf("Failed to encode command.\n");
561 reply(501, "Failed to base64-decode command");
567 reply(535, "Failed to decode command");
597 new_ftp_command(char *command) argument
599 ftp_command = command;
628 printf("Using %s command channel.\n", level_to_name(command_prot));
654 ret = command("PBSZ %u", s);
667 ret = command("PROT %c", level["CSEP"]); /* XXX :-) */
683 ret = command("CC
[all...]
/freebsd-11-stable/crypto/heimdal/appl/ftp/ftpd/
H A Dsecurity.c380 printf("Failed to allocate command.\n");
386 printf("Failed to encode command.\n");
561 reply(501, "Failed to base64-decode command");
567 reply(535, "Failed to decode command");
597 new_ftp_command(char *command) argument
599 ftp_command = command;
628 printf("Using %s command channel.\n", level_to_name(command_prot));
654 ret = command("PBSZ %u", s);
667 ret = command("PROT %c", level["CSEP"]); /* XXX :-) */
683 ret = command("CC
[all...]
/freebsd-11-stable/contrib/llvm-project/lldb/source/Target/
H A DRemoteAwarePlatform.cpp28 const char *command, const FileSpec &working_dir, int *status_ptr,
32 return Host::RunShellCommand(command, working_dir, status_ptr, signo_ptr,
36 command, working_dir, status_ptr, signo_ptr, command_output, timeout);
37 return Status("unable to run a remote command without a platform");
27 RunShellCommand( const char *command, const FileSpec &working_dir, int *status_ptr, int *signo_ptr, std::string *command_output, const Timeout<std::micro> &timeout) argument
/freebsd-11-stable/contrib/gdb/gdb/
H A Devent-top.c47 static void command_handler (char *command);
79 a full command line. This latter routine is the asynchronous analog
81 for) readline to read the command line and pass it back to
83 the command line already available as its parameter. INPUT_HANDLER is
95 form of the set editing command.
102 set prompt command. */
110 asynchronous execution command. */
141 /* Structure to save a partially entered command. This is used when
142 the user types '\' at the end of a command line. This is necessary
229 /* Set up the command handle
464 command_handler(char *command) argument
[all...]
/freebsd-11-stable/contrib/groff/src/preproc/pic/
H A Dtex.cpp44 void command(const char *, const char *, int);
348 void tex_output::command(const char *s, const char *, int) function in class:tex_output
403 void command(const char *, const char *, int);
415 void tpic_output::command(const char *s, const char *filename, int lineno) function in class:tpic_output
/freebsd-11-stable/sys/dev/bktr/
H A Dioctl_meteor.h46 short command; /* see below for valid METEORCAPFRM commands */ member in struct:meteor_capframe
/freebsd-11-stable/crypto/heimdal/appl/telnet/telnet/
H A Dmain.c84 * main. Parse arguments, invoke the protocol or command parser.
89 int forward_option = 0; /* forward flags set from command line */
356 command(1, 0, 0);
/freebsd-11-stable/contrib/tnftp/src/
H A Dutil.c209 if (command("SYST") == COMPLETE) {
263 if (command("FEAT") == COMPLETE) {
443 n = command("USER %s", fuser);
452 n = command("PASS %s", pass);
468 n = command("ACCT %s", facct);
472 (!aflag && facct != NULL && command("ACCT %s", facct) != COMPLETE)) {
672 r = command("SIZE %s", file);
716 r = command("MDTM %s", file);
827 if (command("PWD") != COMPLETE)
/freebsd-11-stable/sys/mips/cavium/
H A Doctopci.c555 uint8_t command; local
564 command = octopci_read_config(dev, b, s, f, PCIR_COMMAND, 1);
565 command &= ~(PCIM_CMD_MEMEN | PCIM_CMD_PORTEN);
566 octopci_write_config(dev, b, s, f, PCIR_COMMAND, command, 1);
589 barnum = octopci_init_bar(dev, b, s, f, barnum, &command);
592 command |= PCIM_CMD_BUSMASTEREN;
595 octopci_write_config(dev, b, s, f, PCIR_COMMAND, command, 1);
651 command |= PCIM_CMD_MEMEN | PCIM_CMD_PORTEN;
652 octopci_write_config(dev, b, s, f, PCIR_COMMAND, command, 1);
/freebsd-11-stable/sys/dev/twa/
H A Dtw_cl_intr.c245 "Unposted command completed!!",
318 command.cmd_pkt_9k.res__opcode),
398 "I/O completion on incomplete command!!",
408 /* Copy the command packet back into OSL's space. */
437 &(req->cmd_pkt->command.cmd_pkt_9k);
521 &(req->cmd_pkt->command.cmd_pkt_7k);
576 &(req->cmd_pkt->command.cmd_pkt_9k);
614 "Request Sense command succeeded");
/freebsd-11-stable/sys/dev/wl/
H A Dif_wl_i82586.h151 * Specific defines for the transmit action command.
251 u_short command; member in struct:__anon11959
/freebsd-11-stable/usr.bin/systat/
H A Dkeyboard.c102 command(line + 1);
/freebsd-11-stable/crypto/openssh/
H A Dauth-options.c50 /* "command=" option. */
173 cp = "command=\"";
199 auth_debug_add("Forced command.");
463 char *command, *allowed; local
507 if (strcmp(name, "force-command") == 0) {
508 if ((r = sshbuf_get_cstring(data, &command,
516 "force-command options");
517 free(command);
520 *cert_forced_command = command;
638 * Only permit both CA and key option forced-command i
[all...]
/freebsd-11-stable/sys/dev/smartpqi/
H A Dsmartpqi_main.c202 u_int32_t command = 0, i = 0; local
228 command = pci_read_config(softs->os_specific.pqi_dev, PCIR_COMMAND, 2);
229 if ((command & PCIM_CMD_MEMEN) == 0) {
230 DBG_ERR("memory window not available command = %d\n", command);
/freebsd-11-stable/sys/cam/ctl/
H A Dctl_error.h67 void ctl_set_invalid_field(struct ctl_scsiio *ctsio, int sks_valid, int command,
/freebsd-11-stable/sys/arm/freescale/imx/
H A Dimx6_sdma.c276 bd->mode.command = conf->command;
321 bd0->mode.command = C0_SETDM;
434 bd0->mode.command = C0_SETPM;

Completed in 393 milliseconds

1234567891011>>