Home
last modified time | relevance | path

Searched refs:placed (Results 1 – 25 of 184) sorted by relevance

12345678

/freebsd/sys/dev/cxgbe/tom/
H A Dt4_ddp.c409 db->placed = 0; in complete_ddp_buffer()
447 m_extaddref(m, (char *)drb->buf + db->placed, len, &drb->refs, in queue_ddp_rcvbuf_mbuf()
456 db->placed += len; in queue_ddp_rcvbuf_mbuf()
468 size_t placed; in insert_ddp_data() local
496 placed = n; in insert_ddp_data()
497 if (placed > db->drb->len - db->placed) in insert_ddp_data()
498 placed = db->drb->len - db->placed; in insert_ddp_data()
499 if (placed != 0) in insert_ddp_data()
500 queue_ddp_rcvbuf_mbuf(toep, db_idx, placed); in insert_ddp_data()
502 n -= placed; in insert_ddp_data()
[all …]
/freebsd/sys/contrib/device-tree/Bindings/dma/
H A Drenesas,shdma.txt6 SHDMA DT nodes to be placed under a DMA multiplexer node. All such compatible
8 descriptors. Therefore respective DMA DT bindings can also all be placed in the
10 still has to be placed under such a multiplexer node.
/freebsd/contrib/llvm-project/lld/docs/ELF/
H A Dlarge_sections.rst26 globals are placed further away from text and we use 64-bit references to refer
29 Large globals are placed in separate sections from small globals, and those
48 non-PIC code, large sections should be placed after all small sections to avoid
/freebsd/sys/contrib/device-tree/Bindings/devfreq/
H A Drk3399_dmc.txt36 placed into power-down mode if bus is idle
41 placed into self-refresh mode if bus is idle
47 clock gating idle period. Memories are placed
53 period in which memories are placed into
59 memories are placed into self-refresh mode.
/freebsd/crypto/openssl/doc/man3/
H A DOPENSSL_gmtime.pod38 structures I<from> and I<to>. The difference in days is placed into I<*pday>,
39 the remaining seconds are placed to I<*psec>. The value in I<*psec> will be less
H A DSSL_CTX_set_session_ticket_cb.pod32 with a session, and placed into a session ticket. Either callback function may
51 B<data> and B<len> into B<ss> which is then placed into any generated session
53 update the data placed into the session ticket. However, given that sessions
H A DBIO_s_null.pod23 A null bio can be placed on the end of a chain to discard any data
/freebsd/tools/build/options/
H A DWITH_DEBUG_FILES3 The debug files will be placed in a subdirectory of
/freebsd/tools/tools/drm/radeon/mkregtable/
H A DREADME6 Generated headers are placed in sys/dev/drm2/radeon.
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_syscall_linux_loongarch64.inc19 // syscall number is placed in a7
20 // parameters, if present, are placed in a0-a6
22 // the return value is placed in a0
/freebsd/lib/libpmc/pmu-events/
H A DREADME27 should be placed in a separate JSON file - where the file name identifies
37 The JSONs folder for a CPU model/family may be placed in the root arch
38 folder, or may be placed in a vendor sub-folder under the arch folder
/freebsd/sys/contrib/device-tree/Bindings/powerpc/nintendo/
H A Dgamecube.txt38 The node for the "Flipper" interrupt controller must be placed under
60 The ARAM node must be placed under the DSP node.
/freebsd/sys/contrib/device-tree/Bindings/clock/
H A Dstericsson,abx500.txt8 The ABx500 clocks need to be placed as a subnode of an AB8500
/freebsd/contrib/llvm-project/libcxx/modules/std.compat/
H A Dcstddef.inc17 // ... placed within the global namespace scope, except for ... the
/freebsd/sys/contrib/device-tree/Bindings/input/
H A Ddlink,dir685-touchkeys.txt7 The touchkey device node should be placed inside an I2C bus node.
H A Dtwl4030-keypad.txt5 A key can be placed at each intersection of a unique row and a unique column.
H A Domap-keypad.txt5 A key can be placed at each intersection of a unique row and a unique column.
/freebsd/contrib/byacc/
H A DNOTES3 developed on a VAX using PCC. PCC placed at most six variables
/freebsd/sys/contrib/device-tree/Bindings/iio/magnetometer/
H A Dak8974.txt17 from the chip, the DRDY interrupt must be placed first.
/freebsd/sys/contrib/device-tree/Bindings/ptp/
H A Dptp-ines.txt5 control registers. There can be up to three port handles placed as
/freebsd/contrib/tcsh/nls/C/
H A Dset1103 101 Badly placed (
108 106 Badly placed ()'s
/freebsd/contrib/llvm-project/compiler-rt/lib/builtins/arm/
H A Ddivmodsi4.S29 @ value is the quotient, the remainder is placed in the variable.
/freebsd/contrib/ntp/sntp/m4/
H A Ddefine_dir.m411 dnl AC_DEFINE_DIR([DATADIR], [datadir], [Where data are placed to.])
/freebsd/share/doc/pjdfstest/
H A DREADME29 placed in TMPDIR, which may not be what you want. You can always use
/freebsd/contrib/llvm-project/lld/docs/
H A DReleaseNotes.rst64 placed to the same output section.
95 Non-alloc orphan sections are now placed at the end.

12345678