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

1234567891011>>

/freebsd-9.3-release/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-9.3-release/sys/dev/mmc/
H A Dmmcsd.c293 struct mmc_command cmd; local
307 memset(&cmd, 0, sizeof(cmd));
309 req.cmd = &cmd;
310 cmd.data = &data;
313 cmd.opcode = MMC_READ_MULTIPLE_BLOCK;
315 cmd.opcode = MMC_READ_SINGLE_BLOCK;
318 cmd.opcode = MMC_WRITE_MULTIPLE_BLOCK;
320 cmd
355 struct mmc_command cmd; local
[all...]
/freebsd-9.3-release/cddl/contrib/dtracetoolkit/Bin/
H A Dtcl_who.d16 * CALLS Number of calls made (proc + cmd)
53 tcl*:::cmd-entry
/freebsd-9.3-release/cddl/contrib/dtracetoolkit/Tcl/
H A Dtcl_who.d16 * CALLS Number of calls made (proc + cmd)
53 tcl*:::cmd-entry
/freebsd-9.3-release/cddl/usr.bin/sgsmsg/
H A DMakefile3 .PATH: ${.CURDIR}/../../../cddl/contrib/opensolaris/cmd/sgs/tools/common
14 -I${OPENSOLARIS_USR_DISTDIR}/cmd/sgs/include \
/freebsd-9.3-release/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-9.3-release/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)
89 const char *af_name; /* as given on cmd line, e.g. "inet" */
138 void Perror(const char *cmd);
148 * operations on ifmedia can avoid cmd lin
[all...]
/freebsd-9.3-release/share/examples/kld/syscall/module/
H A Dsyscall.c65 load(struct module *module, int cmd, void *arg) argument
69 switch (cmd) {
/freebsd-9.3-release/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-9.3-release/sys/netpfil/ipfw/
H A Dip_fw_log.c97 log_dummy(struct ifnet *ifp, u_long cmd, caddr_t addr) argument
203 ipfw_insn *cmd = ACTION_PTR(f); local
204 ipfw_insn_log *l = (ipfw_insn_log *)cmd;
211 cmd += F_LEN(cmd); /* point to first action */
212 if (cmd->opcode == O_ALTQ) {
213 ipfw_insn_altq *altq = (ipfw_insn_altq *)cmd;
217 cmd += F_LEN(cmd);
219 if (cmd
[all...]
/freebsd-9.3-release/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-9.3-release/sys/contrib/octeon-sdk/
H A Dcvmx-nand.c405 cvmx_nand_cmd_t cmd; local
410 memset(&cmd, 0, sizeof(cmd));
411 cmd.wait.two = 2;
412 cmd.wait.r_b=0;
413 cmd.wait.n = 2;
420 if (cvmx_nand_submit(cmd))
422 if (cvmx_nand_submit(cmd))
424 if (cvmx_nand_submit(cmd))
426 if (cvmx_nand_submit(cmd))
861 cvmx_nand_submit(cvmx_nand_cmd_t cmd) argument
980 cvmx_nand_cmd_t cmd; local
1095 cvmx_nand_cmd_t cmd; local
1202 cvmx_nand_cmd_t cmd; local
1343 cvmx_nand_cmd_t cmd; local
[all...]
H A Dcvmx-tra.c251 uint64_t cmd = 0; local
255 cmd = 0x1ffff;
257 cmd = 0xffff;
260 cmd |= 1ull<<0;
262 cmd |= 1ull<<1;
264 cmd |= 1ull<<2;
266 cmd |= 1ull<<3;
268 cmd |= 1ull<<4;
270 cmd |= 1ull<<5;
272 cmd |
[all...]
/freebsd-9.3-release/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-9.3-release/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-9.3-release/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-9.3-release/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-9.3-release/sys/dev/iscsi/initiator/
H A Discsi_subr.c80 data_out_t *cmd; local
113 cmd = &wpq->pdu.ipdu.data_out;
114 cmd->opcode = ISCSI_WRITE_DATA;
115 cmd->lun[0] = r2t->lun[0];
116 cmd->lun[1] = r2t->lun[1];
117 cmd->ttt = r2t->ttt;
118 cmd->itt = r2t->itt;
120 cmd->dsn = htonl(dsn);
121 cmd->bo = htonl(bo);
123 cmd
154 scsi_rsp_t *cmd = &pp->ipdu.scsi_rsp; local
352 scsi_rsp_t *cmd = &pp->ipdu.scsi_rsp; local
374 async_t *cmd = &pp->ipdu.async; local
458 scsi_req_t *cmd; local
556 scsi_req_t *cmd = &opp->ipdu.scsi_req; local
[all...]
/freebsd-9.3-release/lib/libedit/
H A Dreadline.c492 get_history_event(const char *cmd, int *cindex, int qchar) argument
501 if (cmd[idx++] != history_expansion_char)
505 if (cmd[idx] == history_expansion_char || cmd[idx] == '\0') {
508 *cindex = cmd[idx]? (idx + 1):idx;
512 if (cmd[idx] == '-') {
517 if ('0' <= cmd[idx] && cmd[idx] <= '9') {
521 while (cmd[idx] && '0' <= cmd[id
625 const char *ptr, *cmd; local
[all...]
/freebsd-9.3-release/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-9.3-release/cddl/usr.bin/zlook/
H A DMakefile3 .PATH: ${.CURDIR}/../../contrib/opensolaris/cmd/zlook
/freebsd-9.3-release/contrib/tcsh/
H A Dsvn9 def print_output(cmd, prefix):
10 pipeOut = os.popen3(cmd, mode = 'br')[1]
/freebsd-9.3-release/sys/amd64/include/
H A Diodev.h43 int iodev_ioctl(u_long cmd, caddr_t data);
/freebsd-9.3-release/sys/cam/
H A Dcam_compat.c54 cam_compat_ioctl(struct cdev *dev, u_long *cmd, caddr_t *addr, int *flag, struct thread *td) argument
58 switch (*cmd) {
76 *cmd = CAMIOCOMMAND;
81 *cmd = CAMGETPASSTHRU;
H A Dcam_compat.h34 int cam_compat_ioctl(struct cdev *dev, u_long *cmd, caddr_t *addr, int *flag, struct thread *td);

Completed in 327 milliseconds

1234567891011>>