Searched refs:cmd (Results 1 - 25 of 3892) sorted by relevance

1234567891011>>

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/picocom/
H A Dpcasc3 --send-cmd="ascii-xfr -sv -l5" \
4 --receive-cmd="ascii-xfr -rv" "$@"
H A Dpcxm3 --send-cmd="sx -vv" \
4 --receive-cmd="rx -vv" "$@"
H A Dpcym3 --send-cmd="sb -vv" \
4 --receive-cmd="rb -vvv" "$@"
H A Dpczm3 --send-cmd="sz -vv -b" \
4 --receive-cmd="rz -vvv -b" "$@"
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/tools/perf/util/
H A Dgenerate-cmdlist.sh14 while read cmd
17 /^NAME/,/perf-'"$cmd"'/H
20 s/.*perf-'"$cmd"' - \(.*\)/ {"'"$cmd"'", "\1"},/
22 }' "Documentation/perf-$cmd.txt"
H A Drun-command.c18 int start_command(struct child_process *cmd) argument
28 need_in = !cmd->no_stdin && cmd->in < 0;
31 if (cmd->out > 0)
32 close(cmd->out);
35 cmd->in = fdin[1];
38 need_out = !cmd->no_stdout
39 && !cmd->stdout_to_stderr
40 && cmd->out < 0;
45 else if (cmd
185 finish_command(struct child_process *cmd) argument
190 run_command(struct child_process *cmd) argument
198 prepare_run_command_v_opt(struct child_process *cmd, const char **argv, int opt) argument
211 struct child_process cmd; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/comedi/drivers/
H A Dpcm_common.c9 struct comedi_subdevice *s, struct comedi_cmd *cmd)
16 tmp = cmd->start_src;
17 cmd->start_src &= (TRIG_NOW | TRIG_INT);
18 if (!cmd->start_src || tmp != cmd->start_src)
21 tmp = cmd->scan_begin_src;
22 cmd->scan_begin_src &= TRIG_EXT;
23 if (!cmd->scan_begin_src || tmp != cmd->scan_begin_src)
26 tmp = cmd
8 comedi_pcm_cmdtest(struct comedi_device *dev, struct comedi_subdevice *s, struct comedi_cmd *cmd) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/
H A Dfcntl.h56 #define IS_GETLK32(cmd) ((cmd) == F_GETLK)
57 #define IS_SETLK32(cmd) ((cmd) == F_SETLK)
58 #define IS_SETLKW32(cmd) ((cmd) == F_SETLKW)
59 #define IS_GETLK64(cmd) ((cmd) == F_GETLK64)
60 #define IS_SETLK64(cmd) ((cmd)
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/ia64/include/asm/xen/
H A Dxcom_hcall.h26 extern int xencomm_hypercall_console_io(int cmd, int count, char *str);
28 extern int xencomm_hypercall_event_channel_op(int cmd, void *op);
30 extern int xencomm_hypercall_xen_version(int cmd, void *arg);
32 extern int xencomm_hypercall_physdev_op(int cmd, void *op);
34 extern int xencomm_hypercall_grant_table_op(unsigned int cmd, void *op,
37 extern int xencomm_hypercall_sched_op(int cmd, void *arg);
41 extern int xencomm_hypercall_callback_op(int cmd, void *arg);
43 extern int xencomm_hypercall_memory_op(unsigned int cmd, void *arg);
47 extern long xencomm_hypercall_vcpu_op(int cmd, int cpu, void *arg);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/curl/curl-7.36.0/tests/libtest/
H A Dtest610.pl11 my $cmd = shift @ARGV;
13 if ($cmd eq "mkdir") {
16 elsif ($cmd eq "rmdir") {
19 elsif ($cmd eq "rm") {
22 elsif ($cmd eq "move") {
26 elsif ($cmd eq "gone") {
29 print "Unsupported command $cmd\n";
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/radvd/
H A Dprivsep-linux.c48 struct privsep_command cmd; local
52 ret = readn(pfd, &cmd, sizeof(cmd));
58 if (ret != sizeof(cmd)) {
63 cmd.iface[IFNAMSIZ-1] = '\0';
65 switch(cmd.type) {
68 if (cmd.val < MIN_AdvLinkMTU || cmd.val > MAX_AdvLinkMTU) {
69 flog(LOG_ERR, "(privsep) %s: LinkMTU (%u) is not within the defined bounds, ignoring", cmd.iface, cmd
178 struct privsep_command cmd; local
191 struct privsep_command cmd; local
203 struct privsep_command cmd; local
215 struct privsep_command cmd; local
[all...]
H A Dprivsep.c48 struct privsep_command cmd; local
52 ret = readn(pfd, &cmd, sizeof(cmd));
58 if (ret != sizeof(cmd)) {
63 cmd.iface[IFNAMSIZ-1] = '\0';
65 switch(cmd.type) {
68 if (cmd.val < MIN_AdvLinkMTU || cmd.val > MAX_AdvLinkMTU) {
69 flog(LOG_ERR, "(privsep) %s: LinkMTU (%u) is not within the defined bounds, ignoring", cmd.iface, cmd
178 struct privsep_command cmd; local
191 struct privsep_command cmd; local
203 struct privsep_command cmd; local
215 struct privsep_command cmd; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/src/router/radvd/
H A Dprivsep-linux.c48 struct privsep_command cmd; local
52 ret = readn(pfd, &cmd, sizeof(cmd));
58 if (ret != sizeof(cmd)) {
63 cmd.iface[IFNAMSIZ-1] = '\0';
65 switch(cmd.type) {
68 if (cmd.val < MIN_AdvLinkMTU || cmd.val > MAX_AdvLinkMTU) {
69 flog(LOG_ERR, "(privsep) %s: LinkMTU (%u) is not within the defined bounds, ignoring", cmd.iface, cmd
178 struct privsep_command cmd; local
191 struct privsep_command cmd; local
203 struct privsep_command cmd; local
215 struct privsep_command cmd; local
[all...]
H A Dprivsep.c48 struct privsep_command cmd; local
52 ret = readn(pfd, &cmd, sizeof(cmd));
58 if (ret != sizeof(cmd)) {
63 cmd.iface[IFNAMSIZ-1] = '\0';
65 switch(cmd.type) {
68 if (cmd.val < MIN_AdvLinkMTU || cmd.val > MAX_AdvLinkMTU) {
69 flog(LOG_ERR, "(privsep) %s: LinkMTU (%u) is not within the defined bounds, ignoring", cmd.iface, cmd
178 struct privsep_command cmd; local
191 struct privsep_command cmd; local
203 struct privsep_command cmd; local
215 struct privsep_command cmd; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/include/asm/
H A Dppc4xx.h16 extern void ppc4xx_reset_system(char *cmd);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/
H A Dscsi_lib_dma.c16 * @cmd: scsi command
21 int scsi_dma_map(struct scsi_cmnd *cmd) argument
25 if (scsi_sg_count(cmd)) {
26 struct device *dev = cmd->device->host->dma_dev;
28 nseg = dma_map_sg(dev, scsi_sglist(cmd), scsi_sg_count(cmd),
29 cmd->sc_data_direction);
39 * @cmd: scsi command
41 void scsi_dma_unmap(struct scsi_cmnd *cmd) argument
43 if (scsi_sg_count(cmd)) {
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/ocfs2/
H A Dioctl.h13 long ocfs2_ioctl(struct file *filp, unsigned int cmd, unsigned long arg);
14 long ocfs2_compat_ioctl(struct file *file, unsigned cmd, unsigned long arg);
H A Dlocks.h29 int ocfs2_flock(struct file *file, int cmd, struct file_lock *fl);
30 int ocfs2_lock(struct file *file, int cmd, struct file_lock *fl);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/s390/include/asm/
H A Dcpcmd.h17 extern int __cpcmd(const char *cmd, char *response, int rlen, int *response_code);
22 * cmd: null-terminated command string, max 240 characters
32 extern int cpcmd(const char *cmd, char *response, int rlen, int *response_code);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/zebra/tools/
H A Dzc.pl47 my $cmd = join (' ', @ARGV);
55 $t->cmd ($login_pass);
57 $t->cmd (String => 'en',
59 $t->cmd ($enable_pass);
61 $t->cmd ('conf t') if "$opt_c";
63 if ($cmd)
65 docmd ($t, $cmd);
78 chomp ($cmd = <>);
79 if (!defined ($cmd))
84 exit (0) if ($cmd e
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/blackfin/include/asm/
H A Dreboot.h13 extern void native_machine_restart(char *cmd);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/mach-lh7a40x/include/mach/
H A Dsystem.h16 static inline void arch_reset(char mode, const char *cmd) argument
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/mach-msm/include/mach/
H A Dsystem.h20 static inline void arch_reset(char mode, const char *cmd) argument
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/mach-nuc93x/include/mach/
H A Dsystem.h24 static void arch_reset(char mode, const char *cmd) argument
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/mach-pxa/include/mach/
H A Dsystem.h23 void arch_reset(char mode, const char *cmd);

Completed in 170 milliseconds

1234567891011>>