Searched refs:cmd (Results 1 - 25 of 2487) sorted by relevance

1234567891011>>

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/
H A Dfcntl.h45 #define IS_GETLK32(cmd) ((cmd) == F_GETLK)
46 #define IS_SETLK32(cmd) ((cmd) == F_SETLK)
47 #define IS_SETLKW32(cmd) ((cmd) == F_SETLKW)
48 #define IS_GETLK64(cmd) ((cmd) == F_GETLK64)
49 #define IS_SETLK64(cmd) ((cmd)
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/curl-7.23.1/source/tests/libtest/
H A Dtest610.pl11 my $cmd = shift @ARGV;
13 if ($cmd eq "mkdir") {
16 elsif ($cmd eq "rmdir") {
19 elsif ($cmd eq "rm") {
22 elsif ($cmd eq "move") {
26 elsif ($cmd eq "gone") {
29 print "Unsupported command $cmd\n";
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/radvd/
H A Dprivsep-linux.c48 struct privsep_command cmd; local
52 ret = readn(pfd, &cmd, sizeof(cmd));
58 if (ret != sizeof(cmd)) {
63 cmd.iface[IFNAMSIZ-1] = '\0';
65 switch(cmd.type) {
68 if (cmd.val < MIN_AdvLinkMTU || cmd.val > MAX_AdvLinkMTU) {
69 flog(LOG_ERR, "(privsep) %s: LinkMTU (%u) is not within the defined bounds, ignoring", cmd.iface, cmd
178 struct privsep_command cmd; local
191 struct privsep_command cmd; local
203 struct privsep_command cmd; local
215 struct privsep_command cmd; local
[all...]
H A Dprivsep.c48 struct privsep_command cmd; local
52 ret = readn(pfd, &cmd, sizeof(cmd));
58 if (ret != sizeof(cmd)) {
63 cmd.iface[IFNAMSIZ-1] = '\0';
65 switch(cmd.type) {
68 if (cmd.val < MIN_AdvLinkMTU || cmd.val > MAX_AdvLinkMTU) {
69 flog(LOG_ERR, "(privsep) %s: LinkMTU (%u) is not within the defined bounds, ignoring", cmd.iface, cmd
178 struct privsep_command cmd; local
191 struct privsep_command cmd; local
203 struct privsep_command cmd; local
215 struct privsep_command cmd; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/media/video/ivtv/
H A Divtv-controls.h21 int ivtv_control_ioctls(struct ivtv *itv, unsigned int cmd, void *arg);
H A Divtv-i2c.h21 int ivtv_cx25840(struct ivtv *itv, unsigned int cmd, void *arg);
22 int ivtv_saa7115(struct ivtv *itv, unsigned int cmd, void *arg);
23 int ivtv_saa7127(struct ivtv *itv, unsigned int cmd, void *arg);
24 int ivtv_saa717x(struct ivtv *itv, unsigned int cmd, void *arg);
25 int ivtv_upd64031a(struct ivtv *itv, unsigned int cmd, void *arg);
26 int ivtv_upd64083(struct ivtv *itv, unsigned int cmd, void *arg);
29 int ivtv_i2c_hw(struct ivtv *itv, u32 hw, unsigned int cmd, void *arg);
30 int ivtv_i2c_id(struct ivtv *itv, u32 id, unsigned int cmd, void *arg);
31 int ivtv_call_i2c_client(struct ivtv *itv, int addr, unsigned int cmd, void *arg);
32 void ivtv_call_i2c_clients(struct ivtv *itv, unsigned int cmd, voi
[all...]
H A Divtv-mailbox.h22 int ivtv_api(struct ivtv *itv, int cmd, int args, u32 data[]);
23 int ivtv_vapi_result(struct ivtv *itv, u32 data[CX2341X_MBOX_MAX_DATA], int cmd, int args, ...);
24 int ivtv_vapi(struct ivtv *itv, int cmd, int args, ...);
25 int ivtv_api_func(void *priv, int cmd, int in, int out, u32 data[CX2341X_MBOX_MAX_DATA]);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/ocfs2/
H A Dioctl.h14 unsigned int cmd, unsigned long arg);
15 long ocfs2_compat_ioctl(struct file *file, unsigned cmd, unsigned long arg);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-s390/
H A Dcpcmd.h17 extern int __cpcmd(const char *cmd, char *response, int rlen, int *response_code);
22 * cmd: null-terminated command string, max 240 characters
32 extern int cpcmd(const char *cmd, char *response, int rlen, int *response_code);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/mmc/core/
H A Dsd_ops.c29 * @cmd: MMC command to start
38 struct mmc_command *cmd, int retries)
44 BUG_ON(!cmd);
62 memset(cmd->resp, 0, sizeof(cmd->resp));
63 cmd->retries = 0;
65 mrq.cmd = cmd;
66 cmd->data = NULL;
70 err = cmd
37 mmc_wait_for_app_cmd(struct mmc_host *host, struct mmc_card *card, struct mmc_command *cmd, int retries) argument
83 struct mmc_command cmd; local
112 struct mmc_command cmd; local
142 struct mmc_command cmd; local
174 struct mmc_command cmd; local
200 struct mmc_command cmd; local
224 struct mmc_command cmd; local
274 struct mmc_command cmd; local
[all...]
H A Dmmc_ops.c26 struct mmc_command cmd; local
30 memset(&cmd, 0, sizeof(struct mmc_command));
32 cmd.opcode = MMC_SELECT_CARD;
35 cmd.arg = card->rca << 16;
36 cmd.flags = MMC_RSP_R1 | MMC_CMD_AC;
38 cmd.arg = 0;
39 cmd.flags = MMC_RSP_NONE | MMC_CMD_AC;
42 err = mmc_wait_for_cmd(host, &cmd, MMC_CMD_RETRIES);
64 struct mmc_command cmd; local
70 memset(&cmd,
89 struct mmc_command cmd; local
122 struct mmc_command cmd; local
145 struct mmc_command cmd; local
166 struct mmc_command cmd; local
190 struct mmc_command cmd; local
232 struct mmc_command cmd; local
256 struct mmc_command cmd; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/zebra/tools/
H A Dzc.pl47 my $cmd = join (' ', @ARGV);
55 $t->cmd ($login_pass);
57 $t->cmd (String => 'en',
59 $t->cmd ($enable_pass);
61 $t->cmd ('conf t') if "$opt_c";
63 if ($cmd)
65 docmd ($t, $cmd);
78 chomp ($cmd = <>);
79 if (!defined ($cmd))
84 exit (0) if ($cmd e
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/isdn/sc/
H A Devent.c43 isdn_ctrl cmd; local
54 memcpy(&cmd.parm.length, Data, sizeof(cmd.parm.length));
57 memcpy(&cmd.parm.setup, Data, sizeof(cmd.parm.setup));
60 strcpy(cmd.parm.num, Data);
64 cmd.command = event;
65 cmd.driver = sc_adapter[card]->driverId;
66 cmd.arg = Channel;
67 return sc_adapter[card]->card->statcallb(&cmd);
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/misc/ibmasm/
H A Ddot_command.h55 struct dot_command_header *cmd = (struct dot_command_header *)buffer; local
56 return sizeof(struct dot_command_header) + cmd->command_size + cmd->data_size;
62 unsigned char *cmd = buffer + sizeof(struct dot_command_header); local
67 if ((cmd[0] == 6) && (cmd[1] == 3) && (cmd[2] == 1))
70 if ((cmd[0] == 7) && (cmd[1] == 1))
72 if (cmd[
[all...]
H A Dcommand.c39 struct command *cmd; local
44 cmd = kmalloc(sizeof(struct command), GFP_KERNEL);
45 if (cmd == NULL)
48 memset(cmd, 0, sizeof(*cmd));
50 cmd->buffer = kmalloc(buffer_size, GFP_KERNEL);
51 if (cmd->buffer == NULL) {
52 kfree(cmd);
55 memset(cmd->buffer, 0, buffer_size);
56 cmd
74 struct command *cmd = to_command(kobj); local
83 enqueue_command(struct service_processor *sp, struct command *cmd) argument
90 struct command *cmd; local
125 ibmasm_exec_command(struct service_processor *sp, struct command *cmd) argument
168 ibmasm_wait_for_response(struct command *cmd, int timeout) argument
183 struct command *cmd = sp->current_command; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/shell/
H A Dbbsh.c64 struct command *cmd; member in struct:pipeline
84 static char *parse_word(char *start, struct command **cmd) argument
94 (*cmd)->argv[(*cmd)->argc++] = xstrndup(start, end-start);
98 if (!((*cmd)->argc & 7))
99 *cmd = xrealloc(*cmd,
100 sizeof(struct command) + ((*cmd)->argc+8)*sizeof(char *));
101 (*cmd)->argv[(*cmd)
110 struct command **cmd = &(line->cmd); local
156 struct command *cmd = line->cmd; local
180 struct command *cmd=(struct command *)data; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/parisc/hpux/
H A Dioctl.c43 static int hpux_ioctl_t(int fd, unsigned long cmd, unsigned long arg) argument
46 int nr = _IOC_NR(cmd);
58 int hpux_ioctl(int fd, unsigned long cmd, unsigned long arg) argument
61 int type = _IOC_TYPE(cmd);
65 result = sys_ioctl(fd, cmd, arg);
68 result = hpux_ioctl_t(fd, cmd, arg);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/macintosh/
H A Dsmu.c16 * - maybe avoid some data copies with i2c by directly using the smu cmd
68 u8 cmd; member in struct:smu_cmd_buf
110 struct smu_cmd *cmd; local
116 cmd = list_entry(smu->cmd_list.next, struct smu_cmd, link);
117 smu->cmd_cur = cmd;
118 list_del(&cmd->link);
120 DPRINTK("SMU: starting cmd %x, %d bytes data\n", cmd->cmd,
121 cmd
152 struct smu_cmd *cmd; local
247 smu_queue_cmd(struct smu_cmd *cmd) argument
272 smu_queue_simple(struct smu_simple_cmd *scmd, u8 command, unsigned int data_len, void (*done)(struct smu_cmd *cmd, void *misc), void *misc, ...) argument
277 struct smu_cmd *cmd = &scmd->cmd; local
317 smu_done_complete(struct smu_cmd *cmd, void *misc) argument
326 smu_spinwait_cmd(struct smu_cmd *cmd) argument
365 struct smu_simple_cmd cmd; local
392 struct smu_simple_cmd cmd; local
417 struct smu_simple_cmd cmd; local
433 struct smu_simple_cmd cmd; local
675 smu_i2c_complete_command(struct smu_i2c_cmd *cmd, int fail) argument
727 struct smu_i2c_cmd *cmd = smu->cmd_i2c_cur; local
740 struct smu_i2c_cmd *cmd = misc; local
792 smu_queue_i2c(struct smu_i2c_cmd *cmd) argument
875 struct smu_cmd cmd; local
921 struct smu_simple_cmd cmd; local
1043 struct smu_cmd cmd; member in struct:smu_private
1072 smu_user_cmd_done(struct smu_cmd *cmd, void *misc) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/media/video/cpia2/
H A Dcpia2_core.c141 struct cpia2_command cmd; local
144 cmd.command = command;
145 cmd.reg_count = 2; /* default */
146 cmd.direction = direction;
153 cmd.req_mode =
155 cmd.start = CPIA2_SYSTEM_DEVICE_HI;
158 cmd.req_mode =
160 cmd.reg_count = 8;
161 cmd.start = CPIA2_SYSTEM_DESCRIP_VID_HI;
164 cmd
522 cpia2_send_command(struct camera_data *cam, struct cpia2_command *cmd) argument
627 struct cpia2_command cmd; local
902 struct cpia2_command cmd; local
1124 struct cpia2_command cmd; local
1310 struct cpia2_command cmd; local
1871 struct cpia2_command cmd; local
1931 struct cpia2_command cmd; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/net/
H A Dwext.h10 extern int wext_handle_ioctl(struct ifreq *ifr, unsigned int cmd,
17 static inline int wext_handle_ioctl(struct ifreq *ifr, unsigned int cmd, argument
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/sound/
H A Dwavefront_fx.h6 unsigned int cmd,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-arm/mach/
H A Dudc_pxa2xx.h14 void (*udc_command)(int cmd);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/scsi/
H A Dscsi.c69 static void scsi_done(struct scsi_cmnd *cmd);
86 #define CDB_SIZE(cmd) (((((cmd)->cmnd[0] >> 5) & 7) < 6) ? \
87 COMMAND_SIZE((cmd)->cmnd[0]) : (cmd)->cmd_len)
160 struct scsi_cmnd *cmd; local
162 cmd = kmem_cache_alloc(shost->cmd_pool->slab,
165 if (unlikely(!cmd)) {
170 cmd = list_entry(shost->free_list.next,
172 list_del_init(&cmd
193 struct scsi_cmnd *cmd; local
219 __scsi_put_command(struct Scsi_Host *shost, struct scsi_cmnd *cmd, struct device *dev) argument
250 scsi_put_command(struct scsi_cmnd *cmd) argument
277 struct scsi_cmnd *cmd; local
330 struct scsi_cmnd *cmd; local
344 scsi_log_send(struct scsi_cmnd *cmd) argument
380 scsi_log_completion(struct scsi_cmnd *cmd, int disposition) argument
448 scsi_cmd_get_serial(struct Scsi_Host *host, struct scsi_cmnd *cmd) argument
468 scsi_dispatch_cmd(struct scsi_cmnd *cmd) argument
600 scsi_req_abort_cmd(struct scsi_cmnd *cmd) argument
621 scsi_done(struct scsi_cmnd *cmd) argument
638 __scsi_done(struct scsi_cmnd *cmd) argument
668 scsi_finish_command(struct scsi_cmnd *cmd) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/ffmpeg-0.5.1/libavcodec/
H A Ddump_extradata_bsf.c27 int cmd= args ? *args : 0; local
30 if( (keyframe && (avctx->flags2 & CODEC_FLAG2_LOCAL_HEADER) && cmd=='a')
31 ||(keyframe && (cmd=='k' || !cmd))
32 ||(cmd=='e')
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/openssl-0.9.8e/test/
H A Dtestenc5 cmd="../util/shlib_wrap.sh ../apps/openssl"
10 $cmd enc < $test > $test.cipher
11 $cmd enc < $test.cipher >$test.clear
20 $cmd enc -a -e < $test > $test.cipher
21 $cmd enc -a -d < $test.cipher >$test.clear
30 for i in `$cmd list-cipher-commands`
33 $cmd $i -bufsize 113 -e -k test < $test > $test.$i.cipher
34 $cmd $i -bufsize 157 -d -k test < $test.$i.cipher >$test.$i.clear
44 $cmd $i -bufsize 113 -a -e -k test < $test > $test.$i.cipher
45 $cmd
[all...]

Completed in 134 milliseconds

1234567891011>>