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

1234567891011>>

/netgear-R7000-V1.0.7.12_1.2.5/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-R7000-V1.0.7.12_1.2.5/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-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/mips/include/asm/
H A Dreboot.h12 extern void (*_machine_restart)(char *command);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/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-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/cifs/
H A Dcn_cifs.h30 enum command { enum in struct:cifs_upcall
33 } command; member in struct:cifs_upcall
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/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-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/sh/boot/compressed/
H A Dcache.c1 int cache_control(unsigned int command) argument
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/services/
H A Dsvc_rcinit.c28 pstring command; local
31 pstr_sprintf( command, "%s/%s/%s stop", dyn_LIBDIR, SVCCTL_SCRIPT_DIR, service );
36 ret = smbrun( command , &fd );
39 DEBUGADD(5, ("rcinit_start: [%s] returned [%d]\n", command, ret));
55 pstring command; local
58 pstr_sprintf( command, "%s/%s/%s start", dyn_LIBDIR, SVCCTL_SCRIPT_DIR, service );
63 ret = smbrun( command , &fd );
66 DEBUGADD(5, ("rcinit_start: [%s] returned [%d]\n", command, ret));
77 pstring command; local
80 pstr_sprintf( command, "
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/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-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/mips/jazz/
H A Dreset.c17 status = jazz_kh->command;
27 status = jazz_kh->command;
29 jazz_kh->command = val;
34 return jazz_kh->command;
48 void jazz_machine_restart(char *command) argument
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/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-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/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-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/mips/kernel/
H A Dreset.c22 void (*_machine_restart)(char *command);
28 void machine_restart(char *command) argument
31 _machine_restart(command);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/mips/pnx833x/common/
H A Dreset.c28 void pnx833x_machine_restart(char *command) argument
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/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-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/mac/carbon/
H A Dutilsexc.cpp23 long wxExecute(const wxString& command, int flags, wxProcess *WXUNUSED(handler)) argument
30 err = wxMacPathToFSRef( command , &fsRef ) ;
/netgear-R7000-V1.0.7.12_1.2.5/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-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/dbus-1.6.8/tools/
H A Ddbus-launch-win.c58 * pointless as it doesn't take the same command-line options as the
59 * UNIX dbus-launch does. A main point of the dbus-launch command is
88 wchar_t command[MAX_PATH * 2 + 1]; local
128 wcscpy_s (command, sizeof (command), L"--session");
130 fprintf (stderr, "%ls %ls\n", dbusDaemonPath, command);
132 command[0] = L'\0';
134 wcscpy_s (command, sizeof (command), L"\"");
135 wcscat_s (command, sizeo
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/i2c/busses/
H A Di2c-stub.c55 char read_write, u8 command, int size, union i2c_smbus_data * data)
80 chip->pointer = command;
83 addr, command);
96 chip->words[command] &= 0xff00;
97 chip->words[command] |= data->byte;
100 addr, data->byte, command);
102 data->byte = chip->words[command] & 0xff;
105 addr, data->byte, command);
107 chip->pointer = command + 1;
114 chip->words[command]
54 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-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/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-R7000-V1.0.7.12_1.2.5/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-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/gtk1/
H A Dprivate.h58 wxEventType command; local
62 command = wxEVT_SCROLL_LINEUP;
66 command = wxEVT_SCROLL_LINEDOWN;
70 command = wxEVT_SCROLL_PAGEUP;
74 command = wxEVT_SCROLL_PAGEDOWN;
78 command = wxEVT_SCROLL_THUMBTRACK;
81 return command;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/lpfc/
H A Dlpfc_bsg.h38 uint32_t command; member in struct:set_ct_event
45 uint32_t command; member in struct:get_ct_event
56 uint32_t command; member in struct:send_mgmt_resp
65 uint32_t command; member in struct:diag_mode_set
71 uint32_t command; member in struct:diag_mode_test
78 uint32_t command; member in struct:get_mgmt_rev
94 #define BSG_MBOX_SIZE 4096 /* mailbox command plus extended data */
96 uint32_t command; member in struct:dfc_mbox_req
102 /* Used for menlo command or menlo data. The xri is only used for menlo data */

Completed in 214 milliseconds

1234567891011>>