Searched refs:transfer (Results 26 - 50 of 77) sorted by relevance

1234

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/block/
H A Dcryptoloop.c194 .transfer = cryptoloop_transfer,
H A Dloop.c23 * Make real block number available to downstream transfer functions, enables
143 .transfer = transfer_none,
148 .transfer = transfer_xor,
195 if (unlikely(!lo->transfer))
198 return lo->transfer(lo, cmd, rpage, roffs, lpage, loffs, size, rblock);
247 * The transfer failed, but we still write the data to
250 printk(KERN_ERR "loop: transfer error block %llu\n",
370 if (lo->transfer != transfer_none) {
419 printk(KERN_ERR "loop: transfer error block %ld\n",
794 lo->transfer
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/acpi/resources/
H A Drsirq.c211 /* Flags: transfer preference, bus mastering, channel speed */
213 {ACPI_RSC_2BITFLAG, ACPI_RS_OFFSET(data.dma.transfer),
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/sound/core/oss/
H A Dlinear.c158 plugin->transfer = linear_transfer;
H A Dpcm_plugin.h67 snd_pcm_sframes_t (*transfer)(struct snd_pcm_plugin *plugin, member in struct:snd_pcm_plugin
H A Dmulaw.c327 plugin->transfer = mulaw_transfer;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/sound/pci/cs46xx/imgs/
H A Dcwcdma.asp86 // Load rsDMA in case input buffer is a DMA buffer Test to see if there is any data to transfer
124 // Trigger DMA transfer on input stream,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/curl-7.23.1/source/packages/Linux/RPM/
H A Dcurl-ssl.spec29 authentication, ftp upload, HTTP post, file transfer resume and more.
H A Dcurl.spec26 authentication, ftp upload, HTTP post, file transfer resume and more.
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/curl-7.23.1/source/lib/
H A Dftp.c62 #include "transfer.h"
697 transfer is taking place, we must first get back to the original dir
1146 request is made. Thus, if an actual transfer is to be made this is where
1154 if(ftp->transfer != FTPTRANSFER_BODY) {
1155 /* doesn't transfer any data */
1197 if((ftp->transfer != FTPTRANSFER_BODY) && ftpc->file) {
1218 if((ftp->transfer == FTPTRANSFER_INFO) && ftpc->file) {
1339 ftp->transfer = FTPTRANSFER_INFO;
1340 /* this means no actual transfer will be made */
1362 /* Requested time of file or time-depended transfer
[all...]
H A Dimap.c65 #include "transfer.h"
802 imap->transfer = FTPTRANSFER_BODY;
826 /* requested no body means no transfer... */
828 imap->transfer = FTPTRANSFER_INFO;
970 if(imap->transfer != FTPTRANSFER_BODY)
971 /* no data to transfer */
998 * Performs all commands done before a regular transfer between a local and a
H A Dpop3.c66 #include "transfer.h"
744 pop3->transfer = FTPTRANSFER_BODY;
769 /* requested no body means no transfer... */
771 pop3->transfer = FTPTRANSFER_INFO;
916 if(pop3->transfer != FTPTRANSFER_BODY)
917 /* no data to transfer */
944 * Performs all commands done before a regular transfer between a local and a
1044 /* full match, the transfer is done! */
H A DMakefile82 escape.lo mprintf.lo telnet.lo netrc.lo getinfo.lo transfer.lo \
113 libcurlu_la-getinfo.lo libcurlu_la-transfer.lo \
473 netrc.c getinfo.c transfer.c strequal.c easy.c security.c krb4.c \
496 transfer.h select.h easyif.h multiif.h parsedate.h sslgen.h gtls.h \
759 include ./$(DEPDIR)/libcurlu_la-transfer.Plo
805 include ./$(DEPDIR)/transfer.Plo
993 libcurlu_la-transfer.lo: transfer.c
994 if $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcurlu_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libcurlu_la-transfer.lo -MD -MP -MF "$(DEPDIR)/libcurlu_la-transfer
[all...]
H A Dsmtp.c68 #include "transfer.h"
1396 smtp->transfer = FTPTRANSFER_BODY;
1420 /* requested no body means no transfer... */
1422 smtp->transfer = FTPTRANSFER_INFO;
1547 if(smtp->transfer != FTPTRANSFER_BODY)
1548 /* no data to transfer */
1579 * Performs all commands done before a regular transfer between a local and a
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/sound/core/
H A Dpcm_lib.c45 snd_pcm_uframes_t frames, ofs, transfer; local
94 transfer = ofs + frames > runtime->buffer_size ? runtime->buffer_size - ofs : frames;
99 err = substream->ops->silence(substream, -1, ofs, transfer);
103 snd_pcm_format_set_silence(runtime->format, hwbuf, transfer * runtime->channels);
111 err = substream->ops->silence(substream, c, ofs, transfer);
118 snd_pcm_format_set_silence(runtime->format, hwbuf, transfer);
122 runtime->silence_filled += transfer;
123 frames -= transfer;
1618 transfer_f transfer)
1737 if ((err = transfer(substrea
1614 snd_pcm_lib_write1(struct snd_pcm_substream *substream, unsigned long data, snd_pcm_uframes_t size, int nonblock, transfer_f transfer) argument
1883 snd_pcm_lib_read1(struct snd_pcm_substream *substream, unsigned long data, snd_pcm_uframes_t size, int nonblock, transfer_f transfer) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/curl-7.23.1/source/packages/AIX/RPM/
H A Dcurl.spec30 ftp upload, HTTP post, file transfer resume and more.
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/spi/
H A Dspi_bitbang.c258 * SECOND PART ... simple transfer queue runner.
261 * performing each transfer in sequence. Smarter hardware can queue
266 * transfer-at-a-time ones to leverage dma or fifo hardware.
332 /* transfer data. the lower level code handles any
352 /* protocol tweaks before next transfer */
393 * spi_bitbang_transfer - default submit to transfer queue
427 * a transfer method, its final step should call spi_bitbang_transfer; or,
428 * that's the default if the transfer routine is not initialized. It should
455 if (!bitbang->master->transfer)
456 bitbang->master->transfer
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/frv/kernel/
H A Dcmode.S75 # (3) Stop the transfer function of DMAC. Stop all the bus masters
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/scsi/arm/
H A Dfas216.h24 /* transfer count low */
28 /* transfer count medium */
164 /* High transfer count (read/write) */
250 unsigned int async_stp; /* Async transfer STP value */
277 unsigned char wide_max_size; /* Maximum wide transfer size */
279 unsigned int asyncperiod; /* Async transfer period (ns) */
296 unsigned char stp; /* synchronous transfer period */
298 unsigned char wide_xfer; /* currently negociated wide transfer */
299 neg_t sync_state; /* synchronous transfer mode */
300 neg_t wide_state; /* wide transfer mod
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/
H A Dquota.h254 int (*transfer) (struct inode *, struct iattr *); member in struct:dquot_operations
H A Dquotaops.h91 /* The following allocation/freeing/transfer functions *must* be called inside
167 if (inode->i_sb->dq_op->transfer(inode, iattr) == NO_QUOTA)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/source/rpc_server/
H A Dsrv_pipe.c48 We need to transfer the session key from one rpc bind to the
747 Ensure a bind request has the correct abstract & transfer interface.
752 RPC_IFACE* transfer, uint32 context_id)
771 && (transfer->version == pipe_names[i].trans_syntax.version)
772 && (memcmp(&transfer->uuid, &pipe_names[i].trans_syntax.uuid, sizeof(struct uuid)) == 0) )
1056 reject the bind_ack & set the transfer interface synt to all 0's,
1061 if(check_bind_req(p, &hdr_rb.abstract, &hdr_rb.transfer, hdr_rb.context_id ))
1069 &hdr_rb.transfer);
751 check_bind_req(struct pipes_struct *p, RPC_IFACE* abstract, RPC_IFACE* transfer, uint32 context_id) argument
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/atm/
H A Dambassador.h352 transfer_block transfer; member in union:__anon3916::__anon3917
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/scsi/
H A Dosst.c2661 * Configure default auto columns mode, 32.5KB transfer mode
2976 int offset, transfer, blks = 0;
3016 transfer = OS_FRAME_SIZE;
3058 name, offset, transfer, blks);
3061 SRpnt = osst_do_scsi(*aSRpnt, STp, cmd, transfer, DMA_TO_DEVICE,
3294 ssize_t i, do_count, blks, transfer;
3513 transfer = STp->buffer->writing;
3514 if (transfer <= do_count) {
3515 filp->f_pos += do_count - transfer;
3516 count -= do_count - transfer;
2973 int offset, transfer, blks = 0; local
3290 ssize_t i, do_count, blks, transfer; local
3613 ssize_t i, transfer; local
[all...]
H A Dnsp32.c64 MODULE_PARM_DESC(trans_mode, "transfer mode (0: BIOS(default) 1: Async 2: Ultra20M");
550 /* transfer control */
568 * For bus master transfer, it's taken off.
577 * transfer parameter to ASIC
868 * nsp32_setup_sg_table - build scatter gather list for transfer data
871 * Note: NinjaSCSI-32Bi/UDE bus master can not transfer over 64KB at a time.
904 "can't transfer over 64KB at a time, size=0x%lx", le32_to_cpu(sgt[i].len));
928 "can't transfer over 64KB at a time, size=0x%lx", SCpnt->request_bufflen);
1012 * If target is the first time to transfer after the reset
1014 * message SDTR is needed to do synchronous transfer
1969 unsigned short transfer = 0; local
[all...]

Completed in 384 milliseconds

1234