Home
last modified time | relevance | path

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

123456789

/openbsd/src/gnu/llvm/compiler-rt/lib/asan/tests/
Dasan_mem_test.cpp135 M::transfer(dest, src, size); in MemTransferOOBTestTemplate()
136 M::transfer(dest + 1, src, size - sizeof(T)); in MemTransferOOBTestTemplate()
137 M::transfer(dest, src + length - 1, sizeof(T)); in MemTransferOOBTestTemplate()
138 M::transfer(dest, src, 1); in MemTransferOOBTestTemplate()
141 M::transfer(dest - 1, src, 0); in MemTransferOOBTestTemplate()
142 M::transfer(dest + length, src, zero); in MemTransferOOBTestTemplate()
143 M::transfer(dest, src - 1, zero); in MemTransferOOBTestTemplate()
144 M::transfer(dest, src, zero); in MemTransferOOBTestTemplate()
147 EXPECT_DEATH(M::transfer(dest + 1, src, size), in MemTransferOOBTestTemplate()
149 EXPECT_DEATH(M::transfer((char*)(dest + length) - 1, src, 5), in MemTransferOOBTestTemplate()
[all …]
/openbsd/src/usr.sbin/tcpdump/
DREADME39 tcp transfer). Since we assume that one host only sends and
80 unidirectional tcp transfer). [A "chunk" refers to
119 536 packets to transfer the data (i.e., on the average
134 transfer and <seq. number> is the sequence number being sent
139 The problem I was looking at was the bulk-data-transfer
142 ftp transfer of a large file was used as the raw data source.
155 - When transfer is finished, stop tcpdump. Use awk to make up
162 how the transfer behaved:
/openbsd/src/games/quiz/datfiles/
Ducc17 2-403:power to transfer; good faith purchase of goods; entrusting
54 3-201:transfer: right to indorsement
70 3-417:warranties on presentment and transfer
84 4-207:warranties of customer and collecting bank on transfer or presentment of items
93 5-111:warranties on transfer and presentment (letters of credit)
105 7-507:warranties on negotiation or transfer of receipt or bill
/openbsd/src/usr.bin/file/magdir/
Dpsion39 >4 lelong 0x100000E5 file transfer protocol
40 >4 lelong 0x100000E5 file transfer protocol
/openbsd/src/gnu/llvm/llvm/include/llvm/ADT/
Dilist.h287 void transfer(iterator position, iplist_impl &L2, iterator first, iterator last) {
332 transfer(where, L2, L2.begin(), L2.end());
337 transfer(where, L2, first, last);
340 if (first != last) transfer(where, L2, first, last);
/openbsd/src/sys/dev/microcode/siop/
Dncr53cxxx.c318 void transfer (int, int);
989 transfer (0x80000000, 0); in f_jump()
994 transfer (0x88000000, 0); in f_call()
999 transfer (0x90000000, 1); in f_return()
1004 transfer (0x98000000, 2); in f_int()
1009 transfer (0x98100000, 2); in f_intfly()
1150 void transfer (int word0, int type) in transfer() function
/openbsd/src/gnu/llvm/compiler-rt/lib/scudo/standalone/tests/
Dquarantine_test.cpp109 Cache.transfer(&From); in TEST()
137 Cache.transfer(&From); in TEST()
166 Cache.transfer(&From); in TEST()
/openbsd/src/gnu/llvm/compiler-rt/lib/scudo/standalone/
Dquarantine.h87 void transfer(QuarantineCache *From) { in transfer() function
203 Cache.transfer(C); in drain()
212 Cache.transfer(C); in drainAndRecycle()
/openbsd/src/gnu/llvm/clang/include/clang/Analysis/FlowSensitive/
DTransfer.h40 void transfer(const StmtToEnvMap &StmtToEnv, const Stmt &S, Environment &Env);
DNoopAnalysis.h41 void transfer(const CFGElement *E, NoopLattice &L, Environment &Env) {} in transfer() function
DDataflowAnalysis.h125 static_cast<Derived *>(this)->transfer(Element, L, Env); in transferTypeErased()
241 virtual bool transfer(const CFGElement *Element, Environment &Env) = 0;
/openbsd/src/usr.sbin/nsd/doc/
DREADME302 a zone transfer will be initiated to obtain the slave zone contents.
304 Access control lists are needed for zone transfer and notifications.
309 "request-xfr: AXFR <ip_address> <key>". By default, all zone transfer requests
337 You also can set the outgoing interface for notifies and zone transfer requests
444 NSD will check for updates at master servers periodically and transfer
446 you wish exert manual control use nsd-control notify, transfer and
447 force_transfer commands. The transfer command will check for new versions
543 NSD supports TSIG for any query to the server, for zone transfer
562 example to only allow zone transfer with the key, by listing
578 zone is reached, the serial number is checked and a zone transfer is
[all …]
DNSD-VERIFY-MODS45 In order to break this situation the committed field of each transfer is
61 loop. During the update window, xfrd will accept and transfer updates, but
65 Potentially resulting in the same transfer being tried mutiple times if the
185 last serial number of the zone that didn't verify. It will not try to transfer
207 known bad serials are not transfered again unless the transfer is in a
/openbsd/src/distrib/notes/landisk/
Dxfer11 OpenBSD mirrors over the internet, you may wish to transfer the sets to
/openbsd/src/gnu/usr.bin/perl/cpan/HTTP-Tiny/corpus/
Dget-18.txt6 transfer-encoding: chunked
/openbsd/src/sys/dev/pci/drm/include/drm/
Ddrm_mipi_dsi.h18 ssize_t (*transfer)(struct mipi_dsi_host *, const struct mipi_dsi_msg *); member
/openbsd/src/sys/dev/microcode/aic7xxx/
Daic79xx.seq460 * completions to continue the data transfer.
482 * is responsible for polling for transfer completion.
846 * Main loop for information transfer phases. Wait for the
876 * re-allocate a FIFO so transfer state is
912 * the transfer has completed successfully. Work
915 * of the new phase. If the transfer has completed
919 * transfer.
1361 * transfer, just mark us at the end rather than perform a
1640 * phase, our transfer location has almost certainly been
1642 * the host driver to fix us up based on the transfer residual
[all …]
Daic7xxx.seq398 * Initialize transfer settings with SCB provided settings.
661 * Main loop for information transfer phases. Wait for the
736 * Do we need any more segments for this transfer?
809 * If the transfer is less than a cachline,
845 * phase, our transfer location has almost certainly been
847 * the host driver to fix us up based on the transfer residual.
919 * The transfer is complete if either the last segment
940 * The transfer has terminated either due to a phase
963 * in this transfer.
966 * to fetch additional segments for this transfer,
[all …]
Daic7xxx.reg163 * Contents of this register determine the Synchronous SCSI data transfer
171 field WIDEXFER 0x80 /* Wide transfer control */
174 mask SXFR 0x70 /* Sync transfer rate */
175 mask SXFR_ULTRA2 0x0f /* Sync transfer rate */
202 * Read/Write latches used to transfer data on the SCSI bus during
204 * upper byte of a 16bit wide asynchronouse data phase transfer.
291 field DMADONE 0x01 /* DMA transfer completed */
816 * transfer pointers to be
818 * transfer residual.
1305 * Partial transfer past cacheline end to be
/openbsd/src/sys/dev/usb/dwc2/
Ddwc2.c148 .transfer = dwc2_root_ctrl_transfer,
157 .transfer = dwc2_root_intr_transfer,
166 .transfer = dwc2_device_ctrl_transfer,
175 .transfer = dwc2_device_intr_transfer,
184 .transfer = dwc2_device_bulk_transfer,
193 .transfer = dwc2_device_isoc_transfer,
/openbsd/src/gnu/gcc/libstdc++-v3/src/
Dlist.cc93 _List_node_base::transfer(_List_node_base * const __first, in transfer() function in _List_node_base
/openbsd/src/gnu/gcc/gcc/
Dlibada-mk.in22 # and this exists to transfer that information in as clean a way as possible.
/openbsd/src/usr.sbin/nsd/
Dnsd.conf.sample.in399 # which is only offered for transfer to secondaries over TLS.
406 # may also allow zone transfer (for debug or other secondaries).
410 # allow these IPs and TSIG to transfer zones, addr TSIG|NOKEY|BLOCKED
430 # By default, a secondary will request a zone transfer with IXFR/TCP.
441 # set local interface for sending zone transfer requests.
454 # Secondary server tries zone transfer to all primaries and picks highest
458 # limit the zone transfer size (in bytes), stops very large transfers
/openbsd/src/gnu/usr.bin/binutils/opcodes/
Dmcore-opc.h36 unsigned char transfer; member
/openbsd/src/gnu/usr.bin/binutils-2.17/opcodes/
Dmcore-opc.h36 unsigned char transfer; member

123456789