Searched refs:command (Results 51 - 75 of 602) sorted by relevance

1234567891011>>

/freebsd-9.3-release/contrib/gdb/gdb/mi/
H A Dmi-parse.c137 if (parse->command != NULL)
138 xfree (parse->command);
167 /* This wasn't a real MI command. Return it as a CLI_COMMAND. */
172 parse->command = xstrdup (chp);
177 /* Extract the command. */
182 parse->command = xmalloc ((chp - tmp + 1) * sizeof (char *));
183 memcpy (parse->command, tmp, chp - tmp);
184 parse->command[chp - tmp] = '\0';
187 /* Find the command in the MI table. */
188 parse->cmd = mi_lookup (parse->command);
[all...]
H A Dmi-cmds.c31 static struct mi_cmd **lookup_table (const char *command);
171 /* Pointer to the mi command table (built at run time) */
175 /* A prime large enough to accomodate the entire command table */
183 mi_lookup (const char *command) argument
185 return *lookup_table (command);
199 lookup_table (const char *command) argument
204 for (chp = command; *chp; chp++)
219 if (strcmp (command, (*entry)->name) == 0)
234 struct mi_cmd *command; local
239 for (command
[all...]
/freebsd-9.3-release/crypto/heimdal/appl/ftp/ftp/
H A Dkauth.c70 ret = command("SITE KAUTH %s", name);
136 ret = command("SITE KAUTH %s %s", name, p);
155 ret = command("SITE KDESTROY");
168 ret = command("SITE KRBTKFILE %s", argv[1]);
185 ret = command("SITE AFSLOG %s", argv[1]);
187 ret = command("SITE AFSLOG");
/freebsd-9.3-release/contrib/gdb/gdb/
H A Dinterps.h34 extern int interp_exec (struct interp *interp, const char *command);
41 typedef int (interp_exec_ftype) (void *data, const char *command);
/freebsd-9.3-release/contrib/texinfo/makeinfo/
H A Dfootnote.c29 the command line, which overrides any other settings. */
82 /* If set on command line, do not change the footnote style. */
84 line_error (_("Bad argument to %c%s"), COMMAND_PREFIX, command);
153 COMMAND_PREFIX, command, marker);
312 char *old_command = xstrdup (command);
319 free (command);
320 command = old_command;
369 char *old_command = xstrdup (command);
377 free (command);
378 command
[all...]
/freebsd-9.3-release/sys/contrib/octeon-sdk/
H A Dcvmx-zip.c114 * Submit a command to the ZIP block
116 * @param command Zip command to submit
120 int cvmx_zip_submit(cvmx_zip_command_t *command) argument
122 cvmx_cmd_queue_result_t result = cvmx_cmd_queue_write(CVMX_CMD_QUEUE_ZIP, 1, 8, command->u64);
/freebsd-9.3-release/cddl/contrib/dtracetoolkit/Bin/
H A Dsh_syscalls.d51 sh$target:::command-entry
67 sh$target:::command-entry
H A Dsh_calltime.d95 sh*:::command-entry
97 self->command = timestamp;
100 sh*:::command-return
101 /self->command/
103 this->elapsed = timestamp - self->command;
104 self->command = 0;
H A Dsh_cpudist.d92 sh*:::command-entry
98 sh*:::command-return
107 * sh*:::command-entry has, which means we can't predicate this
110 self->command = vtimestamp;
116 self->command = 0;
122 this->oncpu = vtimestamp - self->command;
123 self->command = 0;
H A Dsh_cputime.d95 sh*:::command-entry
101 sh*:::command-return
110 * sh*:::command-entry has, which means we can't predicate this
113 self->command = vtimestamp;
119 self->command = 0;
125 this->oncpu = vtimestamp - self->command;
126 self->command = 0;
/freebsd-9.3-release/cddl/contrib/dtracetoolkit/Shell/
H A Dsh_syscalls.d51 sh$target:::command-entry
67 sh$target:::command-entry
H A Dsh_calltime.d95 sh*:::command-entry
97 self->command = timestamp;
100 sh*:::command-return
101 /self->command/
103 this->elapsed = timestamp - self->command;
104 self->command = 0;
H A Dsh_cpudist.d92 sh*:::command-entry
98 sh*:::command-return
107 * sh*:::command-entry has, which means we can't predicate this
110 self->command = vtimestamp;
116 self->command = 0;
122 this->oncpu = vtimestamp - self->command;
123 self->command = 0;
H A Dsh_cputime.d95 sh*:::command-entry
101 sh*:::command-return
110 * sh*:::command-entry has, which means we can't predicate this
113 self->command = vtimestamp;
119 self->command = 0;
125 this->oncpu = vtimestamp - self->command;
126 self->command = 0;
/freebsd-9.3-release/contrib/bind9/bin/named/unix/include/named/
H A Dos.h67 ns_os_shutdownmsg(char *command, isc_buffer_t *text);
/freebsd-9.3-release/sys/boot/arm/at91/bootspi/
H A Dloader_prompt.h54 int command; member in struct:__anon5586
/freebsd-9.3-release/sys/ddb/
H A Ddb_lex.h41 void db_inject_line(const char *command);
/freebsd-9.3-release/usr.sbin/pmccontrol/
H A Dpmccontrol.c357 int error, command, currentcpu, option, pmc; local
368 command = PMCC_PRINT_USAGE;
376 if (command != PMCC_PRINT_USAGE) {
380 command = PMCC_PRINT_EVENTS;
384 if (command != PMCC_PRINT_USAGE &&
385 command != PMCC_ENABLE_DISABLE) {
389 command = PMCC_ENABLE_DISABLE;
404 if (command != PMCC_PRINT_USAGE &&
405 command != PMCC_ENABLE_DISABLE) {
409 command
[all...]
/freebsd-9.3-release/etc/rc.d/
H A Dsendmail23 command=${sendmail_program:-/usr/sbin/${name}}
83 start_cmd="${command} ${sendmail_submit_flags}"
90 start_cmd="${command} ${sendmail_outbound_flags}"
96 start_cmd="${command} ${sendmail_msp_queue_flags}"
/freebsd-9.3-release/lib/libc/stdlib/
H A Dsystem.c49 __system(const char *command) argument
56 if (!command) /* just checking... */
76 * Restore original signal dispositions and exec the command.
81 execl(_PATH_BSHELL, "sh", "-c", command, (char *)NULL);
/freebsd-9.3-release/contrib/tcsh/
H A Dtw.help.c54 do_help(const Char *command) argument
59 while (*command == ' ' || *command == '\t')
60 command++;
63 name = Strsave(command);
173 /* these next two are stolen from CMU's man(1) command for looking down
/freebsd-9.3-release/contrib/texinfo/info/
H A Dm-x.c69 _("Read the name of an Info command and describe it"))
73 line = read_function_name ((char *) _("Describe command: "), window);
96 _("Read a command name in the echo area and execute it"))
105 /* If the where_is () function thinks that this command doesn't exist,
132 /* User wants to execute a named command. Do it. */
134 InfoCommand *command; local
140 info_error ((char *) _("Cannot execute an `echo-area' command here."),
145 command = named_function (line);
148 if (!command)
151 if (InfoFunction(command))
[all...]
/freebsd-9.3-release/tools/tools/termcap/
H A Dtermcap.pl52 my $command = $ARGV[0];
117 if ($command eq "-c") {
130 if ($command eq "-l") {
137 if ($command eq "-p") {
145 if ($command eq "-r") {
/freebsd-9.3-release/usr.sbin/bluetooth/hccontrol/
H A Dhccontrol.c64 /* Process command line arguments */
186 "'help command'\n");
217 fprintf(stdout, "Unknown command: \"%s\"\n", cmd);
234 fprintf(stdout, "Could not execute command \"%s\". %s\n",
239 fprintf(stdout, "Usage: %s\n%s\n", c->command, c->description);
249 /* Try to find command in specified category */
251 find_hci_command(char const *command, struct hci_command *category) argument
255 for (c = category; c->command != NULL; c++) {
256 char *c_end = strchr(c->command, ' ');
259 int len = c_end - c->command;
[all...]
/freebsd-9.3-release/contrib/ofed/libibverbs/include/infiniband/
H A Dkern-abi.h121 * All commands from userspace should start with a __u32 command field
123 * length of the command block and response buffer if any in 32-bit
125 * the rest of the command struct based on these value.
129 __u32 command; member in struct:ibv_query_params
140 __u32 command; member in struct:ibv_get_context
153 __u32 command; member in struct:ibv_query_device
205 __u32 command; member in struct:ibv_query_port
239 __u32 command; member in struct:ibv_alloc_pd
251 __u32 command; member in struct:ibv_dealloc_pd
258 __u32 command; member in struct:ibv_reg_mr
277 __u32 command; member in struct:ibv_dereg_mr
284 __u32 command; member in struct:ibv_create_comp_channel
295 __u32 command; member in struct:ibv_create_cq
331 __u32 command; member in struct:ibv_poll_cq
346 __u32 command; member in struct:ibv_req_notify_cq
354 __u32 command; member in struct:ibv_resize_cq
370 __u32 command; member in struct:ibv_destroy_cq
442 __u32 command; member in struct:ibv_create_qp
490 __u32 command; member in struct:ibv_query_qp
534 __u32 command; member in struct:ibv_modify_qp
567 __u32 command; member in struct:ibv_destroy_qp
580 __u32 command; member in struct:ibv_create_xrc_rcv_qp
603 __u32 command; member in struct:ibv_modify_xrc_rcv_qp
637 __u32 command; member in struct:ibv_query_xrc_rcv_qp
649 __u32 command; member in struct:ibv_reg_xrc_rcv_qp
658 __u32 command; member in struct:ibv_unreg_xrc_rcv_qp
695 __u32 command; member in struct:ibv_post_send
717 __u32 command; member in struct:ibv_post_recv
733 __u32 command; member in struct:ibv_post_srq_recv
749 __u32 command; member in struct:ibv_create_ah
764 __u32 command; member in struct:ibv_destroy_ah
771 __u32 command; member in struct:ibv_attach_mcast
782 __u32 command; member in struct:ibv_detach_mcast
793 __u32 command; member in struct:ibv_create_srq
806 __u32 command; member in struct:ibv_create_xrc_srq
828 __u32 command; member in struct:ibv_modify_srq
839 __u32 command; member in struct:ibv_query_srq
856 __u32 command; member in struct:ibv_destroy_srq
869 __u32 command; member in struct:ibv_open_xrc_domain
883 __u32 command; member in struct:ibv_close_xrc_domain
952 __u32 command; member in struct:ibv_destroy_cq_v1
959 __u32 command; member in struct:ibv_destroy_qp_v1
966 __u32 command; member in struct:ibv_destroy_srq_v1
973 __u32 command; member in struct:ibv_get_context_v2
982 __u32 command; member in struct:ibv_create_cq_v2
993 __u32 command; member in struct:ibv_modify_srq_v3
[all...]

Completed in 125 milliseconds

1234567891011>>