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

/freebsd-10.0-release/lib/libusb/
H A Dlibusb10_io.c207 /* Allow the callback to free the transfer itself. */
213 /* Check if the USB transfer should be automatically freed. */
469 libusb10_do_transfer_cb(struct libusb_transfer *transfer) argument
478 pdone = transfer->user_data;
484 * per-transfer basis is slow. --HPS
593 libusb_get_iso_packet_buffer(struct libusb_transfer *transfer, uint32_t off) argument
598 if (transfer->num_iso_packets < 0)
601 if (off >= (uint32_t)transfer->num_iso_packets)
604 ptr = transfer->buffer;
609 ptr += transfer
615 libusb_get_iso_packet_buffer_simple(struct libusb_transfer *transfer, uint32_t off) argument
635 libusb_set_iso_packet_lengths(struct libusb_transfer *transfer, uint32_t length) argument
647 libusb_control_transfer_get_data(struct libusb_transfer *transfer) argument
656 libusb_control_transfer_get_setup(struct libusb_transfer *transfer) argument
677 libusb_fill_control_transfer(struct libusb_transfer *transfer, libusb_device_handle *devh, uint8_t *buf, libusb_transfer_cb_fn callback, void *user_data, uint32_t timeout) argument
700 libusb_fill_bulk_transfer(struct libusb_transfer *transfer, libusb_device_handle *devh, uint8_t endpoint, uint8_t *buf, int length, libusb_transfer_cb_fn callback, void *user_data, uint32_t timeout) argument
716 libusb_fill_interrupt_transfer(struct libusb_transfer *transfer, libusb_device_handle *devh, uint8_t endpoint, uint8_t *buf, int length, libusb_transfer_cb_fn callback, void *user_data, uint32_t timeout) argument
732 libusb_fill_iso_transfer(struct libusb_transfer *transfer, libusb_device_handle *devh, uint8_t endpoint, uint8_t *buf, int length, int npacket, libusb_transfer_cb_fn callback, void *user_data, uint32_t timeout) argument
[all...]
H A Dlibusb.h341 typedef void (*libusb_transfer_cb_fn) (struct libusb_transfer *transfer);
417 void libusb_free_transfer(struct libusb_transfer *transfer);
418 int libusb_submit_transfer(struct libusb_transfer *transfer);
419 int libusb_cancel_transfer(struct libusb_transfer *transfer);
420 uint8_t *libusb_get_iso_packet_buffer(struct libusb_transfer *transfer, uint32_t index);
421 uint8_t *libusb_get_iso_packet_buffer_simple(struct libusb_transfer *transfer, uint32_t index);
422 void libusb_set_iso_packet_lengths(struct libusb_transfer *transfer, uint32_t length);
423 uint8_t *libusb_control_transfer_get_data(struct libusb_transfer *transfer);
424 struct libusb_control_setup *libusb_control_transfer_get_setup(struct libusb_transfer *transfer);
426 void libusb_fill_control_transfer(struct libusb_transfer *transfer, libusb_device_handl
[all...]
/freebsd-10.0-release/libexec/tftpd/
H A DMakefile6 SRCS= tftp-file.c tftp-io.c tftp-options.c tftp-transfer.c tftp-utils.c
/freebsd-10.0-release/cddl/contrib/opensolaris/cmd/dtrace/test/tst/i86xpv/xdt/
H A Dtst.memenable.ksh57 xdt:mem::page-grant-transfer
/freebsd-10.0-release/usr.bin/tftp/
H A DMakefile7 SRCS= main.c tftp-file.c tftp-io.c tftp-options.c tftp-transfer.c
/freebsd-10.0-release/contrib/libstdc++/src/
H A Dlist.cc93 _List_node_base::transfer(_List_node_base * const __first, function in class:_List_node_base
/freebsd-10.0-release/contrib/llvm/include/llvm/ADT/
H A Dilist.h481 // transfer - The heart of the splice function. Move linked list nodes from
484 void transfer(iterator position, iplist &L2, iterator first, iterator last) { function in class:llvm::iplist
567 // Splice members - defined in terms of transfer...
570 transfer(where, L2, L2.begin(), L2.end());
575 transfer(where, L2, first, last);
578 if (first != last) transfer(where, L2, first, last);
623 transfer(first1, right, first2, ++next);
628 if (first2 != last2) transfer(last1, right, first2, last2);
/freebsd-10.0-release/sys/dev/mly/
H A Dmly.c693 /* destroy data-transfer DMA tag */
1071 * If (data) is not NULL, the command requires data transfer. If (*data) is NULL
1072 * the command requires data transfer from the controller, and we will allocate
1073 * a buffer for it. If (*data) is not NULL, the command requires data transfer
1794 /* can we use the transfer structure directly? */
1796 sg = &gen->transfer.direct.sg[0];
1801 gen->transfer.indirect.entries[0] = nseg;
1802 gen->transfer.indirect.table_physaddr[0] = sc->mly_sg_busaddr + (tabofs * sizeof(struct mly_sg_entry));
2510 mly_printf(sc, "maximum data transfer %d blocks, maximum sg entries/command %d\n",
2609 int transfer; local
[all...]
H A Dmlyreg.h482 * These commands just transfer data
486 union mly_command_transfer transfer; member in struct:mly_ioctl_param_data
563 /* maximum command data transfer size */
968 union mly_command_transfer transfer; member in struct:mly_ioctl_param_getgroupconfinfo
1062 union mly_command_transfer transfer; member in struct:mly_ioctl_param_getevent
1108 union mly_command_transfer transfer; member in struct:mly_command_generic
1127 union mly_command_transfer transfer; member in struct:mly_command_scsi_small
1145 union mly_command_transfer transfer; member in struct:mly_command_scsi_large
/freebsd-10.0-release/usr.bin/tip/tip/
H A Dcmds.c60 static void transfer(char *, int, char *);
101 transfer(buf, sfd, value(EOFREAD));
128 transfer(line, fd, "\01");
134 * Bulk transfer routine --
138 transfer(char *buf, int fd, char *eofchars) function
238 transfer(buf, pdes[1], value(EOFREAD));
299 * Bulk transfer routine to remote host --
/freebsd-10.0-release/crypto/openssh/regress/
H A DMakefile23 transfer \
68 INTEROP_TESTS= putty-transfer putty-ciphers putty-kex conch-ciphers
/freebsd-10.0-release/lib/libc/mips/string/
H A Dbcopy.S184 PTR_SUBU a3,SIZEREG,t0 # number of words to transfer
278 PTR_SUBU a3,SIZEREG,t0 # number of words to transfer
/freebsd-10.0-release/sys/mips/mips/
H A Dbcopy.S173 PTR_SUBU a3,SIZEREG,t0 # number of words to transfer
267 PTR_SUBU a3,SIZEREG,t0 # number of words to transfer
/freebsd-10.0-release/sys/boot/i386/boot2/
H A Dboot1.S102 push %bx # transfer buffer
105 push %ax # transfer
178 * we read it in, we conveniently use 0x8c00 as our transfer buffer. Thus,
347 incw 0xa(%bp) # transfer
/freebsd-10.0-release/contrib/llvm/include/llvm/Analysis/
H A DProfileInfo.h167 void transfer(const FType *Old, const FType *New);
/freebsd-10.0-release/contrib/libstdc++/include/bits/
H A Dstl_list.h84 transfer(_List_node_base * const __first,
1166 { __position._M_node->transfer(__first._M_node, __last._M_node); }
/freebsd-10.0-release/crypto/openssl/crypto/bn/asm/
H A Dppc64-mont.pl164 # | 16 gpr<->fpr transfer zone |
277 ; transfer bp[0] to FPU as 4x16-bit values
286 ; transfer (ap[0]*bp[0])*n0 to FPU as 4x16-bit values
647 ; transfer bp[i] to FPU as 4x16-bit values
656 ; transfer (ap[0]*bp[i]+tp[0])*n0 to FPU as 4x16-bit values
H A Dsparcv9a-mont.pl203 ! transfer b[i] to FPU as 4x16-bit values
213 ! transfer ap[0]*b[0]*n0 to FPU as 4x16-bit values
528 ! transfer b[i] to FPU as 4x16-bit values
534 ! transfer (ap[0]*b[i]+t[0])*n0 to FPU as 4x16-bit values
/freebsd-10.0-release/sys/boot/i386/zfsboot/
H A Dzfsldr.S177 push $0 # transfer buffer
/freebsd-10.0-release/sys/boot/i386/boot0/
H A Dboot0.S556 * %dl: drive, %si partition entry, %es:%bx transfer buffer.
575 pushw %es # Set the transfer
H A Dboot0ext.S361 * %es:(%bx) - void - buffer to use for transfer
397 pushw %es # Set the transfer
/freebsd-10.0-release/contrib/libstdc++/config/abi/pre/
H A Dgnu.ver113 std::_List_node_base::transfer*;
/freebsd-10.0-release/contrib/llvm/lib/Analysis/
H A DProfileInfo.cpp478 void ProfileInfoT<Function,BasicBlock>::transfer(const Function *Old, function in class:llvm::ProfileInfoT
/freebsd-10.0-release/sys/fs/nfsclient/
H A Dnfs_clrpcops.c5553 uint64_t io_off, rel_off, stripe_unit_size, transfer, xfer; local
5564 transfer = stripe_unit_size - (rel_off % stripe_unit_size);
5570 if (len > transfer)
5571 xfer = transfer;
5612 transfer = stripe_unit_size;
/freebsd-10.0-release/contrib/dtc/Documentation/
H A Ddtc-paper.tex70 the Linux kernel uses OF calls to scan the device tree and transfer it

Completed in 244 milliseconds