Searched refs:cmd (Results 476 - 500 of 3892) sorted by relevance

<<11121314151617181920>>

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/bio/
H A Dbss_null.c68 static long null_ctrl(BIO *h, int cmd, long arg1, void *arg2);
114 static long null_ctrl(BIO *b, int cmd, long num, void *ptr) argument
118 switch (cmd) {
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/ieee1394/
H A Dsbp2.c509 struct sbp2_command_info *cmd; local
514 cmd = kzalloc(sizeof(*cmd), GFP_KERNEL);
515 if (!cmd)
518 cmd->command_orb_dma =
519 dma_map_single(dmadev, &cmd->command_orb,
522 if (dma_mapping_error(dmadev, cmd->command_orb_dma))
525 cmd->sge_dma =
526 dma_map_single(dmadev, &cmd->scatter_gather_element,
527 sizeof(cmd
550 struct sbp2_command_info *cmd; local
577 struct sbp2_command_info *cmd; local
600 struct sbp2_command_info *cmd; local
615 struct sbp2_command_info *cmd = NULL; local
636 sbp2util_mark_command_completed(struct sbp2_lu *lu, struct sbp2_command_info *cmd) argument
1476 sbp2_prep_command_orb_sg(struct sbp2_command_orb *orb, struct sbp2_fwhost_info *hi, struct sbp2_command_info *cmd, unsigned int sg_count, struct scatterlist *sg, u32 orb_direction, enum dma_data_direction dma_dir) argument
1522 sbp2_create_command_orb(struct sbp2_lu *lu, struct sbp2_command_info *cmd, struct scsi_cmnd *SCpnt) argument
1582 sbp2_link_orb_command(struct sbp2_lu *lu, struct sbp2_command_info *cmd) argument
1654 struct sbp2_command_info *cmd; local
1703 struct sbp2_command_info *cmd; local
1864 struct sbp2_command_info *cmd; local
1994 struct sbp2_command_info *cmd; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/unix/
H A Ddialup.cpp327 wxString cmd; local
329 cmd.Printf(m_ConnectCommand,m_ISPname.c_str());
331 cmd = m_ConnectCommand;
336 m_DialPId = (int)wxExecute(cmd, false, m_DialProcess);
347 return wxExecute(cmd, /* sync */ true) == 0;
359 wxString cmd; local
361 cmd.Printf(m_HangUpCommand,m_ISPname.c_str(), m_DialProcess);
363 cmd = m_HangUpCommand;
364 return wxExecute(cmd, /* sync */ true) == 0;
677 wxString cmd
792 wxString cmd; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/pohmelfs/
H A Dtrans.c66 struct netfs_cmd cmd; local
76 io.iov_base = &cmd;
79 cmd.cmd = NETFS_WRITE_PAGE;
80 cmd.ext = 0;
81 cmd.id = 0;
82 cmd.size = size;
83 cmd.start = p->index;
84 cmd.start <<= PAGE_CACHE_SHIFT;
85 cmd
485 struct netfs_cmd *cmd = t->iovec.iov_base; local
611 struct netfs_cmd *cmd; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/mmc/host/
H A Dmmc_spi.c240 * Note that for SPI, cmd->resp[0] is not the same data as "native" protocol
244 * cmd->resp[1] holds any four-byte response, for R3 (READ_OCR) and on
248 static char *maptype(struct mmc_command *cmd) argument
250 switch (mmc_spi_resp_type(cmd)) {
259 /* return zero, else negative errno after setting cmd->error */
261 struct mmc_command *cmd, int cs_on)
273 cmd->opcode, maptype(cmd));
330 cmd->resp[0] = rotator >> 8;
333 cmd
260 mmc_spi_response_get(struct mmc_spi_host *host, struct mmc_command *cmd, int cs_on) argument
443 mmc_spi_command_send(struct mmc_spi_host *host, struct mmc_request *mrq, struct mmc_command *cmd, int cs_on) argument
882 mmc_spi_data_do(struct mmc_spi_host *host, struct mmc_command *cmd, struct mmc_data *data, u32 blk_size) argument
1062 struct mmc_command *cmd; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/pci/lx6464es/
H A Dlx_core.c270 static void lx_message_init(struct lx_rmh *rmh, enum cmd_mb_opcodes cmd) argument
272 snd_BUG_ON(cmd >= CMD_14_INVALID);
274 rmh->cmd[0] = dsp_commands[cmd].dcCodeOp;
275 rmh->cmd_len = dsp_commands[cmd].dcCmdLength;
276 rmh->stat_len = dsp_commands[cmd].dcStatusLength;
277 rmh->dsp_stat = dsp_commands[cmd].dcStatusType;
278 rmh->cmd_idx = cmd;
279 memset(&rmh->cmd[1], 0, (REG_CRM_NUMBER - 1) * sizeof(u32));
285 rmh->cmd_idx = cmd;
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/stmmac/
H A Dstmmac_ethtool.c107 int stmmac_ethtool_getsettings(struct net_device *dev, struct ethtool_cmd *cmd) argument
122 cmd->transceiver = XCVR_INTERNAL;
124 rc = phy_ethtool_gset(phy, cmd);
129 int stmmac_ethtool_setsettings(struct net_device *dev, struct ethtool_cmd *cmd) argument
136 rc = phy_ethtool_sset(phy, cmd);
255 struct ethtool_cmd cmd; local
257 cmd.cmd = ETHTOOL_NWAY_RST;
258 cmd.supported = phy->supported;
259 cmd
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/mips/kernel/
H A Dkspd.c40 int cmd; member in struct:mtsp_syscall
147 static int translate_syscall_command(int cmd) argument
153 if ((cmd == syscall_command_table[i].sp))
206 int err, cmd; local
241 switch (sc.cmd) {
276 sc.cmd = __NR_open;
281 if ((sc.cmd >= __NR_Linux) &&
282 (sc.cmd <= (__NR_Linux + __NR_Linux_syscalls)) )
283 cmd = sc.cmd;
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/phy/
H A Dphy.c231 * @cmd: ethtool_cmd
240 int phy_ethtool_sset(struct phy_device *phydev, struct ethtool_cmd *cmd) argument
242 if (cmd->phy_address != phydev->addr)
247 cmd->advertising &= phydev->supported;
250 if (cmd->autoneg != AUTONEG_ENABLE && cmd->autoneg != AUTONEG_DISABLE)
253 if (cmd->autoneg == AUTONEG_ENABLE && cmd->advertising == 0)
256 if (cmd->autoneg == AUTONEG_DISABLE &&
257 ((cmd
284 phy_ethtool_gset(struct phy_device *phydev, struct ethtool_cmd *cmd) argument
311 phy_mii_ioctl(struct phy_device *phydev, struct ifreq *ifr, int cmd) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/utils/
H A Dnet_time.c108 char *cmd; local
116 asprintf(&cmd, "/bin/date %s", systime(t));
117 result = system(cmd);
120 cmd, strerror(errno));
121 free(cmd);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/wimax/i2400m/
H A Dsdio-fw.c111 struct i2400m_bootrom_header *cmd; local
115 d_fnstart(5, dev, "(i2400m %p cmd %p size %zu)\n",
123 cmd = i2400m->bm_cmd_buf;
127 if (WARN_ON(i2400m_brh_get_response_required(cmd) == 0))
129 i2400m_bm_cmd_prepare(cmd);
131 d_printf(4, dev, "BM cmd %d: %zu bytes (%zu padded)\n",
133 d_dump(5, dev, cmd, cmd_size);
140 dev_err(dev, "BM cmd %d: cannot send: %ld\n",
147 d_fnend(5, dev, "(i2400m %p cmd %p size %zu) = %d\n",
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/
H A Dcompat_ioctl.c119 static int w_long(unsigned int fd, unsigned int cmd, argument
127 err = sys_ioctl(fd, cmd, (unsigned long)&val);
143 static int do_video_get_event(unsigned int fd, unsigned int cmd, argument
151 err = sys_ioctl(fd, cmd, (unsigned long) &kevent);
173 static int do_video_stillpicture(unsigned int fd, unsigned int cmd, argument
194 err = sys_ioctl(fd, cmd, (unsigned long) up_native);
204 static int do_video_set_spu_palette(unsigned int fd, unsigned int cmd, argument
220 err = sys_ioctl(fd, cmd, (unsigned long) up_native);
248 compat_uint_t duration; /* [o] time taken by cmd (unit: millisec) */
278 static int sg_ioctl_trans(unsigned int fd, unsigned int cmd, argument
382 sg_grt_trans(unsigned int fd, unsigned int cmd, struct compat_sg_req_info __user *o) argument
414 ppp_sock_fprog_ioctl_trans(unsigned int fd, unsigned int cmd, struct sock_fprog32 __user *u_fprog32) argument
453 ppp_gidle(unsigned int fd, unsigned int cmd, struct ppp_idle32 __user *idle32) argument
474 ppp_scompress(unsigned int fd, unsigned int cmd, struct ppp_option_data32 __user *odata32) argument
514 mt_ioctl_trans(unsigned int fd, unsigned int cmd, void __user *argp) argument
561 do_smb_getmountuid(unsigned int fd, unsigned int cmd, compat_uid_t __user *argp) argument
638 raw_ioctl(unsigned fd, unsigned cmd, struct raw32_config_request __user *user_req) argument
687 serial_struct_ioctl(unsigned fd, unsigned cmd, struct serial_struct32 __user *ss32) argument
753 struct i2c_rdwr_ioctl_data cmd; member in struct:i2c_rdwr_aligned
757 do_i2c_rdwr_ioctl(unsigned int fd, unsigned int cmd, struct i2c_rdwr_ioctl_data32 __user *udata) argument
793 do_i2c_smbus_ioctl(unsigned int fd, unsigned int cmd, struct i2c_smbus_ioctl_data32 __user *udata) argument
824 rtc_ioctl(unsigned fd, unsigned cmd, void __user *argp) argument
1502 do_ioctl_trans(int fd, unsigned int cmd, unsigned long arg, struct file *file) argument
1593 compat_ioctl_error(struct file *filp, unsigned int fd, unsigned int cmd, unsigned long arg) argument
1644 compat_sys_ioctl(unsigned int fd, unsigned int cmd, unsigned long arg) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/sym53c8xx_2/
H A Dsym_glue.c134 #define SYM_UCMD_PTR(cmd) ((struct sym_ucmd *)(&(cmd)->SCp))
135 #define SYM_SOFTC_PTR(cmd) sym_get_hcb(cmd->device->host)
140 void sym_xpt_done(struct sym_hcb *np, struct scsi_cmnd *cmd) argument
142 struct sym_ucmd *ucmd = SYM_UCMD_PTR(cmd);
148 scsi_dma_unmap(cmd);
149 cmd->scsi_done(cmd);
189 struct scsi_cmnd *cmd local
244 sym_scatter(struct sym_hcb *np, struct sym_ccb *cp, struct scsi_cmnd *cmd) argument
286 sym_queue_command(struct sym_hcb *np, struct scsi_cmnd *cmd) argument
318 sym_setup_cdb(struct sym_hcb *np, struct scsi_cmnd *cmd, struct sym_ccb *cp) argument
331 sym_setup_data_and_start(struct sym_hcb *np, struct scsi_cmnd *cmd, struct sym_ccb *cp) argument
485 sym53c8xx_queue_command(struct scsi_cmnd *cmd, void (*done)(struct scsi_cmnd *)) argument
566 sym_eh_handler(int op, char *opname, struct scsi_cmnd *cmd) argument
667 sym53c8xx_eh_abort_handler(struct scsi_cmnd *cmd) argument
672 sym53c8xx_eh_device_reset_handler(struct scsi_cmnd *cmd) argument
677 sym53c8xx_eh_bus_reset_handler(struct scsi_cmnd *cmd) argument
682 sym53c8xx_eh_host_reset_handler(struct scsi_cmnd *cmd) argument
868 u_long cmd; member in struct:sym_usrcmd
1011 struct sym_usrcmd cmd, *uc = &cmd; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/caif/
H A Dcfutill.c43 u8 cmd = -1; local
49 if (cfpkt_extr_head(pkt, &cmd, 1) < 0) {
55 switch (cmd) {
76 __func__, cmd, cmd);
H A Dcfveil.c42 u8 cmd; local
49 if (cfpkt_extr_head(pkt, &cmd, 1) < 0) {
54 switch (cmd) {
71 __func__, cmd, cmd);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/scripts/rt-tester/
H A Drt-tester.py161 cmd = parts[0].strip().lower() variable
168 if cmd == "t" or cmd == "w":
189 if query or cmd == "t":
199 elif cmd == "c":
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/core/seq/
H A Dseq_compat.c45 static int snd_seq_call_port_info_ioctl(struct snd_seq_client *client, unsigned int cmd, argument
62 err = snd_seq_do_ioctl(client, cmd, data);
90 static long snd_seq_ioctl_compat(struct file *file, unsigned int cmd, unsigned long arg) argument
98 switch (cmd) {
125 return snd_seq_do_ioctl(client, cmd, argp);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavformat/
H A Drtspdec.c39 char cmd[1024]; local
61 cmd[0] = 0;
63 snprintf(cmd, sizeof(cmd),
68 ff_rtsp_send_cmd(s, "PLAY", rt->control_uri, cmd, reply, NULL);
112 char cmd[1024]; local
117 snprintf(cmd, sizeof(cmd),
124 av_strlcat(cmd,
126 sizeof(cmd));
249 char cmd[1024]; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/comedi/drivers/
H A Dgsc_hpdi.c61 struct comedi_cmd *cmd);
772 struct comedi_cmd *cmd)
780 tmp = cmd->start_src;
781 cmd->start_src &= TRIG_NOW;
782 if (!cmd->start_src || tmp != cmd->start_src)
785 tmp = cmd->scan_begin_src;
786 cmd->scan_begin_src &= TRIG_EXT;
787 if (!cmd->scan_begin_src || tmp != cmd
771 di_cmd_test(struct comedi_device *dev, struct comedi_subdevice *s, struct comedi_cmd *cmd) argument
872 hpdi_cmd_test(struct comedi_device *dev, struct comedi_subdevice *s, struct comedi_cmd *cmd) argument
893 struct comedi_cmd *cmd = &async->cmd; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/
H A Dps3_gelic_wireless.c156 struct gelic_eurus_cmd *cmd; local
163 cmd = container_of(work, struct gelic_eurus_cmd, work);
164 BUG_ON(cmd_info[cmd->cmd].pre_arg &&
165 cmd_info[cmd->cmd].post_arg);
166 wl = cmd->wl;
169 if (cmd_info[cmd->cmd].pre_arg) {
170 arg1 = (cmd
221 struct gelic_eurus_cmd *cmd; local
1411 struct gelic_eurus_cmd *cmd; local
1447 struct gelic_eurus_cmd *cmd; local
1516 struct gelic_eurus_cmd *cmd = NULL; local
1764 struct gelic_eurus_cmd *cmd; local
1862 struct gelic_eurus_cmd *cmd; local
1931 struct gelic_eurus_cmd *cmd; local
2069 struct gelic_eurus_cmd *cmd; local
2513 struct gelic_eurus_cmd *cmd; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/qla2xxx/
H A Dqla_iocb.c19 * @cmd: SCSI command
31 if (sp->cmd->sc_data_direction == DMA_TO_DEVICE) {
34 scsi_bufflen(sp->cmd);
35 } else if (sp->cmd->sc_data_direction == DMA_FROM_DEVICE) {
38 scsi_bufflen(sp->cmd);
149 uint8_t guard = scsi_host_get_guard(sp->cmd->device->host);
161 switch (scsi_get_prot_op(sp->cmd)) {
185 return scsi_prot_sg_count(sp->cmd);
202 struct scsi_cmnd *cmd; local
206 cmd
260 struct scsi_cmnd *cmd; local
319 struct scsi_cmnd *cmd; local
621 struct scsi_cmnd *cmd; local
695 qla24xx_set_t10dif_tags(struct scsi_cmnd *cmd, struct fw_dif_context *pkt, unsigned int protcnt) argument
872 struct scsi_cmnd *cmd; local
959 struct scsi_cmnd *cmd; local
1177 struct scsi_cmnd *cmd = sp->cmd; local
1331 struct scsi_cmnd *cmd = sp->cmd; local
1498 struct scsi_cmnd *cmd = sp->cmd; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/
H A Da2091.c40 static int dma_setup(struct scsi_cmnd *cmd, int dir_in) argument
42 struct Scsi_Host *instance = cmd->device->host;
47 unsigned long addr = virt_to_bus(cmd->SCp.ptr);
51 wh->dma_bounce_len = (cmd->SCp.this_residual + 511) & ~0x1ff;
75 memcpy(wh->dma_bounce_buffer, cmd->SCp.ptr,
76 cmd->SCp.this_residual);
94 cache_clear(addr, cmd->SCp.this_residual);
97 cache_push(addr, cmd->SCp.this_residual);
149 static int a2091_bus_reset(struct scsi_cmnd *cmd) argument
151 struct Scsi_Host *instance = cmd
[all...]
H A Da3000.c44 static int dma_setup(struct scsi_cmnd *cmd, int dir_in) argument
46 struct Scsi_Host *instance = cmd->device->host;
51 unsigned long addr = virt_to_bus(cmd->SCp.ptr);
60 wh->dma_bounce_len = (cmd->SCp.this_residual + 511) & ~0x1ff;
72 memcpy(wh->dma_bounce_buffer, cmd->SCp.ptr,
73 cmd->SCp.this_residual);
93 cache_clear(addr, cmd->SCp.this_residual);
96 cache_push(addr, cmd->SCp.this_residual);
164 static int a3000_bus_reset(struct scsi_cmnd *cmd) argument
166 struct Scsi_Host *instance = cmd
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/leds/
H A Dleds-ns2.c70 unsigned cmd; member in struct:ns2_led_data
86 cmd_level = gpio_get_value(led_dat->cmd);
113 gpio_set_value(led_dat->cmd,
189 ret = gpio_request(template->cmd, template->name);
191 ret = gpio_direction_output(template->cmd,
192 gpio_get_value(template->cmd));
194 gpio_free(template->cmd);
221 led_dat->cmd = template->cmd;
249 gpio_free(led_dat->cmd);
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/uwb/
H A Daddress.c32 * @cmd has to be allocated because USB cannot grok USB or vmalloc
41 struct uwb_rc_cmd_dev_addr_mgmt *cmd; local
44 cmd = kzalloc(sizeof(*cmd), GFP_KERNEL);
45 if (cmd == NULL)
47 cmd->rccb.bCommandType = UWB_RC_CET_GENERAL;
48 cmd->rccb.wCommand = cpu_to_le16(UWB_RC_CMD_DEV_ADDR_MGMT);
49 cmd->bmOperationType = bmOperationType;
57 memcpy(cmd->baAddr, baAddr, size);
62 &cmd
[all...]

Completed in 307 milliseconds

<<11121314151617181920>>