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

1234567891011>>

/freebsd-11-stable/contrib/ofed/librdmacm/
H A Drdma_cma_abi.h77 __u32 cmd; member in struct:ucma_abi_cmd_hdr
83 __u32 cmd; member in struct:ucma_abi_create_id
98 __u32 cmd; member in struct:ucma_abi_destroy_id
111 __u32 cmd; member in struct:ucma_abi_bind_ip
120 __u32 cmd; member in struct:ucma_abi_bind
130 __u32 cmd; member in struct:ucma_abi_resolve_ip
140 __u32 cmd; member in struct:ucma_abi_resolve_addr
153 __u32 cmd; member in struct:ucma_abi_resolve_route
167 __u32 cmd; member in struct:ucma_abi_query
227 __u32 cmd; member in struct:ucma_abi_connect
236 __u32 cmd; member in struct:ucma_abi_listen
244 __u32 cmd; member in struct:ucma_abi_accept
254 __u32 cmd; member in struct:ucma_abi_reject
264 __u32 cmd; member in struct:ucma_abi_disconnect
271 __u32 cmd; member in struct:ucma_abi_init_qp_attr
280 __u32 cmd; member in struct:ucma_abi_notify
288 __u32 cmd; member in struct:ucma_abi_join_ip_mcast
298 __u32 cmd; member in struct:ucma_abi_join_mcast
310 __u32 cmd; member in struct:ucma_abi_get_event
328 __u32 cmd; member in struct:ucma_abi_set_option
339 __u32 cmd; member in struct:ucma_abi_migrate_id
[all...]
H A Dcma.c63 (req)->cmd = UCMA_CMD_##op; \
520 struct ucma_abi_create_id cmd; local
532 CMA_INIT_CMD_RESP(&cmd, sizeof cmd, CREATE_ID, &resp, sizeof resp);
533 cmd.uid = (uintptr_t) id_priv;
534 cmd.ps = ps;
535 cmd.qp_type = qp_type;
537 ret = write(id_priv->id.channel->fd, &cmd, sizeof cmd);
538 if (ret != sizeof cmd)
566 struct ucma_abi_destroy_id cmd; local
623 struct ucma_abi_query cmd; local
655 struct ucma_abi_query cmd; local
715 struct ucma_abi_query cmd; local
749 struct ucma_abi_query cmd; local
798 struct ucma_abi_bind cmd; local
820 struct ucma_abi_bind_ip cmd; local
876 struct ucma_abi_resolve_addr cmd; local
900 struct ucma_abi_resolve_ip cmd; local
961 struct ucma_abi_resolve_route cmd; local
992 struct ucma_abi_init_qp_attr cmd; local
1470 struct ucma_abi_connect cmd; local
1517 struct ucma_abi_listen cmd; local
1585 struct ucma_abi_accept cmd; local
1644 struct ucma_abi_reject cmd; local
1666 struct ucma_abi_notify cmd; local
1696 struct ucma_abi_disconnect cmd; local
1742 struct ucma_abi_join_mcast cmd; local
1757 struct ucma_abi_join_ip_mcast cmd; local
1801 struct ucma_abi_destroy_id cmd; local
1978 struct ucma_abi_accept cmd; local
2058 struct ucma_abi_get_event cmd; local
2235 struct ucma_abi_set_option cmd; local
2257 struct ucma_abi_migrate_id cmd; local
[all...]
/freebsd-11-stable/contrib/ofed/libibverbs/
H A Ddriver.h137 int ibv_cmd_get_context(struct ibv_context *context, struct ibv_get_context *cmd,
143 struct ibv_query_device *cmd, size_t cmd_size);
148 struct ibv_query_device_ex *cmd,
156 struct ibv_query_port *cmd, size_t cmd_size);
158 struct ibv_alloc_pd *cmd, size_t cmd_size,
164 struct ibv_open_xrcd *cmd, size_t cmd_size,
170 struct ibv_mr *mr, struct ibv_reg_mr *cmd,
175 struct ibv_pd *pd, struct ibv_rereg_mr *cmd,
180 struct ibv_mw *mw, struct ibv_alloc_mw *cmd,
184 struct ibv_dealloc_mw *cmd, size_
[all...]
/freebsd-11-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-11-stable/sys/mips/nlm/dev/sec/
H A Dnlmseclib.h124 struct xlp_sec_command cmd; member in struct:xlp_sec_session
143 void print_crypto_params(struct xlp_sec_command *cmd, struct nlm_fmn_msg m);
145 void print_cmd(struct xlp_sec_command *cmd);
147 int nlm_crypto_form_srcdst_segs(struct xlp_sec_command *cmd);
149 struct xlp_sec_command *cmd);
151 struct xlp_sec_command *cmd);
153 struct xlp_sec_command *cmd);
154 int nlm_get_digest_param(struct xlp_sec_command *cmd);
155 int nlm_get_cipher_param(struct xlp_sec_command *cmd);
/freebsd-11-stable/sys/dev/syscons/
H A Dscvesactl.c54 vesa_ioctl(struct tty *tp, u_long cmd, caddr_t data, struct thread *td) argument
61 switch (cmd) {
69 return sc_set_text_mode(scp, tp, cmd & 0xff, 0, 0, 0, 0);
79 mode = (cmd & 0xff) + M_VESA_BASE;
105 mode = (cmd & 0xff) + M_VESA_BASE;
108 if (IOCGROUP(cmd) == 'V') {
112 mode = (cmd & 0xff) + M_VESA_BASE;
114 if (((cmd & IOC_DIRMASK) == IOC_VOID) &&
122 return (*prev_user_ioctl)(tp, cmd, data, td);
/freebsd-11-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-11-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-11-stable/usr.bin/systat/
H A Dmain.c84 char *cmd; /* Command name */ member in struct:cmdentry
93 struct cmdentry *cmd = NULL; local
99 SLIST_INSERT_HEAD(&commands, cmd, link);
106 cmd = calloc(1, sizeof(struct cmdentry));
107 if (cmd == NULL)
109 cmd->cmd = strdup(&argv[0][1]);
110 if (cmd->cmd == NULL)
119 else if (cmd !
141 struct cmdentry *cmd = NULL; local
[all...]
/freebsd-11-stable/sys/amd64/include/xen/
H A Dhypercall.h214 int cmd, unsigned long arg)
216 return _hypercall2(int, sched_op_compat, cmd, arg);
221 int cmd, void *arg)
223 return _hypercall2(int, sched_op, cmd, arg);
264 unsigned int cmd, void *arg)
266 return _hypercall2(int, memory_op, cmd, arg);
285 int cmd, void *arg)
287 int rc = _hypercall2(int, event_channel_op, cmd, arg);
292 op.cmd = cmd;
213 HYPERVISOR_sched_op_compat( int cmd, unsigned long arg) argument
220 HYPERVISOR_sched_op( int cmd, void *arg) argument
263 HYPERVISOR_memory_op( unsigned int cmd, void *arg) argument
284 HYPERVISOR_event_channel_op( int cmd, void *arg) argument
303 HYPERVISOR_xen_version( int cmd, void *arg) argument
310 HYPERVISOR_console_io( int cmd, unsigned int count, const char *str) argument
317 HYPERVISOR_physdev_op( int cmd, void *arg) argument
336 HYPERVISOR_grant_table_op( unsigned int cmd, void *uop, unsigned int count) argument
351 HYPERVISOR_vm_assist( unsigned int cmd, unsigned int type) argument
358 HYPERVISOR_vcpu_op( int cmd, unsigned int vcpuid, void *extra_args) argument
410 HYPERVISOR_callback_op( int cmd, const void *arg) argument
[all...]
/freebsd-11-stable/sys/i386/include/xen/
H A Dhypercall.h192 int cmd, unsigned long arg)
194 return _hypercall2(int, sched_op_compat, cmd, arg);
199 int cmd, void *arg)
201 return _hypercall2(int, sched_op, cmd, arg);
244 unsigned int cmd, void *arg)
246 return _hypercall2(int, memory_op, cmd, arg);
271 int cmd, void *arg)
273 int rc = _hypercall2(int, event_channel_op, cmd, arg);
278 op.cmd = cmd;
191 HYPERVISOR_sched_op_compat( int cmd, unsigned long arg) argument
198 HYPERVISOR_sched_op( int cmd, void *arg) argument
243 HYPERVISOR_memory_op( unsigned int cmd, void *arg) argument
270 HYPERVISOR_event_channel_op( int cmd, void *arg) argument
288 HYPERVISOR_xen_version( int cmd, void *arg) argument
295 HYPERVISOR_console_io( int cmd, int count, const char *str) argument
302 HYPERVISOR_physdev_op( int cmd, void *arg) argument
319 HYPERVISOR_grant_table_op( unsigned int cmd, void *uop, unsigned int count) argument
339 HYPERVISOR_vm_assist( unsigned int cmd, unsigned int type) argument
346 HYPERVISOR_vcpu_op( int cmd, int vcpuid, void *extra_args) argument
379 HYPERVISOR_callback_op( int cmd, void *arg) argument
[all...]
/freebsd-11-stable/sys/dev/ixl/
H A Di40e_nvm.c767 struct i40e_nvm_access *cmd,
770 struct i40e_nvm_access *cmd,
773 struct i40e_nvm_access *cmd,
776 struct i40e_nvm_access *cmd,
779 struct i40e_nvm_access *cmd,
782 struct i40e_nvm_access *cmd,
785 struct i40e_nvm_access *cmd,
788 struct i40e_nvm_access *cmd,
791 struct i40e_nvm_access *cmd,
794 struct i40e_nvm_access *cmd,
841 i40e_nvmupd_command(struct i40e_hw *hw, struct i40e_nvm_access *cmd, u8 *bytes, int *perrno) argument
984 i40e_nvmupd_state_init(struct i40e_hw *hw, struct i40e_nvm_access *cmd, u8 *bytes, int *perrno) argument
1125 i40e_nvmupd_state_reading(struct i40e_hw *hw, struct i40e_nvm_access *cmd, u8 *bytes, int *perrno) argument
1169 i40e_nvmupd_state_writing(struct i40e_hw *hw, struct i40e_nvm_access *cmd, u8 *bytes, int *perrno) argument
1342 i40e_nvmupd_validate_command(struct i40e_hw *hw, struct i40e_nvm_access *cmd, int *perrno) argument
1450 i40e_nvmupd_exec_aq(struct i40e_hw *hw, struct i40e_nvm_access *cmd, u8 *bytes, int *perrno) argument
1535 i40e_nvmupd_get_aq_result(struct i40e_hw *hw, struct i40e_nvm_access *cmd, u8 *bytes, int *perrno) argument
1604 i40e_nvmupd_get_aq_event(struct i40e_hw *hw, struct i40e_nvm_access *cmd, u8 *bytes, int *perrno) argument
1639 i40e_nvmupd_nvm_read(struct i40e_hw *hw, struct i40e_nvm_access *cmd, u8 *bytes, int *perrno) argument
1678 i40e_nvmupd_nvm_erase(struct i40e_hw *hw, struct i40e_nvm_access *cmd, int *perrno) argument
1718 i40e_nvmupd_nvm_write(struct i40e_hw *hw, struct i40e_nvm_access *cmd, u8 *bytes, int *perrno) argument
[all...]
/freebsd-11-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-11-stable/sys/netpfil/ipfw/
H A Dip_fw_log.c139 ipfw_insn *cmd = ACTION_PTR(f); local
140 ipfw_insn_log *l = (ipfw_insn_log *)cmd;
147 cmd += F_LEN(cmd); /* point to first action */
148 if (cmd->opcode == O_ALTQ) {
149 ipfw_insn_altq *altq = (ipfw_insn_altq *)cmd;
153 cmd += F_LEN(cmd);
155 if (cmd->opcode == O_PROB || cmd
[all...]
H A Dip_fw_eaction.c74 * For the O_EXTERNAL_INSTANCE opcode the cmd->arg1 contains index of named
76 * For the O_EXTERNAL_DATA opcode the cmd contains the data that can be used
82 * must be in the (ipfw_insn *)(cmd - 1)). By arg1 from O_EXTERNAL_ACTION
97 #define EACTION_OBJ(ch, cmd) \
98 ((struct eaction_obj *)SRV_OBJECT((ch), (cmd)->arg1))
111 ipfw_insn *cmd, int *done)
122 eaction_classify(ipfw_insn *cmd, uint16_t *puidx, uint8_t *ptype) argument
125 EACTION_DEBUG("opcode %d, arg1 %d", cmd->opcode, cmd->arg1);
126 *puidx = cmd
110 default_eaction(struct ip_fw_chain *ch, struct ip_fw_args *args, ipfw_insn *cmd, int *done) argument
132 eaction_update(ipfw_insn *cmd, uint16_t idx) argument
379 ipfw_insn *cmd, *icmd; local
450 ipfw_run_eaction(struct ip_fw_chain *ch, struct ip_fw_args *args, ipfw_insn *cmd, int *done) argument
[all...]
/freebsd-11-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-11-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-11-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-11-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-11-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-11-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-11-stable/usr.bin/svn/svnbench/
H A DMakefile11 SRCS= help-cmd.c \
13 null-blame-cmd.c \
14 null-export-cmd.c \
15 null-info-cmd.c \
16 null-list-cmd.c \
17 null-log-cmd.c \
/freebsd-11-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-11-stable/contrib/wpa/src/fst/
H A Dfst_ctrl_iface.h40 int fst_parse_attach_command(const char *cmd, char *ifname, size_t ifname_size,
42 int fst_parse_detach_command(const char *cmd, char *ifname, size_t ifname_size);
/freebsd-11-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);

Completed in 180 milliseconds

1234567891011>>