Searched refs:command (Results 101 - 125 of 500) sorted by relevance

1234567891011>>

/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/isdn/pcbit/
H A Dcallbacks.c107 ictl.command = ISDN_STAT_DCONN;
138 ictl.command = ISDN_STAT_DHUP;
159 ictl.command = ISDN_STAT_ICALL;
280 ictl.command = ISDN_STAT_BHUP;
320 ictl.command = ISDN_STAT_BHUP;
361 ictl.command = ISDN_STAT_BCONN;
/asus-wl-520gu-7.0.1.45/src/router/e2fsprogs-1.40.8/ext2ed/
H A Dmain.c14 2. The parser, which asks the command line from the user.
15 3. The dispatcher, which analyzes the command line and calls the appropriate handler function.
16 4. A command pattern matcher which is used along with the readline completion feature.
60 int AllowChanges=0; /* When set, the enablewrite command will fail */
68 char last_command_line [80]; /* A simple one command cache, in addition to the readline history */
134 * Read a character from the command window
189 * This function asks the user for a command and calls the dispatcher
191 * function readline to read the command, hence all the usual readline
192 * keys are available. The new command is saved both in the
193 * readline's history and in our tiny one-command cach
362 char command [80]; local
[all...]
/asus-wl-520gu-7.0.1.45/src/router/samba/examples/LDAP/smbldap-tools/
H A Dsmbldap-groupadd.pl141 The smbldap-groupadd.pl command creates a new group account using
142 the values specified on the command line and the default values
144 files as needed. The options which apply to the groupadd command are
H A Dsmbldap-groupdel.pl81 The smbldap-groupdel.pl command modifies the system account files,
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/mips/sgi-ip27/
H A Dip27-pci.c302 unsigned short command; local
315 pci_read_config_word(d, PCI_COMMAND, &command);
316 command |= PCI_COMMAND_MEMORY;
317 command |= PCI_COMMAND_IO;
318 pci_write_config_word(d, PCI_COMMAND, command);
333 unsigned short command; local
391 pci_read_config_word(d, PCI_COMMAND, &command);
392 command |= PCI_COMMAND_MEMORY;
393 command |= PCI_COMMAND_IO;
394 pci_write_config_word(d, PCI_COMMAND, command);
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/scsi/aic7xxx/
H A Daic7xxx_osm_pci.c292 uint32_t command; local
300 command = ahc_pci_read_config(ahc->dev_softc, PCIR_COMMAND, 4);
301 command &= ~(PCIM_CMD_PORTEN|PCIM_CMD_MEMEN);
311 command | PCIM_CMD_MEMEN, 4);
332 command |= PCIM_CMD_MEMEN;
352 command |= PCIM_CMD_PORTEN;
362 ahc_pci_write_config(ahc->dev_softc, PCIR_COMMAND, command, 4);
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/i2c/
H A Di2c-core.c1029 extern s32 i2c_smbus_read_byte_data(struct i2c_client * client, u8 command) argument
1033 I2C_SMBUS_READ,command, I2C_SMBUS_BYTE_DATA,&data))
1039 extern s32 i2c_smbus_write_byte_data(struct i2c_client * client, u8 command, argument
1045 I2C_SMBUS_WRITE,command,
1049 extern s32 i2c_smbus_read_word_data(struct i2c_client * client, u8 command) argument
1053 I2C_SMBUS_READ,command, I2C_SMBUS_WORD_DATA, &data))
1060 u8 command, u16 value)
1065 I2C_SMBUS_WRITE,command,
1070 u8 command, u16 value)
1075 I2C_SMBUS_WRITE,command,
1059 i2c_smbus_write_word_data(struct i2c_client * client, u8 command, u16 value) argument
1069 i2c_smbus_process_call(struct i2c_client * client, u8 command, u16 value) argument
1083 i2c_smbus_read_block_data(struct i2c_client * client, u8 command, u8 *values) argument
1099 i2c_smbus_write_block_data(struct i2c_client * client, u8 command, u8 length, u8 *values) argument
1114 i2c_smbus_write_i2c_block_data(struct i2c_client * client, u8 command, u8 length, u8 *values) argument
1131 i2c_smbus_xfer_emulated(struct i2c_adapter * adapter, u16 addr, unsigned short flags, char read_write, u8 command, int size, union i2c_smbus_data * data) argument
1230 i2c_smbus_xfer(struct i2c_adapter * adapter, u16 addr, unsigned short flags, char read_write, u8 command, int size, union i2c_smbus_data * data) argument
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/usb/storage/
H A Dshuttle_usbat.c103 // Check the return code for the command.
106 /* if the command was aborted, indicate that */
193 unsigned char *command,
208 /* transfer the data payload for the command, if there is any */
211 direction = (command[0]&0x80) ? SCSI_DATA_READ :
279 unsigned char command[8] = { local
290 command,
304 unsigned char command[8] = { local
315 command,
386 unsigned char command[ local
192 usbat_bulk_transport(struct us_data *us, unsigned char *command, unsigned short command_len, int direction, unsigned char *data, unsigned short len, int use_sg) argument
432 unsigned char command[16] = { local
569 unsigned char command[8] = { local
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/block/
H A Dswim_iop.c74 __u8 command[32]; member in struct:swim_iop_req
135 struct swimcmd_status *cmd = (struct swimcmd_status *) &req.command[0];
227 sizeof(req->command), (__u8 *) &req->command[0],
259 memcpy(&req->command[0], &msg->reply[0], sizeof(req->command));
311 struct swimcmd_eject *cmd = (struct swimcmd_eject *) &req.command[0];
516 struct swimcmd_rw *cmd = (struct swimcmd_rw *) &req->command[0];
547 struct swimcmd_rw *cmd = (struct swimcmd_rw *) &req.command[0];
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/media/video/
H A Dcpia_pp.c45 static int cpia_pp_transferCmd(void *privdata, u8 *command, u8 *data);
407 static int cpia_pp_transferCmd(void *privdata, u8 *command, u8 *data) argument
418 if(command == NULL) {
419 DBG("Internal driver error: command is NULL\n");
422 databytes = (((int)command[7])<<8) | command[6];
423 if ((err = WritePacket(cam, command, PACKET_LENGTH)) < 0) {
424 DBG("Error writing command\n");
427 if(command[0] == DATA_IN) {
435 DBG("Error reading command resul
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/usb/host/
H A Dehci-hcd.c191 temp = readl (&ehci->regs->command);
193 writel (temp, &ehci->regs->command);
200 u32 command = readl (&ehci->regs->command); local
202 command |= CMD_RESET;
203 dbg_cmd (ehci, "reset", command);
204 writel (command, &ehci->regs->command);
206 return handshake (&ehci->regs->command, CMD_RESET, 0, 250 * 1000);
232 temp = readl (&ehci->regs->command);
[all...]
/asus-wl-520gu-7.0.1.45/src/router/busybox/
H A Dcmdedit.c3 * Termios command line History and Editting.
99 /* Maximum length of the linked list for the command line history */
102 /* First element in command line list */
105 /* Last element in command line list */
290 cursor -= num; /* new cursor (in command, not terminal) */
694 static char **exe_n_cwd_tab_completion(char *command, int *num_matches, argument
709 char *pfind = strrchr(command, '/');
716 pfind = command;
720 strcpy(dirbuf, command);
722 dirbuf[(pfind - command)
1161 cmdedit_read_input(char *prompt, char command[BUFSIZ]) argument
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/cdrom/
H A Dcm206.c93 28 jul 1996 0.101 Rewriting of the code that receives the command echo,
233 #define DSB_TIMEOUT (7*HZ) /* time for the slowest command to finish */
272 int command; /* command to be written to the uart */ member in struct:cm206_struct
286 uch disc_status[7]; /* result of get_disc_status command */
309 void send_command_polled(int command) argument
317 outw(command, r_uart_transmit);
330 uch send_receive_polled(int command) argument
332 send_command_polled(command);
398 /* ready to issue a write command
470 send_command(int command) argument
525 send_receive(int command) argument
536 type_0_command(int command, int expect_dsb) argument
551 type_1_command(int command, int bytes, uch * status) argument
1244 uch command = (lock) ? c_lock_tray : c_unlock_tray; local
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/cris/drivers/
H A Dusb-host.h9 __u16 command; member in struct:USB_IN_Desc
18 __u16 command; member in struct:USB_SB_Desc
26 __u16 command; member in struct:USB_EP_Desc
148 #define USB_IN_command__eol__BITNR 0 /* command macros */
209 #define USB_SB_command__eol__BITNR 0 /* command macros. */
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/message/fusion/
H A Dmptscsih.h92 * by command line options.
225 command: NULL, \
250 command: NULL, \
278 command: NULL, \
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/atm/
H A Dambassador.h306 /* PLX/etc. memory map including command structure */
352 u32 command; member in struct:__anon902
362 /* command queue */
409 } command; typedef in typeref:struct:__anon904
539 command * start;
540 command * in;
541 command * out;
542 command * limit;
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/usb/
H A Dpowermate.c40 /* these are the command codes we send to the device */
222 unsigned int command = (unsigned int)_value; local
233 int static_brightness = command & 0xFF; // bits 0-7
234 int pulse_speed = (command >> 8) & 0x1FF; // bits 8-16
235 int pulse_table = (command >> 17) & 0x3; // bits 17-18
236 int pulse_asleep = (command >> 19) & 0x1; // bit 19
237 int pulse_awake = (command >> 20) & 0x1; // bit 20
/asus-wl-520gu-7.0.1.45/src/router/samba/source/torture/
H A Dvfstest.c92 static pstring command; local
101 pstrcpy(command, *cmdstr);
104 return command;
134 printf("Usage: %s [command]\n", argv[0]);
138 /* Help on one command */
160 printf("No such command: %s\n", argv[1]);
314 /* Run command */
318 fprintf (stderr, "Invalid command\n");
336 /* Process a command entered at the prompt or as part of -c */
376 printf("command no
389 char command[3 * PATH_MAX]; local
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/isdn/eicon/
H A Dlinchr.c33 unsigned int command, unsigned long arg)
38 switch (command)
32 do_ioctl(struct inode *pDivasInode, struct file *pDivasFile, unsigned int command, unsigned long arg) argument
/asus-wl-520gu-7.0.1.45/src/et/sys/
H A Det_cfe.c553 char *command, *name; local
559 if (!(command = cmd_getarg(cmdline, 0)))
573 if (!strcmp(command, "up"))
575 else if (!strcmp(command, "down"))
577 else if (!strcmp(command, "loop")) {
581 else if (!strcmp(command, "dump")) {
593 else if (!strcmp(command, "msglevel")) {
597 else if (!strcmp(command, "promisc")) {
621 "et command [args..]\n\n"
/asus-wl-520gu-7.0.1.45/src/linux/linux/scripts/
H A Dheader.tk81 -command "$w .$w \"$text\""
102 -command "destroy $w; focus $oldFocus;$func .fileio"
104 -width 20 -command "destroy $w; focus $oldFocus"
128 -command "exit"
130 -width 20 -command "destroy $w; focus $oldFocus"
158 -width 10 -command "destroy $w; focus $oldFocus"
186 -width 10 -command "destroy $w; focus $oldFocus"
319 -command "dohelp .dohelp $helpidx .menu$mnum"
327 -relief groove -width 2 -command "update_active"
329 -relief groove -width 2 -command "update_activ
[all...]
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/asm-mips/
H A Djazz.h107 unsigned char command; member in struct:__anon10367
114 unsigned char command; member in struct:__anon10368
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/asm-mips/
H A Djazz.h107 unsigned char command; member in struct:__anon5951
114 unsigned char command; member in struct:__anon5952
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/asm/
H A Djazz.h107 unsigned char command; member in struct:__anon7632
114 unsigned char command; member in struct:__anon7633
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/asm/
H A Djazz.h107 unsigned char command; member in struct:__anon3216
114 unsigned char command; member in struct:__anon3217

Completed in 230 milliseconds

1234567891011>>