Searched refs:command (Results 251 - 275 of 1226) sorted by relevance

<<11121314151617181920>>

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/gtk1/
H A Dscrolbar.cpp61 wxEventType command = GtkScrollTypeToWx(GET_SCROLL_TYPE(win->m_widget)); local
77 wxScrollEvent event( command, win->GetId(), value, orient );
146 wxEventType command = wxEVT_SCROLL_THUMBRELEASE; variable
150 wxScrollEvent event( command, win->GetId(), value, orient );
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/include/wx/mmedia/
H A Dvidxanm.h126 // Send a command to the subprocess
127 bool SendCommand(const char *command,char **ret = NULL,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/bftpd-1.6.6/
H A Dcommands.h72 struct command { struct
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/conntrack-tools/conntrack-tools-1.4.0/include/linux/netfilter/
H A Dnfnetlink_queue.h67 __u8 command; /* nfqnl_msg_config_cmds */ member in struct:nfqnl_msg_config_cmd
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/generic/
H A Dprntdlgg.h101 void SetPrinterCommand(const wxString& command) { m_printerCommand = command; } argument
103 void SetPreviewCommand(const wxString& command) { m_previewCommand = command; } argument
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/misc/ibmasm/
H A Dheartbeat.c87 struct command *cmd = sp->heartbeat;
95 /* return the received dot command to sender */
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/isdn/sc/
H A Dscioc.h32 unsigned long command; member in struct:__anon11931
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/media/video/gspca/
H A Dfinepix.c60 /* send a command to the webcam */
61 static int command(struct gspca_dev *gspca_dev, function
99 ret = command(gspca_dev, 1);
183 ret = command(gspca_dev, 0);
189 /* Read the result of the command. Ignore the result, for it
202 ret = command(gspca_dev, 1);
H A Dsq905c.c86 /* Send a command to the camera. */
87 static int sq905c_command(struct gspca_dev *gspca_dev, u16 command, u16 index) argument
95 command, index, NULL, 0,
106 static int sq905c_read(struct gspca_dev *gspca_dev, u16 command, u16 index, argument
115 command, index, gspca_dev->usb_buf, size,
216 PDEBUG(D_ERR, "Get version command failed");
222 PDEBUG(D_ERR, "Reading version command failed");
290 PDEBUG(D_ERR, "Start streaming command failed");
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/sfc/
H A Dspi.h18 * Basic SPI command set and bit definitions
44 * use bit 3 of the command byte as address bit A8, rather
47 * @erase_command: Erase command (or 0 if sector erase not needed).
65 const struct efx_spi_device *spi, unsigned int command,
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/mips/jz4740/
H A Dreset.c40 static void jz4740_restart(char *command) argument
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/mips/rb532/
H A Dsetup.c27 static void rb_machine_restart(char *command) argument
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/mips/wrppmc/
H A Dsetup.c99 extern void wrppmc_machine_restart(char *command);
119 * given by the bios and saves the command line.
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/include/asm/
H A Ddbdma.h17 unsigned int cmdptr_hi; /* upper 32 bits of command address */
18 unsigned int cmdptr; /* (lower 32 bits of) command address (phys) */
42 * DBDMA command structure. These fields are all little-endian!
46 unsigned short command; /* command word (has bit-fields) */ member in struct:dbdma_cmd
48 unsigned int cmd_dep; /* command-dependent field */
53 /* DBDMA command values in command field */
63 /* Key values in command field */
72 /* Interrupt control values in command fiel
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/wlags49_h2/
H A Dwl_if.h207 __u8 command; member in struct:uilreq
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/go7007/
H A Dwis-uda1342.c96 .command = wis_uda1342_command,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/examples/pcap2nbench/
H A Dmain.cpp574 switch (smb_hdr.command) {
682 j->smb_hdr.command == i->smb_hdr.command &&
691 /* no response? guess we can't display this command */
696 switch (i->smb_hdr.command) {
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/gpu/drm/vmwgfx/
H A Dsvga_overlay.h91 uint32 command; member in struct:__anon11435
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/i2c/busses/
H A Di2c-sis96x.c165 u8 command, int size, union i2c_smbus_data * data)
178 sis96x_write(SMB_CMD, command);
184 sis96x_write(SMB_CMD, command);
193 sis96x_write(SMB_CMD, command);
163 sis96x_access(struct i2c_adapter * adap, u16 addr, unsigned short flags, char read_write, u8 command, int size, union i2c_smbus_data * data) argument
H A Di2c-taos-evm.c71 unsigned short flags, char read_write, u8 command,
79 SMBus command and "#" for the data. */
90 sprintf(p, "$#%02X", command);
96 sprintf(p, "$%02X#%02X", command, data->byte);
98 sprintf(p, "$%02X", command);
70 taos_smbus_xfer(struct i2c_adapter *adapter, u16 addr, unsigned short flags, char read_write, u8 command, int size, union i2c_smbus_data *data) argument
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/ide/
H A Dide-pm.c127 cmd.tf.command = ATA_CMD_FLUSH_EXT;
129 cmd.tf.command = ATA_CMD_FLUSH;
132 cmd.tf.command = ATA_CMD_STANDBYNOW1;
145 cmd.tf.command = ATA_CMD_IDLEIMMEDIATE;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/pci/
H A Di386.c125 u16 command; local
136 pci_read_config_word(dev, PCI_COMMAND, &command);
145 disabled = !(command & PCI_COMMAND_IO);
147 disabled = !(command & PCI_COMMAND_MEMORY);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/mips/ar7/
H A Dsetup.c27 static void ar7_machine_restart(char *command) argument
72 * given by the bios and saves the command line.
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/mips/cobalt/
H A Dsetup.c24 extern void cobalt_machine_restart(char *command);
95 * Better boot loaders (CoLo) pass a command line too :-)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/mips/emma/markeins/
H A Dsetup.c37 static void markeins_machine_restart(char *command) argument

Completed in 242 milliseconds

<<11121314151617181920>>