Searched refs:cmd (Results 26 - 50 of 1984) sorted by relevance

1234567891011>>

/freebsd-10-stable/contrib/ipfilter/lib/
H A Dpoolio.c31 pool_ioctl(iocfunc, cmd, ptr)
33 ioctlcmd_t cmd;
36 return (*iocfunc)(poolfd, cmd, ptr);
/freebsd-10-stable/contrib/pjdfstest/
H A DMakefile21 cmd="gcc -Wall $$CFLAGS ${PROG}.c -o ${PROG}"; \
22 echo $$cmd; \
23 $$cmd
/freebsd-10-stable/lib/libstand/
H A Dioctl.c69 ioctl(fd, cmd, arg)
71 u_long cmd;
81 errno = (f->f_dev->dv_ioctl)(f, cmd, arg);
H A Ddev.c55 noioctl(f, cmd, data)
57 u_long cmd;
/freebsd-10-stable/tools/regression/pjdfstest/
H A DMakefile21 cmd="cc -Wall $$CFLAGS ${PROG}.c -o ${PROG}"; \
22 echo $$cmd; \
23 $$cmd
/freebsd-10-stable/contrib/netbsd-tests/bin/sh/dotcmd/
H A Dt_dotcmd.sh47 for cmd in ${cmds}
51 case_id="${dot_scope}_${cmd}_${cmd_scope}"
58 'dotcmd in ${dot_scope}, file contains ${cmd} in ${cmd_scope}'
/freebsd-10-stable/contrib/ipfilter/
H A Dmlf_rule.c81 int xxxinit(lkmtp, cmd, ver)
83 int cmd, ver;
85 DISPATCH(lkmtp, cmd, ver, ipfrule_ioctl, ipfrule_ioctl, ipfrule_ioctl);
109 int ipfrule(lkmtp, cmd, ver)
111 int cmd, ver;
114 MOD_DISPATCH(ipfrule, lkmtp, cmd, ver, ipfrule_ioctl, ipfrule_ioctl,
117 DISPATCH(lkmtp, cmd, ver, ipfrule_ioctl, ipfrule_ioctl, ipfrule_ioctl);
123 int ipfrule_load(lkmtp, cmd)
125 int cmd;
131 int ipfrule_unload(lkmtp, cmd)
[all...]
/freebsd-10-stable/contrib/smbfs/smbutil/
H A Dsmbutil.c49 struct commands *cmd; local
51 for (cmd = commands; cmd->name; cmd++) {
52 if (strcmp(cmd->name, name) == 0)
53 return cmd;
78 struct commands *cmd; local
84 cmd = lookupcmd(cp);
85 if (cmd == NULL)
87 if (cmd
96 struct commands *cmd; local
[all...]
/freebsd-10-stable/usr.bin/systat/
H A Difcmds.c46 ifcmd(const char *cmd, const char *args) argument
50 if (prefix(cmd, "scale")) {
59 } else if (prefix(cmd, "match")) {
73 } else if (prefix(cmd, "pps"))
H A Dmode.h41 extern int cmdmode(const char *cmd, const char *args);
/freebsd-10-stable/usr.sbin/lpr/lpc/
H A Dlpc.h42 struct cmd { struct
/freebsd-10-stable/usr.sbin/ntp/scripts/
H A Dntptrace23 $cmd = "$ntpq -n -c rv $host";
24 open(PH, $cmd . "|") || die "failed to start command $cmd: $!";
33 close(PH) || die "$cmd failed";
52 $cmd = "$ntpq -n -c \"pstat $peer\" $host";
53 open(PH, $cmd . "|") || die "failed to start command $cmd: $!";
58 close(PH) || die "$cmd failed";
/freebsd-10-stable/contrib/less/
H A Dlsystem.c41 lsystem(cmd, donemsg)
42 char *cmd;
59 if (cmd[0] == '-')
60 cmd++;
65 putstr(cmd);
71 if (*cmd == '\0')
72 cmd = getenv("COMSPEC");
133 if (*cmd == '\0')
137 char *esccmd = shell_quote(cmd);
149 if (*cmd
[all...]
/freebsd-10-stable/usr.bin/usbhidaction/
H A Dusbhidaction.c94 struct command *cmd; local
200 for (cmd = commands; cmd; cmd = cmd->next) {
201 if (cmd->item.report_ID != 0 &&
202 buf[0] != cmd->item.report_ID)
204 if (cmd->item.flags & HIO_VARIABLE)
205 val = hid_get_data(buf, &cmd->item);
207 uint32_t pos = cmd
282 struct command *cmd, *cmds; local
464 docmd(struct command *cmd, int value, const char *hid, int argc, char **argv) argument
509 freecommands(struct command *cmd) argument
[all...]
/freebsd-10-stable/contrib/ofed/libibcm/src/
H A Dcm.c81 #define CM_CREATE_MSG_CMD_RESP(msg, cmd, resp, type, size) \
85 size = sizeof(*hdr) + sizeof(*cmd); \
90 cmd = msg + sizeof(*hdr); \
91 hdr->cmd = type; \
92 hdr->in = sizeof(*cmd); \
94 memset(cmd, 0, sizeof(*cmd)); \
98 cmd->response = (uintptr_t)resp;\
101 #define CM_CREATE_MSG_CMD(msg, cmd, type, size) \
105 size = sizeof(*hdr) + sizeof(*cmd); \
262 struct cm_abi_create_id *cmd; local
292 struct cm_abi_destroy_id *cmd; local
321 struct cm_abi_attr_id *cmd; local
350 struct cm_abi_init_qp_attr *cmd; local
378 struct cm_abi_listen *cmd; local
399 struct cm_abi_req *cmd; local
456 struct cm_abi_rep *cmd; local
494 struct cm_abi_private_data *cmd; local
540 struct cm_abi_establish *cmd; local
557 struct cm_abi_notify *cmd; local
588 struct cm_abi_info *cmd; local
643 struct cm_abi_mra *cmd; local
670 struct cm_abi_lap *cmd; local
703 struct cm_abi_sidr_req *cmd; local
742 struct cm_abi_sidr_rep *cmd; local
825 struct cm_abi_event_get *cmd; local
[all...]
/freebsd-10-stable/lib/libc/sys/
H A Dfcntl.c39 fcntl(int fd, int cmd, ...) argument
44 va_start(args, cmd);
49 __libc_interposing[INTERPOS_fcntl])(fd, cmd, arg));
56 __fcntl_compat(int fd, int cmd, ...) argument
64 va_start(args, cmd);
69 return (__sys_fcntl(fd, cmd, arg));
71 if (cmd == F_GETLK || cmd == F_SETLK || cmd == F_SETLKW) {
83 switch (cmd) {
[all...]
/freebsd-10-stable/sys/mips/nlm/dev/sec/
H A Dnlmsec.c126 print_crypto_params(struct xlp_sec_command *cmd, struct nlm_fmn_msg m) argument
130 msg0 = cmd->ctrlp->desc0;
131 msg1 = cmd->paramp->desc0;
132 msg2 = cmd->paramp->desc1;
133 msg3 = cmd->paramp->desc2;
134 msg4 = cmd->paramp->desc3;
135 msg5 = cmd->paramp->segment[0][0];
136 msg6 = cmd->paramp->segment[0][1];
241 print_cmd(struct xlp_sec_command *cmd) argument
243 printf("session_num :%d\n",cmd
290 struct xlp_sec_command *cmd = NULL; local
457 struct xlp_sec_command *cmd = NULL; local
568 xlp_copyiv(struct xlp_sec_softc *sc, struct xlp_sec_command *cmd, struct cryptodesc *enccrd) argument
637 xlp_alloc_cmd_params(struct xlp_sec_command *cmd, unsigned int nsegs) argument
679 xlp_free_cmd_params(struct xlp_sec_command *cmd) argument
698 struct xlp_sec_command *cmd = NULL; local
[all...]
/freebsd-10-stable/sys/netgraph/bluetooth/l2cap/
H A Dng_l2cap_evnt.c277 ng_l2cap_cmd_p cmd = NULL; local
288 cmd = ng_l2cap_cmd_by_ident(con, ident);
289 if (cmd != NULL) {
291 if (ng_l2cap_command_untimeout(cmd) != 0) {
296 ng_l2cap_unlink_cmd(cmd);
298 switch (cmd->code) {
300 ng_l2cap_l2ca_con_rsp(cmd->ch,cmd->token,cp->reason,0);
301 ng_l2cap_free_chan(cmd->ch);
305 ng_l2cap_l2ca_cfg_rsp(cmd
406 ng_l2cap_cmd_p cmd = NULL; local
660 ng_l2cap_cmd_p cmd = NULL; local
814 ng_l2cap_cmd_p cmd = NULL; local
904 ng_l2cap_cmd_p cmd = NULL; local
973 ng_l2cap_cmd_p cmd = NULL; local
1013 ng_l2cap_cmd_p cmd = NULL; local
1051 ng_l2cap_cmd_p cmd = NULL; local
1100 ng_l2cap_cmd_p cmd = NULL; local
1175 ng_l2cap_cmd_p cmd = NULL; local
1203 ng_l2cap_cmd_p cmd = NULL; local
1231 ng_l2cap_cmd_p cmd = NULL; local
[all...]
/freebsd-10-stable/usr.sbin/mlxcontrol/
H A Dinterface.c173 struct mlx_usercommand *cmd = (struct mlx_usercommand *)arg; local
176 error = ioctl(fd, MLX_COMMAND, cmd);
178 cmd->mu_error = error;
188 struct mlx_usercommand cmd; local
191 cmd.mu_datasize = sizeof(*enq);
192 cmd.mu_buf = enq;
193 cmd.mu_bufptr = 8;
194 cmd.mu_command[0] = MLX_CMD_ENQUIRY2;
197 mlx_perform(unit, mlx_command, (void *)&cmd);
199 return(cmd
210 struct mlx_usercommand cmd; local
230 struct mlx_usercommand cmd; local
275 struct mlx_usercommand cmd; local
[all...]
/freebsd-10-stable/sys/dev/mlx5/mlx5_core/
H A Dmlx5_cmd.c78 static struct mlx5_cmd_work_ent *alloc_cmd(struct mlx5_cmd *cmd, argument
100 ent->cmd = cmd;
106 static u8 alloc_token(struct mlx5_cmd *cmd) argument
110 spin_lock(&cmd->token_lock);
111 cmd->token++;
112 if (cmd->token == 0)
113 cmd->token++;
114 token = cmd->token;
115 spin_unlock(&cmd
123 struct mlx5_cmd *cmd = ent->cmd; local
149 free_ent(struct mlx5_cmd *cmd, int idx) argument
158 get_inst(struct mlx5_cmd *cmd, int idx) argument
933 struct mlx5_cmd *cmd = ent->cmd; local
994 struct mlx5_cmd *cmd = ent->cmd; local
1085 struct mlx5_cmd *cmd = &dev->cmd; local
1119 struct mlx5_cmd *cmd = &dev->cmd; local
1271 struct mlx5_cmd *cmd = &dev->cmd; local
1284 struct mlx5_cmd *cmd = &dev->cmd; local
1303 struct mlx5_cmd *cmd = &dev->cmd; local
1328 struct mlx5_cmd *cmd = &dev->cmd; local
1400 struct mlx5_cmd *cmd = &dev->cmd; local
1505 struct mlx5_cmd *cmd = &dev->cmd; local
1522 struct mlx5_cmd *cmd = &dev->cmd; local
1560 alloc_cmd_page(struct mlx5_core_dev *dev, struct mlx5_cmd *cmd) argument
1608 free_cmd_page(struct mlx5_core_dev *dev, struct mlx5_cmd *cmd) argument
1620 struct mlx5_cmd *cmd = &dev->cmd; local
1717 struct mlx5_cmd *cmd = &dev->cmd; local
[all...]
/freebsd-10-stable/contrib/gdb/gdb/cli/
H A Dcli-dump.h30 extern char *scan_filename_with_cleanup (char **cmd, const char *defname);
32 extern char *scan_expression_with_cleanup (char **cmd, const char *defname);
/freebsd-10-stable/contrib/wpa/wpa_supplicant/
H A Dwifi_display.h16 int wifi_display_subelem_set(struct wpa_global *global, char *cmd);
17 int wifi_display_subelem_get(struct wpa_global *global, char *cmd,
/freebsd-10-stable/sbin/devfs/
H A Dextern.h40 struct cmd { struct
44 typedef struct cmd ctbl_t[];
/freebsd-10-stable/sys/x86/include/
H A Dvmware.h38 vmware_hvcall(u_int cmd, u_int *p) argument
43 : "0" (VMW_HVMAGIC), "1" (UINT_MAX), "2" (cmd), "3" (VMW_HVPORT)
/freebsd-10-stable/usr.sbin/apmd/
H A Dapmdparse.y71 %type <evcmd> cmd
148 | cmd_list cmd
162 cmd
171 struct event_cmd_exec *cmd = malloc(len);
172 cmd->evcmd.next = NULL;
173 cmd->evcmd.len = len;
174 cmd->evcmd.name = "exec";
175 cmd->evcmd.op = &event_cmd_exec_ops;
176 cmd->line = $2;
177 $$ = (struct event_cmd *) cmd;
[all...]

Completed in 358 milliseconds

1234567891011>>