Searched refs:command (Results 26 - 50 of 602) sorted by relevance

1234567891011>>

/freebsd-9.3-release/usr.sbin/bluetooth/bthidcontrol/
H A Dbthidcontrol.c46 static struct bthid_command * find_bthid_command(char const *command, struct bthid_command *category);
126 "'help command'\n");
140 fprintf(stdout, "Unknown command: \"%s\"\n", cmd);
155 fprintf(stdout, "Could not execute command \"%s\". %s\n",
160 fprintf(stdout, "Usage: %s\n%s\n", c->command, c->description);
169 /* Try to find command in specified category */
171 find_bthid_command(char const *command, struct bthid_command *category) argument
175 for (c = category; c->command != NULL; c++) {
176 char *c_end = strchr(c->command, ' ');
179 int len = c_end - c->command;
[all...]
H A Dbthidcontrol.h36 #define ERROR 1 /* could not execute command */
41 char const *command; member in struct:bthid_command
/freebsd-9.3-release/sys/dev/ips/
H A Dips_disk.c44 static void ipsd_dump_block_complete(ips_command_t *command);
185 ips_command_t *command; local
200 if (ips_get_free_cmd(sc, &command, 0) != 0) {
205 command->data_dmatag = sc->sg_dmatag;
206 command->callback = ipsd_dump_block_complete;
208 command_struct = (ips_io_cmd *)command->command_buffer;
209 command_struct->id = command->id;
221 if (bus_dmamap_load(command->data_dmatag, command->data_dmamap,
222 va, len, ipsd_dump_map_sg, command, BUS_DMA_NOWAI
244 ips_command_t *command; local
293 ipsd_dump_block_complete(ips_command_t *command) argument
[all...]
H A Dips.h68 #define clear_ips_command(command) bzero(&((command)->status), (unsigned long)(&(command)[1])-(unsigned long)&((command)->status))
72 #define COMMAND_ERROR(command) (((command)->status.fields.basic_status & IPS_GSC_STATUS_MASK) >= IPS_MIN_ERROR)
74 #define ips_set_error(command, error) do { \
75 (command)->status.fields.basic_status = IPS_DRV_ERROR; \
76 (command)->status.fields.reserved = ((error) & 0x0f); \
112 void (* callback)(struct ips_command *command);
[all...]
/freebsd-9.3-release/contrib/tcsh/
H A Dtc.decls.h58 extern void showall (Char **, struct command *);
63 extern void dobindkey (Char **, struct command *);
83 extern void dolist (Char **, struct command *);
84 extern void dotermname (Char **, struct command *);
85 extern void dotelltc (Char **, struct command *);
86 extern void doechotc (Char **, struct command *);
87 extern void dosettc (Char **, struct command *);
89 extern void dowhich (Char **, struct command *);
106 extern void doaliases (Char **, struct command *);
123 extern void dosetpath (Char **, struct command *);
[all...]
/freebsd-9.3-release/sys/ddb/
H A Ddb_command.h48 void db_command_script(const char *command);
H A Ddb_script.c164 char *buffer, *command; local
174 while ((command = strsep(&buffer, ";")) != NULL) {
175 if (strlen(command) >= DB_MAXLINE)
224 * Trim leading/trailing white space in a command so that we don't pass
225 * carriage returns, etc, into DDB command parser.
246 char *command; local
248 command = *commandp;
249 while (db_command_trimmable(*command))
250 command++;
251 while ((strlen(command) >
273 char *buffer, *command; local
[all...]
/freebsd-9.3-release/contrib/gdb/gdb/cli/
H A Dcli-interp.c37 static enum gdb_rc safe_execute_command (struct ui_out *uiout, char *command,
41 char *command; member in struct:captured_execute_command_args
122 execute_command (args->command, args->from_tty);
127 safe_execute_command (struct ui_out *uiout, char *command, int from_tty) argument
130 args.command = command;
/freebsd-9.3-release/contrib/sendmail/contrib/
H A Dsmcontrol.pl61 # &do_command -- send command to sendmail daemon view control socket
65 # command -- command to send
74 my $command = shift;
96 print SOCK "$command\n";
330 getopts('f:', $opts) || die "Usage: $0 [-f /path/to/control/socket] command\n";
333 my $command = shift;
339 if (not defined $command)
341 die "Usage: $0 [-f /path/to/control/socket] command\n";
343 if ($command e
[all...]
/freebsd-9.3-release/contrib/dialog/
H A Dprgbox.c30 dlg_popen(const char *command, const char *type) argument
61 * given command. Also, it needs the command to be parsed into
66 argv[2] = command;
92 const char *command,
100 fp = dlg_popen(command, "r");
102 dlg_exiterr("pipe open failed: %s", command);
90 dialog_prgbox(const char *title, const char *cprompt, const char *command, int height, int width, int pauseopt) argument
/freebsd-9.3-release/cddl/contrib/dtracetoolkit/Bin/
H A Dsh_calldist.d92 sh*:::command-entry
94 self->command = timestamp;
97 sh*:::command-return
98 /self->command/
100 this->elapsed = timestamp - self->command;
101 self->command = 0;
/freebsd-9.3-release/cddl/contrib/dtracetoolkit/Shell/
H A Dsh_calldist.d92 sh*:::command-entry
94 self->command = timestamp;
97 sh*:::command-return
98 /self->command/
100 this->elapsed = timestamp - self->command;
101 self->command = 0;
/freebsd-9.3-release/crypto/heimdal/kuser/
H A Dkdigest-commands.in35 command = {
44 command = {
89 command = {
183 command = {
258 command = {
273 command = {
276 argument = "[command]"
/freebsd-9.3-release/contrib/ofed/libibverbs/src/
H A Dkern_abi.h71 * All commands from userspace should start with a __u32 command field
73 * length of the command block and response buffer if any in 32-bit
75 * the rest of the command struct based on these value.
79 __u32 command; member in struct:ibv_get_context
90 __u32 command; member in struct:ibv_get_event_fds
H A Dibverbs.h87 (cmd)->command = IB_USER_VERBS_CMD_##opcode; \
89 (cmd)->command = IB_USER_VERBS_CMD_##opcode##_V2; \
97 (cmd)->command = IB_USER_VERBS_CMD_##opcode; \
99 (cmd)->command = IB_USER_VERBS_CMD_##opcode##_V2; \
/freebsd-9.3-release/contrib/gdb/gdb/
H A Dkod-cisco.c112 char buffer[PBUFSIZ], command[PBUFSIZ];
123 /* "Top-level" command. This is really silly, but it also seems
140 strcpy (command, "aL");
143 strcat (command, ",");
144 strcat (command, prev_id);
146 strcat (command, ";");
151 (*gdb_kod_query) (command, buffer, &bufsiz);
154 if (! strncmp (&command[3], "a500005a", 8))
163 (*gdb_kod_display) ("Remote target did not recognize kernel object query command.\n");
259 strcpy (command, "a
111 char buffer[PBUFSIZ], command[PBUFSIZ]; local
[all...]
/freebsd-9.3-release/usr.sbin/bluetooth/l2control/
H A Dl2control.c61 /* Process command line arguments */
113 "'help command'\n");
124 fprintf(stdout, "Unknown command: \"%s\"\n", cmd);
161 fprintf(stdout, "Could not execute command \"%s\". %s\n",
166 fprintf(stdout, "Usage: %s\n%s\n", c->command, c->description);
175 /* Try to find command in specified category */
177 find_l2cap_command(char const *command, struct l2cap_command *category) argument
181 for (c = category; c->command != NULL; c++) {
182 char *c_end = strchr(c->command, ' ');
185 int len = c_end - c->command;
[all...]
/freebsd-9.3-release/usr.sbin/bluetooth/sdpcontrol/
H A Dsdpcontrol.c62 /* Process command line arguments */
119 "'help command'\n");
130 fprintf(stdout, "Unknown command: \"%s\"\n", cmd);
158 fprintf(stdout, "Could not execute command \"%s\". %s\n",
163 fprintf(stdout, "Usage: %s\n%s\n", c->command, c->description);
174 /* Try to find command in specified category */
176 find_sdp_command(char const *command, struct sdp_command *category) argument
180 for (c = category; c->command != NULL; c++) {
181 char *c_end = strchr(c->command, ' ');
184 int len = c_end - c->command;
[all...]
/freebsd-9.3-release/contrib/texinfo/makeinfo/
H A Dlang.c853 if (strcmp (command, "udotaccent") == 0) /* underdot */
858 if (strcmp (command, "=") == 0) /* macron */
860 else if (strcmp (command, "H") == 0) /* Hungarian umlaut */
862 else if (strcmp (command, "dotaccent") == 0) /* overdot */
864 else if (strcmp (command, "ringaccent") == 0) /* ring */
866 else if (strcmp (command, "tieaccent") == 0) /* long tie */
868 else if (strcmp (command, "u") == 0) /* breve */
870 else if (strcmp (command, "ubaraccent") == 0) /* underbar */
872 else if (strcmp (command, "v") == 0) /* hacek/check */
893 warning ("Accent command `
[all...]
/freebsd-9.3-release/contrib/gdb/gdb/mi/
H A Dmi-parse.h35 char *command; member in struct:mi_parse
51 /* Free a command returned by mi_parse_command. */
/freebsd-9.3-release/sys/boot/arm/at91/bootiic/
H A Dloader_prompt.h48 int command; member in struct:__anon5584
/freebsd-9.3-release/sys/dev/ida/
H A Didaio.h8 int command; member in struct:ida_user_command
/freebsd-9.3-release/sys/dev/isci/scil/
H A Dintel_pci.h73 U16 command; member in struct:sci_pci_common_header
/freebsd-9.3-release/contrib/tcpdump/
H A Dprint-ipx.c137 int command, i; local
140 command = EXTRACT_16BITS(ipx);
144 switch (command) {
147 if (command == 1)
158 if (command == 2)
178 (void)printf("ipx-sap-?%x", command);
189 int command, i; local
192 command = EXTRACT_16BITS(ipx);
196 switch (command) {
217 (void)printf("ipx-rip-?%x", command);
[all...]
/freebsd-9.3-release/sys/contrib/octeon-sdk/
H A Dcvmx-dfa.h627 * Write a new command to the DFA. Calls to this function
631 * @param command Command to write
635 static inline void __cvmx_dfa_write_command(cvmx_dfa_command_t *command) argument
642 CVMX_PREFETCH0(command);
662 // copy the command to the instruction queue
663 *head++ = *command;
718 cvmx_dfa_command_t command; local
725 command.u64[0] = 0;
726 command.s.gxor = graph->gxor; // (PASS3/CN58XX)
727 command
[all...]

Completed in 137 milliseconds

1234567891011>>