Searched refs:cmd (Results 126 - 150 of 2146) sorted by relevance

1234567891011>>

/freebsd-11-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-11-stable/share/examples/kld/syscall/module/
H A Dsyscall.c65 load(struct module *module, int cmd, void *arg) argument
69 switch (cmd) {
/freebsd-11-stable/sys/dev/iwm/
H A Dif_iwm_phy_ctxt.c169 struct iwm_phy_context_cmd *cmd, uint32_t action, uint32_t apply_time)
171 memset(cmd, 0, sizeof(struct iwm_phy_context_cmd));
181 cmd->id_and_color = htole32(IWM_FW_CMD_ID_AND_COLOR(ctxt->id,
183 cmd->action = htole32(action);
184 cmd->apply_time = htole32(apply_time);
192 struct iwm_phy_context_cmd *cmd, struct ieee80211_channel *chan,
210 cmd->ci.band = IEEE80211_IS_CHAN_2GHZ(chan) ?
213 cmd->ci.channel = ieee80211_chan2ieee(ic, chan);
214 cmd->ci.width = IWM_PHY_VHT_CHANNEL_MODE20;
215 cmd
168 iwm_mvm_phy_ctxt_cmd_hdr(struct iwm_softc *sc, struct iwm_mvm_phy_ctxt *ctxt, struct iwm_phy_context_cmd *cmd, uint32_t action, uint32_t apply_time) argument
191 iwm_mvm_phy_ctxt_cmd_data(struct iwm_softc *sc, struct iwm_phy_context_cmd *cmd, struct ieee80211_channel *chan, uint8_t chains_static, uint8_t chains_dynamic) argument
254 struct iwm_phy_context_cmd cmd; local
[all...]
H A Dif_iwm_util.c175 struct iwm_device_cmd *cmd; local
220 hdrlen = sizeof(cmd->hdr_wide);
221 datasz = sizeof(cmd->data_wide);
223 hdrlen = sizeof(cmd->hdr);
224 datasz = sizeof(cmd->data);
256 cmd = mtod(m, struct iwm_device_cmd *);
259 cmd = &ring->cmd[ring->cur];
264 cmd->hdr_wide.opcode = iwm_cmd_opcode(code);
265 cmd
352 struct iwm_host_cmd cmd = { local
364 iwm_mvm_send_cmd_status(struct iwm_softc *sc, struct iwm_host_cmd *cmd, uint32_t *status) argument
408 struct iwm_host_cmd cmd = { local
505 struct iwm_host_cmd cmd = { local
[all...]
/freebsd-11-stable/sbin/ifconfig/
H A Difconfig.h42 struct cmd;
44 typedef void c_func(const char *cmd, int arg, int s, const struct afswtch *afp);
47 struct cmd { struct
58 struct cmd *c_next;
60 void cmd_register(struct cmd *);
68 #define DECL_CMD_FUNC(name, cmd, arg) \
69 void name(const char *cmd, int arg, int s, const struct afswtch *afp)
92 const char *af_name; /* as given on cmd line, e.g. "inet" */
142 void Perror(const char *cmd);
154 * operations on ifmedia can avoid cmd lin
[all...]
/freebsd-11-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-11-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-11-stable/sys/arm/samsung/exynos/
H A Dexynos5_spi.c192 spi_transfer(device_t dev, device_t child, struct spi_command *cmd) argument
199 KASSERT(cmd->tx_cmd_sz == cmd->rx_cmd_sz,
201 KASSERT(cmd->tx_data_sz == cmd->rx_data_sz,
210 spi_txrx(sc, cmd->tx_cmd, cmd->rx_cmd, cmd->tx_cmd_sz, cs);
213 spi_txrx(sc, cmd->tx_data, cmd
[all...]
H A Dchrome_ec.h36 int ec_command(uint8_t cmd, uint8_t *dout, uint8_t dout_len,
/freebsd-11-stable/usr.sbin/bluetooth/hcsecd/
H A Dhcsecd.c271 ng_hci_cmd_pkt_t *cmd = NULL; local
275 cmd = (ng_hci_cmd_pkt_t *) buffer;
276 cmd->type = NG_HCI_CMD_PKT;
281 cmd->opcode = htole16(NG_HCI_OPCODE(NG_HCI_OGF_LINK_CONTROL,
283 cmd->length = sizeof(*cp);
285 cp = (ng_hci_pin_code_rep_cp *)(cmd + 1);
296 cmd->opcode = htole16(NG_HCI_OPCODE(NG_HCI_OGF_LINK_CONTROL,
298 cmd->length = sizeof(*cp);
300 cp = (ng_hci_pin_code_neg_rep_cp *)(cmd + 1);
309 if (sendto(sock, buffer, sizeof(*cmd)
330 ng_hci_cmd_pkt_t *cmd = NULL; local
[all...]
/freebsd-11-stable/contrib/ofed/libmlx4/
H A Dverbs.c48 struct ibv_query_device cmd; local
53 ret = ibv_cmd_query_device(context, attr, &raw_fw_ver, &cmd, sizeof cmd);
74 struct mlx4_query_device_ex cmd = {}; local
83 &cmd.ibv_cmd, sizeof(cmd.ibv_cmd), sizeof(cmd),
153 struct ibv_query_port cmd; local
156 err = ibv_cmd_query_port(context, port, attr, &cmd, sizeof(cmd));
196 struct ibv_alloc_pd cmd; local
230 struct ibv_open_xrcd cmd; local
267 struct ibv_reg_mr cmd; local
291 struct ibv_rereg_mr cmd; local
319 struct ibv_alloc_mw cmd; local
341 struct ibv_dealloc_mw cmd; local
408 struct mlx4_create_cq cmd = {}; local
431 struct mlx4_create_cq_ex cmd = {}; local
577 struct mlx4_resize_cq cmd; local
644 struct mlx4_create_srq cmd; local
714 struct ibv_modify_srq cmd; local
722 struct ibv_query_srq cmd; local
746 mlx4_cmd_create_qp_ex(struct ibv_context *context, struct ibv_qp_init_attr_ex *attr, struct mlx4_create_qp *cmd, struct mlx4_qp *qp) argument
787 struct mlx4_create_qp cmd; local
935 struct ibv_open_qp cmd; local
960 struct ibv_query_qp cmd; local
980 struct ibv_modify_qp cmd = {}; local
[all...]
/freebsd-11-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...]
/freebsd-11-stable/sys/dev/iscsi_initiator/
H A Discsi_subr.c81 data_out_t *cmd; local
114 cmd = &wpq->pdu.ipdu.data_out;
115 cmd->opcode = ISCSI_WRITE_DATA;
116 cmd->lun[0] = r2t->lun[0];
117 cmd->lun[1] = r2t->lun[1];
118 cmd->ttt = r2t->ttt;
119 cmd->itt = r2t->itt;
121 cmd->dsn = htonl(dsn);
122 cmd->bo = htonl(bo);
124 cmd
155 scsi_rsp_t *cmd = &pp->ipdu.scsi_rsp; local
353 scsi_rsp_t *cmd = &pp->ipdu.scsi_rsp; local
375 async_t *cmd = &pp->ipdu.async; local
459 scsi_req_t *cmd; local
557 scsi_req_t *cmd = &opp->ipdu.scsi_req; local
[all...]
/freebsd-11-stable/sys/dev/mmc/
H A Dmmc.c470 req->cmd->opcode, req->cmd->arg, req->cmd->flags);
471 if (req->cmd->data) {
472 printf(" data %d\n", (int)req->cmd->data->len);
482 req->cmd->error != MMC_ERR_NONE)))
484 req->cmd->opcode, req->cmd->error);
548 struct mmc_command cmd; local
551 memset(&cmd,
572 struct mmc_command cmd; local
595 struct mmc_command cmd; local
623 struct mmc_command cmd; local
650 struct mmc_command cmd; local
723 struct mmc_command cmd; local
750 struct mmc_command cmd; local
996 struct mmc_command cmd; local
1332 struct mmc_command cmd; local
1348 struct mmc_command cmd; local
1365 struct mmc_command cmd; local
1390 struct mmc_command cmd; local
1416 struct mmc_command cmd; local
1431 struct mmc_command cmd; local
1447 struct mmc_command cmd; local
[all...]
/freebsd-11-stable/sbin/fsck_ffs/
H A Dpass5.c362 cmd.size = 1;
364 cmd.value = cstotal.cs_ndir - fs->fs_cstotal.cs_ndir;
365 if (cmd.value != 0) {
367 printf("adjndir by %+" PRIi64 "\n", cmd.value);
369 &cmd, sizeof cmd) == -1)
370 rwerror("ADJUST NUMBER OF DIRECTORIES", cmd.value);
373 cmd.value = cstotal.cs_nbfree - fs->fs_cstotal.cs_nbfree;
374 if (cmd.value != 0) {
376 printf("adjnbfree by %+" PRIi64 "\n", cmd
[all...]
/freebsd-11-stable/sys/dev/aac/
H A Daac_linux.c80 u_long cmd; local
86 cmd = args->cmd;
91 error = (fo_ioctl(fp, cmd, (caddr_t)args->arg, td->td_ucred, td));
/freebsd-11-stable/sys/dev/aacraid/
H A Daacraid_linux.c86 u_long cmd; local
96 cmd = args->cmd;
101 error = (fo_ioctl(fp, cmd, (caddr_t)args->arg, td->td_ucred, td));
/freebsd-11-stable/sys/dev/cxgbe/
H A Dif_cxl.c36 mod_event(module_t mod, int cmd, void *arg) argument
/freebsd-11-stable/sys/amd64/include/
H A Diodev.h43 int iodev_ioctl(u_long cmd, caddr_t data);
/freebsd-11-stable/release/scripts/
H A Dlist-new-changesets.py81 cmd = ["svn", "log", "-v", "--xml"]
82 cmd += args[1:]
84 print(" ".join(cmd))
86 proc = subprocess.Popen(cmd, stdout=subprocess.PIPE, stderr=subprocess.PIPE)
/freebsd-11-stable/contrib/tcsh/
H A Dsvn9 def print_output(cmd, prefix):
10 pipeOut = os.popen3(cmd, mode = 'br')[1]
/freebsd-11-stable/sys/i386/include/
H A Diodev.h43 int iodev_ioctl(u_long cmd, caddr_t data);
/freebsd-11-stable/usr.sbin/timed/timedc/
H A Dcmdtab.c47 struct cmd cmdtab[] = {
/freebsd-11-stable/cddl/usr.bin/zlook/
H A DMakefile3 .PATH: ${SRCTOP}/cddl/contrib/opensolaris/cmd/zlook
/freebsd-11-stable/contrib/wpa/src/utils/
H A Dedit_simple.c22 static void (*edit_cmd_cb)(void *ctx, char *cmd);
64 int edit_init(void (*cmd_cb)(void *ctx, char *cmd), argument
66 char ** (*completion_cb)(void *ctx, const char *cmd, int pos),
83 int (*filter_cb)(void *ctx, const char *cmd))
82 edit_deinit(const char *history_file, int (*filter_cb)(void *ctx, const char *cmd)) argument

Completed in 398 milliseconds

1234567891011>>