Searched refs:command (Results 1 - 25 of 764) sorted by relevance

1234567891011>>

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/flac-1.2.1/
H A Dstrip_non_asm_libtool_args.sh7 command=""
12 command="$command $1"
18 echo $command
19 exec $command
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/libvorbis-1.2.3/vq/
H A Dmake_floor_books.pl26 my $command=$line;
27 print ">>> $command";
28 die "Couldn't shell command.\n\tcommand:$command\n"
29 if syst($command);
40 $command="rm -f $globalname.vqh";
41 die "Couldn't remove file.\n\tcommand:$command\n"
42 if syst($command);
62 $command="rm -f $datafile.tmp";
63 print "\n\n>>> $command\
[all...]
H A Dmake_residue_books.pl31 my $command=$line;
32 print ">>> $command";
33 die "Couldn't shell command.\n\tcommand:$command\n"
34 if syst($command);
54 my $command="cp $datafile $bookname.tmp";
55 print ">>> $command\n";
56 die "Couldn't access partition data file.\n\tcommand:$command\n"
57 if syst($command);
59 my $command
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm/
H A Dreboot.h12 extern void (*_machine_restart)(char *command);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-mips/
H A Dreboot.h12 extern void (*_machine_restart)(char *command);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/scsi/pcmcia/
H A Dnsp_debug.c12 * Show the command data of a command
88 static void print_commandk (unsigned char *command) argument
92 print_opcodek(command[0]);
94 if ((command[0] >> 5) == 6 ||
95 (command[0] >> 5) == 7 ) {
98 s = COMMAND_SIZE(command[0]);
101 printk("%02x ", command[i]);
107 (((unsigned int)command[1] & 0x0f) << 16) |
108 ( (unsigned int)command[
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/cifs/
H A Dcn_cifs.h30 enum command { enum in struct:cifs_upcall
33 } command; member in struct:cifs_upcall
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/input/serio/
H A Di8042-jazzio.h27 #define I8042_COMMAND_REG ((unsigned long)&jazz_kh->command)
28 #define I8042_STATUS_REG ((unsigned long)&jazz_kh->command)
38 return jazz_kh->command;
48 jazz_kh->command = val;
H A Di8042-ip22io.h32 #define I8042_COMMAND_REG ((unsigned long)&sgioc->kbdmouse.command)
33 #define I8042_STATUS_REG ((unsigned long)&sgioc->kbdmouse.command)
43 return sgioc->kbdmouse.command;
53 sgioc->kbdmouse.command = val;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-i386/
H A Dist.h24 unsigned long command; member in struct:ist_info
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/mips/philips/pnx8550/common/
H A Dreset.c27 void pnx8550_machine_restart(char *command) argument
34 if (command != NULL)
35 printk("* %s\n", command);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/bridge-1.x/brctl/
H A Dbrctl.h22 struct command struct
30 const struct command *command_lookup(const char *cmd);
31 void command_help(const struct command *);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/appletalk/
H A Dltpc.h19 unsigned char command; member in struct:lt_getresult
24 unsigned char command; member in struct:lt_mem
31 unsigned char command; member in struct:lt_setflags
37 unsigned char command; member in struct:lt_getflags
42 unsigned char command; member in struct:lt_init
48 unsigned char command; member in struct:lt_sendlap
56 unsigned char command; member in struct:lt_rcvlap
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/scsi/
H A Dnsp32_debug.c10 * Show the command data of a command
86 static void print_commandk (unsigned char *command) argument
90 print_opcodek(command[0]);
92 if ((command[0] >> 5) == 6 ||
93 (command[0] >> 5) == 7 ) {
96 s = COMMAND_SIZE(command[0]);
100 printk("%02x ", command[i]);
106 (((unsigned int)command[1] & 0x0f) << 16) |
107 ( (unsigned int)command[
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/mips/kernel/
H A Dreset.c22 void (*_machine_restart)(char *command);
28 void machine_restart(char *command) argument
31 _machine_restart(command);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/sh64/boot/compressed/
H A Dcache.c28 int cache_control(unsigned int command) argument
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/misc/ibmasm/
H A Ddot_command.c66 * send the 4.3.5.10 dot command (driver VPD) to the service processor
70 struct command *command; local
76 command = ibmasm_new_command(sp, INIT_BUFFER_SIZE);
77 if (command == NULL)
80 header = (struct dot_command_header *)command->buffer;
87 vpd_command = command->buffer + sizeof(struct dot_command_header);
99 ibmasm_exec_command(sp, command);
100 ibmasm_wait_for_response(command, IBMASM_CMD_TIMEOUT_NORMAL);
102 if (command
112 unsigned char command[3]; member in struct:os_state_command
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/media/video/ivtv/
H A Divtv-gpio.h25 int ivtv_gpio(struct ivtv *itv, unsigned int command, void *arg);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/mips/jazz/
H A Dreset.c21 status = jazz_kh->command;
31 status = jazz_kh->command;
33 jazz_kh->command = val;
38 return jazz_kh->command;
52 void jazz_machine_restart(char *command) argument
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/s390/char/
H A Dsclp_info.c18 sclp_cmdw_t command; local
25 command = SCLP_CMDW_READ_SCP_INFO_FORCED;
33 ret = sclp_service_call(command, &s390_readinfo_sccb);
50 if (response != 0x1f0 || command == SCLP_CMDW_READ_SCP_INFO)
53 command = SCLP_CMDW_READ_SCP_INFO;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/shell/
H A Dbbsh.c52 struct command { struct
53 struct command *next;
64 struct command *cmd;
80 // Parse one word from the command line, appending one or more argv[] entries
81 // to struct command. Handles environment variable substitution and
84 static char *parse_word(char *start, struct command **cmd)
100 sizeof(struct command) + ((*cmd)->argc+8)*sizeof(char *));
110 struct command **cmd = &(line->cmd);
117 // Parse command into argv[]
128 // Allocate next command structur
186 handle(char *command) argument
204 char *command=NULL; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/mtd/devices/
H A Dmtd_dataflash.c84 u8 command[4]; member in struct:dataflash
152 u8 *command; local
166 x.tx_buf = command = priv->command;
183 command[0] = do_block ? OP_ERASE_BLOCK : OP_ERASE_PAGE;
184 command[1] = (u8)(pageaddr >> 16);
185 command[2] = (u8)(pageaddr >> 8);
186 command[3] = 0;
190 command[0], command[
236 u8 *command; local
313 u8 *command; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/avahi-0.6.25/avahi-daemon/
H A Dchroot.c212 uint8_t command; local
215 if ((r = read(fd, &command, sizeof(command))) <= 0) {
225 assert(r == sizeof(command));
227 avahi_log_debug(__FILE__": chroot() helper got command %02x", command);
229 switch (command) {
244 if ((payload = open(get_file_name_table[(int) command], O_RDONLY)) < 0) {
269 unlink(unlink_file_name_table[(int) command]);
280 avahi_log_error(__FILE__": Unknown command
344 uint8_t command; local
387 uint8_t c, command; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/i2c/busses/
H A Di2c-stub.c40 char read_write, u8 command, int size, union i2c_smbus_data * data)
56 stub_pointer = command;
59 addr, command);
72 stub_bytes[command] = data->byte;
75 addr, data->byte, command);
77 data->byte = stub_bytes[command];
80 addr, data->byte, command);
82 stub_pointer = command + 1;
89 stub_words[command] = data->word;
92 addr, data->word, command);
39 stub_xfer(struct i2c_adapter * adap, u16 addr, unsigned short flags, char read_write, u8 command, int size, union i2c_smbus_data * data) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-tools/examples/hello-tcl-tk/
H A Dhello.tcl14 -command exit

Completed in 202 milliseconds

1234567891011>>