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

1234567891011>>

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/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...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/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...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/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...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/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...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/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...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/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...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/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);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/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);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/curl-7.21.7/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";
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/curl-7.21.7/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";
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/curl-7.21.7/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";
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/powerpc/include/asm/
H A Dppc4xx.h16 extern void ppc4xx_reset_system(char *cmd);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/powerpc/include/asm/
H A Dppc4xx.h16 extern void ppc4xx_reset_system(char *cmd);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/cfe/cfe/ui/
H A Dui_cmddisp.c140 ui_cmdline_t cmd; local
142 res = cmd_lookup(head, &cmd);
146 res = cmd_sw_validate(&cmd,cmd.switches);
149 cmd_sw_name(&cmd,res));
154 res = (*cmd.func)(&cmd,cmd.argc-cmd.argidx,
155 &(cmd
215 ui_showusage(ui_cmdline_t *cmd) argument
237 ui_command_t *cmd; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/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...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/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...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/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);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/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);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/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);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/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);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/arm/mach-aaec2000/include/mach/
H A Dsystem.h19 static inline void arch_reset(char mode, const char *cmd) argument

Completed in 249 milliseconds

1234567891011>>