Searched refs:command (Results 76 - 100 of 1226) sorted by relevance

1234567891011>>

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/m68knommu/platform/68328/
H A Dconfig.c42 void config_BSP(char *command, int len) argument
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/mips/cobalt/
H A Dreset.c45 void cobalt_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 Dr_heartbeat.c33 /* the reverse heartbeat dot command */
37 unsigned char command[3]; member in struct:__anon12359
45 .command = { 4, 3, 6 }
57 * Loop forever, sending a reverse heartbeat dot command to the service
63 struct command *cmd;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/cifs/
H A Dioctl.c33 long cifs_ioctl(struct file *filep, unsigned int command, unsigned long arg) argument
49 cFYI(1, "ioctl file %p cmd %u arg %lu", filep, command, arg);
64 switch (command) {
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/i2c/busses/
H A Di2c-amd756-s4882.c53 u8 command, int size,
66 command, size, data);
81 u8 command, int size,
106 command, size, data);
115 u8 command, int size,
119 return amd756_access_channel(adap, addr, flags, read_write, command,
125 u8 command, int size,
129 return amd756_access_channel(adap, addr, flags, read_write, command,
135 u8 command, int size,
139 return amd756_access_channel(adap, addr, flags, read_write, command,
51 amd756_access_virt0(struct i2c_adapter * adap, u16 addr, unsigned short flags, char read_write, u8 command, int size, union i2c_smbus_data * data) argument
79 amd756_access_channel(struct i2c_adapter * adap, u16 addr, unsigned short flags, char read_write, u8 command, int size, union i2c_smbus_data * data, u8 channels) argument
113 amd756_access_virt1(struct i2c_adapter * adap, u16 addr, unsigned short flags, char read_write, u8 command, int size, union i2c_smbus_data * data) argument
123 amd756_access_virt2(struct i2c_adapter * adap, u16 addr, unsigned short flags, char read_write, u8 command, int size, union i2c_smbus_data * data) argument
133 amd756_access_virt3(struct i2c_adapter * adap, u16 addr, unsigned short flags, char read_write, u8 command, int size, union i2c_smbus_data * data) argument
143 amd756_access_virt4(struct i2c_adapter * adap, u16 addr, unsigned short flags, char read_write, u8 command, int size, union i2c_smbus_data * data) argument
[all...]
H A Di2c-nforce2-s4985.c51 u8 command, int size,
63 command, size, data);
77 u8 command, int size,
101 command, size, data);
110 u8 command, int size,
114 return nforce2_access_channel(adap, addr, flags, read_write, command,
120 u8 command, int size,
124 return nforce2_access_channel(adap, addr, flags, read_write, command,
130 u8 command, int size,
134 return nforce2_access_channel(adap, addr, flags, read_write, command,
49 nforce2_access_virt0(struct i2c_adapter *adap, u16 addr, unsigned short flags, char read_write, u8 command, int size, union i2c_smbus_data *data) argument
75 nforce2_access_channel(struct i2c_adapter *adap, u16 addr, unsigned short flags, char read_write, u8 command, int size, union i2c_smbus_data *data, u8 channels) argument
108 nforce2_access_virt1(struct i2c_adapter *adap, u16 addr, unsigned short flags, char read_write, u8 command, int size, union i2c_smbus_data *data) argument
118 nforce2_access_virt2(struct i2c_adapter *adap, u16 addr, unsigned short flags, char read_write, u8 command, int size, union i2c_smbus_data *data) argument
128 nforce2_access_virt3(struct i2c_adapter *adap, u16 addr, unsigned short flags, char read_write, u8 command, int size, union i2c_smbus_data *data) argument
138 nforce2_access_virt4(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/minidlna/ffmpeg-2.3.4/libavformat/
H A Dftp.c117 * Server may send more than one response for a certain command.
181 static int ftp_send_command(FTPContext *s, const char *command, argument
186 if ((err = ffurl_write(s->conn_control, command, strlen(command))) < 0)
250 static const char *command = "EPSV\r\n"; local
253 if (ftp_send_command(s, command, epsv_codes, &res) != 229 || !res)
291 static const char *command = "PASV\r\n"; local
294 if (ftp_send_command(s, command, pasv_codes, &res) != 227 || !res)
337 static const char *command = "PWD\r\n"; local
340 if (ftp_send_command(s, command, pwd_code
373 char command[CONTROL_BUFFER_SIZE]; local
392 char command[CONTROL_BUFFER_SIZE]; local
406 char command[CONTROL_BUFFER_SIZE]; local
420 static const char *command = "TYPE I\\r\\n"; local
431 char command[CONTROL_BUFFER_SIZE]; local
541 static const char *command = "ABOR\\r\\n"; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/src/
H A DUserEvents.cpp116 #define USEREVENTS_REPLACE_VAR(VAR, DESC, CODE) command.Replace(wxT("%") VAR, CODE);
123 wxString command = cmd; local
128 command.Replace( wxT("%SENDER"), *((wxString*)object) );
132 if (!command.empty()) {
134 if (!wxExecute(command, wxEXEC_ASYNC, p)) {
138 AddLogLineC(CFormat(_("Failed to execute command `%s' on `%s' event.")) %
139 command % s_EventList[event].name);
H A DExternalConnector.h75 CCommandTree* AddCommand(const wxString& command, int cmd_id, const wxString& shortDesc, const wxString& longDesc, enum Params params = CMD_PARAM_OPTIONAL) argument
77 return AddCommand(new CCommandTree(m_app, command, cmd_id, shortDesc, longDesc, params));
80 int FindCommandId(const wxString& command, wxString& args, wxString& cmdstr) const;
82 void PrintHelpFor(const wxString& command) const;
85 CCommandTree(CaMuleExternalConnector& app, const wxString& command, int cmd_id, const wxString& shortDesc, const wxString& longDesc, enum Params params) argument
86 : m_command(command), m_cmd_id(cmd_id), m_short(shortDesc), m_verbose(longDesc), m_params(params), m_parent(NULL), m_app(app)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/pci/hotplug/
H A Dpciehp_pci.c120 u16 command; local
150 pci_read_config_word(temp, PCI_COMMAND, &command);
151 command &= ~(PCI_COMMAND_MASTER | PCI_COMMAND_SERR);
152 command |= PCI_COMMAND_INTX_DISABLE;
153 pci_write_config_word(temp, PCI_COMMAND, command);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/net/irda/
H A Dirlap_frame.h145 __u8 command,
154 void irlap_send_rr_frame(struct irlap_cb *self, int command);
160 void irlap_resend_rejected_frames(struct irlap_cb *, int command);
161 void irlap_resend_rejected_frame(struct irlap_cb *self, int command);
164 __u8 caddr, int command);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/avahi-0.6.25/avahi-utils/
H A Davahi-resolve.c57 Command command; member in struct:Config
186 c->command = strstr(argv0, "address") ? COMMAND_RESOLVE_ADDRESS : (strstr(argv0, "host-name") ? COMMAND_RESOLVE_HOST_NAME : COMMAND_UNSPEC);
194 c->command = COMMAND_HELP;
197 c->command = COMMAND_VERSION;
200 c->command = COMMAND_RESOLVE_HOST_NAME;
203 c->command = COMMAND_RESOLVE_ADDRESS;
219 if (c->command == COMMAND_RESOLVE_ADDRESS || c->command == COMMAND_RESOLVE_HOST_NAME) {
245 switch (config.command) {
248 fprintf(stderr, _("No command specifie
[all...]
H A Davahi-publish.c55 Command command; member in struct:Config
89 if (config->command == COMMAND_PUBLISH_SERVICE)
92 assert(config->command == COMMAND_PUBLISH_ADDRESS);
123 if (config->command == COMMAND_PUBLISH_ADDRESS) {
133 assert(config->command == COMMAND_PUBLISH_SERVICE);
255 c->command = strstr(argv0, "address") ? COMMAND_PUBLISH_ADDRESS : (strstr(argv0, "service") ? COMMAND_PUBLISH_SERVICE : COMMAND_UNSPEC);
265 c->command = COMMAND_HELP;
268 c->command = COMMAND_VERSION;
271 c->command = COMMAND_PUBLISH_SERVICE;
274 c->command
[all...]
H A Davahi-set-host-name.c52 Command command; member in struct:Config
94 c->command = COMMAND_UNSPEC;
101 c->command = COMMAND_HELP;
104 c->command = COMMAND_VERSION;
114 if (c->command == COMMAND_UNSPEC) {
140 switch (config.command) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/avahi-0.6.25/avahi-utils/
H A Davahi-resolve.c57 Command command; member in struct:Config
186 c->command = strstr(argv0, "address") ? COMMAND_RESOLVE_ADDRESS : (strstr(argv0, "host-name") ? COMMAND_RESOLVE_HOST_NAME : COMMAND_UNSPEC);
194 c->command = COMMAND_HELP;
197 c->command = COMMAND_VERSION;
200 c->command = COMMAND_RESOLVE_HOST_NAME;
203 c->command = COMMAND_RESOLVE_ADDRESS;
219 if (c->command == COMMAND_RESOLVE_ADDRESS || c->command == COMMAND_RESOLVE_HOST_NAME) {
245 switch (config.command) {
248 fprintf(stderr, _("No command specifie
[all...]
H A Davahi-publish.c55 Command command; member in struct:Config
89 if (config->command == COMMAND_PUBLISH_SERVICE)
92 assert(config->command == COMMAND_PUBLISH_ADDRESS);
123 if (config->command == COMMAND_PUBLISH_ADDRESS) {
133 assert(config->command == COMMAND_PUBLISH_SERVICE);
255 c->command = strstr(argv0, "address") ? COMMAND_PUBLISH_ADDRESS : (strstr(argv0, "service") ? COMMAND_PUBLISH_SERVICE : COMMAND_UNSPEC);
265 c->command = COMMAND_HELP;
268 c->command = COMMAND_VERSION;
271 c->command = COMMAND_PUBLISH_SERVICE;
274 c->command
[all...]
H A Davahi-set-host-name.c52 Command command; member in struct:Config
94 c->command = COMMAND_UNSPEC;
101 c->command = COMMAND_HELP;
104 c->command = COMMAND_VERSION;
114 if (c->command == COMMAND_UNSPEC) {
140 switch (config.command) {
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/drivers/opl3/
H A Dopl3_drums.c92 opl3->command(opl3, opl3_reg, data->am_vib);
96 opl3->command(opl3, opl3_reg, data->ksl_level);
100 opl3->command(opl3, opl3_reg, data->attack_decay);
104 opl3->command(opl3, opl3_reg, data->sustain_release);
108 opl3->command(opl3, opl3_reg, data->feedback_connection);
112 opl3->command(opl3, opl3_reg, data->wave_select);
126 opl3->command(opl3, opl3_reg, data->fnum);
130 opl3->command(opl3, opl3_reg, data->octave_f);
149 opl3->command(opl3, opl3_reg, reg_val);
159 opl3->command(opl
[all...]
H A Dopl3_lib.c104 opl3->command(opl3, OPL3_LEFT | OPL3_REG_TIMER_CONTROL, OPL3_TIMER1_MASK | OPL3_TIMER2_MASK);
106 opl3->command(opl3, OPL3_LEFT | OPL3_REG_TIMER_CONTROL, OPL3_IRQ_RESET);
113 opl3->command(opl3, OPL3_LEFT | OPL3_REG_TIMER1, 0xff);
115 opl3->command(opl3, OPL3_LEFT | OPL3_REG_TIMER_CONTROL, OPL3_TIMER2_MASK | OPL3_TIMER1_START);
121 opl3->command(opl3, OPL3_LEFT | OPL3_REG_TIMER_CONTROL, OPL3_TIMER1_MASK | OPL3_TIMER2_MASK);
123 opl3->command(opl3, OPL3_LEFT | OPL3_REG_TIMER_CONTROL, OPL3_IRQ_RESET);
169 opl3->command(opl3, OPL3_LEFT | OPL3_REG_TIMER1, 256 - ticks); /* timer 1 count */
170 opl3->command(opl3, OPL3_LEFT | OPL3_REG_TIMER_CONTROL, tmp); /* enable timer 1 IRQ */
185 opl3->command(opl3, OPL3_LEFT | OPL3_REG_TIMER_CONTROL, tmp); /* disable timer #1 */
206 opl3->command(opl
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/docs/latex/wx/
H A Dcmdevent.tex3 This event class contains information about command events, which originate from a variety of
4 simple controls. More complex controls, such as \helpref{wxTreeCtrl}{wxtreectrl}, have separate command event classes.
16 To process a menu command event, use these event handler macros to direct input to member
21 \twocolitem{{\bf EVT\_COMMAND(id, event, func)}}{Process a command, supplying the window identifier,
22 command event identifier, and member function.}
23 \twocolitem{{\bf EVT\_COMMAND\_RANGE(id1, id2, event, func)}}{Process a command for a range
25 command event identifier, and member function.}
26 \twocolitem{{\bf EVT\_BUTTON(id, func)}}{Process a wxEVT\_COMMAND\_BUTTON\_CLICKED command,
28 \twocolitem{{\bf EVT\_CHECKBOX(id, func)}}{Process a wxEVT\_COMMAND\_CHECKBOX\_CLICKED command,
30 \twocolitem{{\bf EVT\_CHOICE(id, func)}}{Process a wxEVT\_COMMAND\_CHOICE\_SELECTED command,
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/usb/storage/
H A Dsddr09.c300 /* send vendor interface command (0x41) */
330 unsigned char *command,
332 return sddr09_send_command(us, 0, USB_DIR_OUT, command, command_len);
343 unsigned char *command = us->iobuf; local
346 memset(command, 0, 12);
347 command[0] = 0x03;
348 command[1] = LUNBITS;
349 command[4] = buflen;
351 result = sddr09_send_scsi_command(us, command, 12);
370 * A read data command get
329 sddr09_send_scsi_command(struct us_data *us, unsigned char *command, unsigned int command_len) argument
387 unsigned char *command = us->iobuf; local
495 unsigned char *command = us->iobuf; local
547 unsigned char *command = us->iobuf; local
610 unsigned char *command = us->iobuf; local
954 unsigned char *command = us->iobuf; local
[all...]
H A Dsddr55.c137 unsigned char *command = us->iobuf; local
141 /* send command */
142 memset(command, 0, 8);
143 command[5] = 0xB0;
144 command[7] = 0x80;
146 DMA_TO_DEVICE, command, 8);
201 unsigned char *command = us->iobuf; local
250 command[0] = 0;
251 command[1] = LSB_of(address>>16);
252 command[
321 unsigned char *command = us->iobuf; local
526 unsigned char *command = us->iobuf; local
653 unsigned char *command = us->iobuf; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/usb/misc/
H A Dftdi-elan.c148 struct u132_command command[COMMAND_SIZE]; member in struct:usb_ftdi
368 struct u132_command *command = &ftdi->command[ local
370 command->header = 0x80 | (ed_number << 5) | 0x4;
371 command->length = 0x00;
372 command->address = 0x00;
373 command->width = 0x00;
374 command->follows = 0;
375 command->value = 0;
376 command
390 struct u132_command *command = &ftdi->command[ local
426 struct u132_command *command = &ftdi->command[ local
744 struct u132_command *command = &ftdi->command[COMMAND_MASK & local
769 struct u132_command *command = &ftdi->command[COMMAND_MASK & local
1258 struct u132_command *command = &ftdi->command[ local
1290 struct u132_command *command = &ftdi->command[ local
1322 struct u132_command *command = &ftdi->command[ local
1364 struct u132_command *command = &ftdi->command[ local
1407 struct u132_command *command = &ftdi->command[ local
1451 struct u132_command *command = &ftdi->command[ local
1510 struct u132_command *command = &ftdi->command[ local
1567 struct u132_command *command = &ftdi->command[ local
1632 struct u132_command *command = &ftdi->command[ local
1696 struct u132_command *command = &ftdi->command[ local
1770 struct u132_command *command = &ftdi->command[ local
1836 struct u132_command *command = local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/irda/
H A Dirlap_frame.c48 int command);
118 * Transmits a connect SNRM command frame
169 * Received SNRM (Set Normal Response Mode) command frame
312 * Function irlap_send_discovery_xid_frame (S, s, command)
318 __u8 command, discovery_t *discovery)
325 IRDA_DEBUG(4, "%s(), s=%d, S=%d, command=%d\n", __func__,
326 s, S, command);
340 if (command) {
351 if (command)
382 if (!command || (fram
317 irlap_send_discovery_xid_frame(struct irlap_cb *self, int S, __u8 s, __u8 command, discovery_t *discovery) argument
588 irlap_send_rr_frame(struct irlap_cb *self, int command) argument
637 irlap_recv_rr_frame(struct irlap_cb *self, struct sk_buff *skb, struct irlap_info *info, int command) argument
656 irlap_recv_rnr_frame(struct irlap_cb *self, struct sk_buff *skb, struct irlap_info *info, int command) argument
669 irlap_recv_rej_frame(struct irlap_cb *self, struct sk_buff *skb, struct irlap_info *info, int command) argument
683 irlap_recv_srej_frame(struct irlap_cb *self, struct sk_buff *skb, struct irlap_info *info, int command) argument
697 irlap_recv_disc_frame(struct irlap_cb *self, struct sk_buff *skb, struct irlap_info *info, int command) argument
982 irlap_resend_rejected_frames(struct irlap_cb *self, int command) argument
1019 irlap_resend_rejected_frame(struct irlap_cb *self, int command) argument
1058 irlap_send_ui_frame(struct irlap_cb *self, struct sk_buff *skb, __u8 caddr, int command) argument
1078 irlap_send_i_frame(struct irlap_cb *self, struct sk_buff *skb, int command) argument
1097 irlap_recv_i_frame(struct irlap_cb *self, struct sk_buff *skb, struct irlap_info *info, int command) argument
1229 irlap_recv_test_frame(struct irlap_cb *self, struct sk_buff *skb, struct irlap_info *info, int command) argument
1288 int command; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/media/dvb/bt8xx/
H A Ddst_ca.c73 static void put_command_and_length(u8 *data, int command, int length) argument
75 data[0] = (command >> 16) & 0xff;
76 data[1] = (command >> 8) & 0xff;
77 data[2] = command & 0xff;
156 static u8 command[8] = {0x07, 0x40, 0x01, 0x00, 0x01, 0x00, 0x00, 0xff}; local
158 put_checksum(&command[0], command[0]);
159 if ((dst_put_ci(state, command, sizeof(command), state->messages, GET_REPLY)) < 0) {
178 // First, the command an
317 u32 command = 0; local
481 u32 command = 0; local
[all...]

Completed in 253 milliseconds

1234567891011>>