Searched refs:cmd (Results 101 - 125 of 1984) sorted by relevance

1234567891011>>

/freebsd-10-stable/crypto/openssl/crypto/bio/
H A Dbf_null.c72 static long nullf_ctrl(BIO *h, int cmd, long arg1, void *arg2);
75 static long nullf_callback_ctrl(BIO *h, int cmd, bio_info_cb *fp);
142 static long nullf_ctrl(BIO *b, int cmd, long num, void *ptr) argument
148 switch (cmd) {
151 ret = BIO_ctrl(b->next_bio, cmd, num, ptr);
158 ret = BIO_ctrl(b->next_bio, cmd, num, ptr);
163 static long nullf_callback_ctrl(BIO *b, int cmd, bio_info_cb *fp) argument
169 switch (cmd) {
171 ret = BIO_callback_ctrl(b->next_bio, cmd, fp);
/freebsd-10-stable/contrib/sendmail/libmilter/
H A Dcomm.c48 ** cmd -- single character command read from sd
55 ** hack: encode error in cmd
59 mi_rd_cmd(sd, timeout, cmd, rlen, name)
62 char *cmd;
75 *cmd = '\0';
93 *cmd = SMFIC_SELECT;
103 *cmd = SMFIC_RECVERR;
108 *cmd = SMFIC_EOF;
117 *cmd = SMFIC_TIMEOUT;
125 *cmd
[all...]
/freebsd-10-stable/lib/libdpv/
H A Dutil.c57 * If cmd contains a single "%s" sequence, replace it with label if non-NULL.
60 shell_spawn_pipecmd(const char *cmd, const char *label, pid_t *pid) argument
71 if (label != NULL && fmtcheck(cmd, "%s") == cmd)
72 len = snprintf(cmdbuf, CMDBUFMAX, cmd, label);
74 len = snprintf(cmdbuf, CMDBUFMAX, "%s", cmd);
76 warnx("%s:%d:%s: cmdbuf[%u] too small to hold cmd argument",
/freebsd-10-stable/contrib/wpa/wpa_supplicant/
H A Dwpa_cli.c95 static void print_help(const char *cmd);
401 static int _wpa_ctrl_command(struct wpa_ctrl *ctrl, char *cmd, int print) argument
412 ret = wpa_ctrl_request(ctrl, cmd, os_strlen(cmd), buf, &len,
415 printf("'%s' command timed out.\n", cmd);
418 printf("'%s' command failed.\n", cmd);
431 static int wpa_ctrl_command(struct wpa_ctrl *ctrl, char *cmd) argument
433 return _wpa_ctrl_command(ctrl, cmd, 1);
437 static int write_cmd(char *buf, size_t buflen, const char *cmd, int argc, argument
446 res = os_snprintf(pos, end - pos, "%s", cmd);
467 wpa_cli_cmd(struct wpa_ctrl *ctrl, const char *cmd, int min_args, int argc, char *argv[]) argument
589 char cmd[256]; local
677 char cmd[256]; local
850 char cmd[256]; local
982 char cmd[256]; local
1061 char cmd[256], *pos, *end; local
1094 char cmd[256], *pos, *end; local
1128 char cmd[256], *pos, *end; local
1161 char cmd[256], *pos, *end; local
1193 char cmd[256], *pos, *end; local
1227 char cmd[256], *pos, *end; local
1532 char cmd[256]; local
1581 wpa_ctrl_command_sta(struct wpa_ctrl *ctrl, char *cmd, char *addr, size_t addr_len) argument
1619 char addr[32], cmd[64]; local
1796 char cmd[4096]; local
1822 char cmd[4096]; local
1864 char cmd[4096]; local
1891 char cmd[4096]; local
1950 wpa_ctrl_command_p2p_peer(struct wpa_ctrl *ctrl, char *cmd, char *addr, size_t addr_len, int discovered) argument
1988 char addr[32], cmd[64]; local
2068 char cmd[100]; local
2089 char cmd[100]; local
2170 char cmd[512]; local
2274 const char *cmd; member in struct:wpa_cli_cmd
2715 print_cmd_help(struct wpa_cli_cmd *cmd, const char *pad) argument
2730 print_help(const char *cmd) argument
2741 wpa_cli_edit_filter_history_cb(void *ctx, const char *cmd) argument
2782 wpa_cli_cmd_completion(const char *cmd, const char *str, int pos) argument
2807 char *cmd; local
2826 struct wpa_cli_cmd *cmd, *match = NULL; local
2878 char *cmd; local
3140 tokenize_cmd(char *cmd, char *argv[]) argument
3189 wpa_cli_edit_cmd_cb(void *ctx, char *cmd) argument
[all...]
/freebsd-10-stable/sys/dev/drm/
H A Dvia_verifier.c346 investigate_hazard(uint32_t cmd, hazard_t hz, drm_via_state_t * cur_seq) argument
358 if (cmd == HALCYON_HEADER2)
362 if ((cmd & HALCYON_HEADER1MASK) == HALCYON_HEADER1)
366 if (cmd == HALCYON_HEADER2)
371 if ((cmd & HALCYON_HEADER1MASK) == HALCYON_HEADER1)
376 if ((cmd & HALCYON_FIREMASK) == HALCYON_FIRECMD)
381 if (HC_DUMMY == cmd)
386 if (0xdddddddd == cmd)
393 (cmd & 0x00FFFFFF);
398 ((cmd
626 uint32_t cmd; local
719 uint32_t cmd; local
805 uint32_t cmd; local
838 register uint32_t cmd; local
970 uint32_t cmd; local
1044 uint32_t cmd; local
[all...]
/freebsd-10-stable/contrib/gdb/gdb/
H A Dcommand.h128 extern void set_cmd_cfunc (struct cmd_list_element *cmd,
133 extern void set_cmd_sfunc (struct cmd_list_element *cmd,
136 extern void set_cmd_completer (struct cmd_list_element *cmd,
140 around in cmd objects to test the value of the commands sfunc(). */
141 extern int cmd_cfunc_eq (struct cmd_list_element *cmd,
145 extern void set_cmd_context (struct cmd_list_element *cmd, void *context);
146 extern void *get_cmd_context (struct cmd_list_element *cmd);
152 extern void execute_cmd_pre_hook (struct cmd_list_element *cmd);
153 extern void execute_cmd_post_hook (struct cmd_list_element *cmd);
164 extern enum cmd_types cmd_type (struct cmd_list_element *cmd);
[all...]
/freebsd-10-stable/crypto/openssh/
H A Dfixprogs42 ($cmd, $path, $est) = /^\"([^\"]+)\"\s+([\w\/_-]+)\s+([\d\.\-]+)/o;
43 @args = split(/ /, $cmd);
69 print OUT "\"$cmd\" $path $est\n";
/freebsd-10-stable/contrib/groff/contrib/gdiffmk/
H A Dgdiffmk.sh24 cmd=$( basename $0 )
29 echo >&2 "${cmd}: $@"
33 Usage: ${cmd} [ OPTIONS ] FILE1 FILE2 [ OUTPUT ]
70 echo >&2 "${cmd}: $1"
200 echo "GNU ${cmd} (groff) version @VERSION@"
215 badoption="${cmd}: invalid option \`$1'"
/freebsd-10-stable/tools/regression/sockets/unix_cmsg/
H A Dunix_cmsg.t5 cmd="./`basename $0 .t`"
7 make ${cmd} >/dev/null 2>&1
14 result=`${cmd} -t $2 $3 ${5%% *} 2>&1`
/freebsd-10-stable/usr.sbin/ctm/ctm/
H A Dctm_ed.c18 u_char *ep, cmd; local
36 cmd = *ep++;
37 if(cmd != 'a' && cmd != 'd') { ret = 1; goto bye; }
52 if(cmd == 'd') {
70 if(cmd == 'a') {
/freebsd-10-stable/sys/dev/cxgbe/common/
H A Dt4vf_hw.c76 struct fw_reset_cmd cmd; local
78 memset(&cmd, 0, sizeof(cmd));
79 cmd.op_to_write = cpu_to_be32(V_FW_CMD_OP(FW_RESET_CMD) |
81 cmd.retval_len16 = cpu_to_be32(V_FW_CMD_LEN16(FW_LEN16(cmd)));
82 return t4vf_wr_mbox(adapter, &cmd, sizeof(cmd), NULL);
236 struct fw_rss_glb_config_cmd cmd, rpl; local
243 memset(&cmd,
311 struct fw_pfvf_cmd cmd, rpl; local
[all...]
/freebsd-10-stable/usr.bin/svn/svnbench/
H A DMakefile11 SRCS= help-cmd.c notify.c null-blame-cmd.c null-export-cmd.c \
12 null-info-cmd.c null-list-cmd.c null-log-cmd.c svnbench.c util.c
/freebsd-10-stable/cddl/contrib/dtracetoolkit/Bin/
H A Dtcl_who.d16 * CALLS Number of calls made (proc + cmd)
53 tcl*:::cmd-entry
/freebsd-10-stable/cddl/contrib/dtracetoolkit/Tcl/
H A Dtcl_who.d16 * CALLS Number of calls made (proc + cmd)
53 tcl*:::cmd-entry
/freebsd-10-stable/crypto/heimdal/lib/sl/
H A Dsl.h61 void sl_apropos (SL_cmd *cmd, const char *topic);
62 SL_cmd *sl_match (SL_cmd *cmds, char *cmd, int exactp);
/freebsd-10-stable/share/examples/kld/syscall/module/
H A Dsyscall.c65 load(struct module *module, int cmd, void *arg) argument
69 switch (cmd) {
/freebsd-10-stable/sys/dev/sound/midi/
H A Dsequencer.h72 int cmd; member in struct:_midi_cmdtab
82 char *midi_cmdname(int cmd, midi_cmdtab * tab);
/freebsd-10-stable/contrib/ntp/scripts/lib/NTP/
H A DUtil.pm38 my $cmd = "$ntpq_path -n -c 'rv $peer ".(join ',', @$vars)."'";
39 $cmd .= " $host" if defined $host;
40 $cmd .= " |";
42 open my $fh, $cmd or croak "Could not start ntpq: $!";
97 my $cmd = "$ntpq_path -npw $host |";
99 open my $fh, $cmd or croak "Could not start ntpq: $!";
132 my $cmd = "$sntp_path $host |";
133 open my $fh, $cmd or croak "Could not start sntp: $!";
/freebsd-10-stable/sbin/ifconfig/
H A Difconfig.h40 struct cmd;
42 typedef void c_func(const char *cmd, int arg, int s, const struct afswtch *afp);
45 struct cmd { struct
56 struct cmd *c_next;
58 void cmd_register(struct cmd *);
66 #define DECL_CMD_FUNC(name, cmd, arg) \
67 void name(const char *cmd, int arg, int s, const struct afswtch *afp)
90 const char *af_name; /* as given on cmd line, e.g. "inet" */
140 void Perror(const char *cmd);
152 * operations on ifmedia can avoid cmd lin
[all...]
/freebsd-10-stable/sys/contrib/octeon-sdk/
H A Dcvmx-nand.c415 cvmx_nand_cmd_t cmd; local
420 memset(&cmd, 0, sizeof(cmd));
421 cmd.wait.two = 2;
422 cmd.wait.r_b=0;
423 cmd.wait.n = 2;
430 if (cvmx_nand_submit(cmd))
432 if (cvmx_nand_submit(cmd))
434 if (cvmx_nand_submit(cmd))
436 if (cvmx_nand_submit(cmd))
891 cvmx_nand_submit(cvmx_nand_cmd_t cmd) argument
1010 cvmx_nand_cmd_t cmd; local
1125 cvmx_nand_cmd_t cmd; local
1232 cvmx_nand_cmd_t cmd; local
1375 cvmx_nand_cmd_t cmd; local
[all...]
/freebsd-10-stable/usr.sbin/pkg_install/lib/
H A Dplist.c190 char cmd[FILENAME_MAX + 20]; /* 20 == fudge for max cmd len */ local
194 strcpy(cmd, s);
195 str_lowercase(cmd);
196 cp = cmd;
209 if (!strcmp(cmd, "cwd"))
211 else if (!strcmp(cmd, "srcdir"))
213 else if (!strcmp(cmd, "cd"))
215 else if (!strcmp(cmd, "exec"))
217 else if (!strcmp(cmd, "unexe
263 int cmd, major, minor; local
[all...]
/freebsd-10-stable/contrib/nvi/ex/
H A Dex_shell.c88 ex_exec_proc(SCR *sp, EXCMD *cmdp, char *cmd, const char *msg, int need_newline) argument
103 ex_wemsg(sp, cmdp->cmd->name, EXM_NOCANON);
130 execl(O_STR(sp, O_SHELL), name, "-c", cmd, (char *)NULL); local
135 return (proc_wait(sp, (long)pid, cmd, 0, 0));
153 proc_wait(SCR *sp, long int pid, const char *cmd, int silent, int okpipe) argument
176 for (; cmdskip(*cmd); ++cmd);
177 p = msg_print(sp, cmd, &nf);
198 for (; cmdskip(*cmd); ++cmd);
[all...]
/freebsd-10-stable/contrib/ofed/libmthca/src/
H A Dverbs.c50 struct ibv_query_device cmd; local
55 ret = ibv_cmd_query_device(context, attr, &raw_fw_ver, &cmd, sizeof cmd);
72 struct ibv_query_port cmd; local
74 return ibv_cmd_query_port(context, port, attr, &cmd, sizeof cmd);
79 struct ibv_alloc_pd cmd; local
95 if (ibv_cmd_alloc_pd(context, &pd->ibv_pd, &cmd, sizeof cmd,
124 struct mthca_reg_mr cmd; local
191 struct mthca_create_cq cmd; local
286 struct mthca_resize_cq cmd; local
395 struct mthca_create_srq cmd; local
473 struct ibv_modify_srq cmd; local
481 struct ibv_query_srq cmd; local
509 struct mthca_create_qp cmd; local
624 struct ibv_query_qp cmd; local
632 struct ibv_modify_qp cmd; local
[all...]
/freebsd-10-stable/usr.sbin/bluetooth/hcsecd/
H A Dhcsecd.c268 ng_hci_cmd_pkt_t *cmd = NULL; local
272 cmd = (ng_hci_cmd_pkt_t *) buffer;
273 cmd->type = NG_HCI_CMD_PKT;
278 cmd->opcode = htole16(NG_HCI_OPCODE(NG_HCI_OGF_LINK_CONTROL,
280 cmd->length = sizeof(*cp);
282 cp = (ng_hci_pin_code_rep_cp *)(cmd + 1);
293 cmd->opcode = htole16(NG_HCI_OPCODE(NG_HCI_OGF_LINK_CONTROL,
295 cmd->length = sizeof(*cp);
297 cp = (ng_hci_pin_code_neg_rep_cp *)(cmd + 1);
306 if (sendto(sock, buffer, sizeof(*cmd)
327 ng_hci_cmd_pkt_t *cmd = NULL; local
[all...]
/freebsd-10-stable/contrib/gdb/gdb/cli/
H A Dcli-dump.c50 scan_expression_with_cleanup (char **cmd, const char *def) argument
52 if ((*cmd) == NULL || (**cmd) == '\0')
63 end = (*cmd) + strcspn (*cmd, " \t");
64 exp = savestring ((*cmd), end - (*cmd));
66 (*cmd) = skip_spaces (end);
86 scan_filename_with_cleanup (char **cmd, const char *defname) argument
94 if ((*cmd)
181 dump_command(char *cmd, int from_tty) argument
188 append_command(char *cmd, int from_tty) argument
226 dump_memory_to_file(char *cmd, char *mode, char *file_format) argument
277 dump_memory_command(char *cmd, char *mode) argument
283 dump_value_to_file(char *cmd, char *mode, char *file_format) argument
328 dump_value_command(char *cmd, char *mode) argument
637 srec_dump_command(char *cmd, int from_tty) argument
644 ihex_dump_command(char *cmd, int from_tty) argument
651 tekhex_dump_command(char *cmd, int from_tty) argument
658 binary_dump_command(char *cmd, int from_tty) argument
665 binary_append_command(char *cmd, int from_tty) argument
[all...]

Completed in 324 milliseconds

1234567891011>>