Home
last modified time | relevance | path

Searched full:independent (Results 1 – 25 of 1524) sorted by relevance

12345678910>>...61

/freebsd/contrib/elftoolchain/libelf/
H A Dgelf.331 .Nd class-independent API for ELF manipulation
37 This manual page describes a class independent API for manipulating
44 The GElf API defines the following class-independent data structures:
49 A class-independent representation of an ELF Compression Header.
51 A class-independent representation of ELF
55 A class-independent representation of an ELF Executable Header.
59 A class-independent representation of a ELF offset.
61 A class-independent representation of an ELF Program Header Table
64 A class-independent representation of an ELF relocation entry.
66 A class-independent representation of an ELF relocation entry with
[all …]
H A Dgelf_getcap.357 The class-independent
70 after translation to class-independent form.
74 converts the class-independent entry pointed to
83 signals an error if any of the values in the class-independent
H A Dgelf_getdyn.359 The class-independent
72 after translation to class-independent form.
76 converts the class-independent entry pointed to
85 signals an error if any of the values in the class-independent
H A Dgelf_getmove.357 The class-independent
70 after translation to class-independent form.
74 converts the class-independent move information pointed to
83 signals an error if any of the values in the class-independent
H A Dgelf_getrel.357 The class-independent
70 after translation to class-independent form.
74 converts the class-independent entry pointed to
83 signals an error if any of the values in the class-independent
H A Dgelf_getrela.357 The class-independent
70 after translation to class-independent form.
74 converts the class-independent entry pointed to
83 signals an error if any of the values in the class-independent
H A Dgelf_getsym.360 The class-independent
73 after translation to class-independent form.
77 converts the class-independent symbol information pointed to
86 signals an error if any of the values in the class-independent
H A Dgelf_getsyminfo.357 The class-independent
70 after translation to class-independent form.
74 converts the class-independent record pointed to
H A Dgelf_update_ehdr.348 are updated using the data in the class-independent GElf descriptors
60 class-independent executable header
67 with the values in the class-independent program header
/freebsd/share/man/man9/
H A Diflibdi.96 .Nd Device Independent Configuration Functions
9 .Ss "Device Independent Functions"
94 The \fIif_ctx_t\fP Structure is the device independent data structure that
126 Device independent transmit queue maintained internally by iflib
129 Device independent receive queue maintained internally by iflib
172 They are independent of the underlying hardware type or configuration.
173 .Ss Device Independent Functions
/freebsd/lib/libc/rpc/
H A Drpc_secure.3127 operating system independent, into a
140 installs the unique, operating-system independent netname of
154 operating-system independent netname.
232 converts from an operating-system independent netname to a
245 converts from an operating-system independent netname to a
259 independent netname.
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DFastISel.h325 /// Target-independent lowering of non-instruction debug info associated with
334 /// This method is called by target-independent code when the normal
340 /// This method is called by target-independent code to do target-
344 /// This method is called by target-independent code to do target-
348 /// This method is called by target-independent code to do target-
352 /// This method is called by target-independent code to request that an
356 /// This method is called by target-independent code to request that an
360 /// This method is called by target-independent code to request that an
365 /// This method is called by target-independent code to request that an
379 /// This method is called by target-independent code to request that an
[all …]
/freebsd/sys/contrib/openzfs/cmd/zpool_influxdb/
H A DREADME.md27 The histogram data collected by ZFS is stored as independent bucket values.
186 vdev. The independent I/O operations reflect the logical operations and
207 | sync_read_ind | blocks | independent sync reads |
208 | sync_write_ind | blocks | independent sync writes |
209 | async_read_ind | blocks | independent async reads |
210 | async_write_ind | blocks | independent async writes |
211 | scrub_read_ind | blocks | independent scrub/scan reads |
212 | trim_write_ind | blocks | independent trim (aka unmap) writes |
/freebsd/contrib/llvm-project/clang/include/clang/Tooling/Core/
H A DReplacement.h12 // SourceManager independent form, duplicate changes need to be removed, and
43 /// A source range independent of the \c SourceManager.
81 /// Represents a SourceManager independent replacement of a range of text in a
235 /// Two replacements A and B are considered order-independent if applying them
247 /// 1. Replacement A(0, 0, "a") and B(0, 0, "aa") are order-independent since
252 /// 2. Replacement A(0, 2, "123") and B(0, 2, "123") are order-independent
254 /// 3. Replacement A(0, 3, "123") and B(2, 3, "321") are order-independent
256 /// 4. Replacement A(0, 3, "ab") and B(0, 3, "ab") are order-independent since
307 // If `R` and all existing replacements are order-independent, then merge it
/freebsd/lib/libc/net/
H A Dsourcefilter.3132 The protocol-independent function
151 of the protocol-independent functions.
152 Application writers are encouraged to use the protocol-independent functions
155 For the protocol-independent functions
/freebsd/tests/sys/netpfil/pf/
H A Dnat.sh160 # validate non-endpoint independent nat rule behaviour
200 # validate endpoint independent nat rule behaviour
202 "nat on ${epair_nat}a inet from ! (${epair_nat}a) to any -> (${epair_nat}a) endpoint-independent"
225 atf_fail "server1 did not receive connection from client (endpoint-independent)"
230 atf_fail "server2 did not receive connection from client (endpoint-independent)"
237 atf_fail "Received different IP:port on server1 than server2 (endpoint-independent)"
/freebsd/sys/contrib/device-tree/Bindings/mmc/
H A Dmtk-sd.yaml201 - description: independent source clock gate
221 - description: independent source clock gate
254 - description: independent source clock gate
279 - description: independent source clock gate
299 - description: independent source clock gate
/freebsd/share/doc/smm/02.config/
H A D6.t181 /sys/h machine independent include files
182 /sys/sys machine-independent system source files
184 /sys/net network-protocol-independent, but network-related code
210 file in the system. Those files which are machine independent are
/freebsd/share/man/man7/
H A Dmitigations.752 Position Independent Executable (PIE)
120 Enable ASLR for 32-bit ELF binaries, other than Position Independent
123 Enable ASLR for 32-bit Position Independent Executable (PIE) ELF binaries.
135 Enable ASLR for 64-bit ELF binaries, other than Position Independent
138 Enable ASLR for 64-bit Position Independent Executable (PIE) ELF binaries.
154 .Ss Position Independent Executable (PIE)
/freebsd/sys/contrib/device-tree/Bindings/clock/
H A Dlpc1850-cgu.txt3 The CGU generates multiple independent clocks for the core and the
4 peripheral blocks of the LPC18xx. Each independent clock is called
12 stages. Each output stage provides an independent clock source and
/freebsd/contrib/file/magic/Magdir/
H A Dfreebsd21 # position-independent if the "is position-independent" bit
37 # if it has the "is position-independent" bit set, it's
38 # position-independent;
/freebsd/share/man/man3/
H A Dintro.3115 Terminal independent screen management routines
244 The terminal independent operation library package.
341 position-independent executables
343 by default, contain position-independent code
/freebsd/lib/libc/softfloat/
H A Dsoftfloat-source.txt26 independent and should be compilable using any ISO/ANSI C compiler. At the
101 is slightly scattered between target-specific and target-independent
131 target-independent.
209 independent form as `int32'.
246 This target-independent C source fragment defines a number of arithmetic
259 The target-independent `softfloat.c' source file contains the body of the
300 `int' or `long') corresponding to the target-independent type used in
362 independent form. For a given target, it may be possible to improve on
/freebsd/sys/contrib/device-tree/Bindings/net/
H A Dxilinx_gmii2rgmii.txt4 The Gigabit Media Independent Interface (GMII) to Reduced Gigabit Media
5 Independent Interface (RGMII) core provides the RGMII between RGMII-compliant
/freebsd/share/man/man4/
H A Dpim.432 .Nd Protocol Independent Multicast
53 Protocol Independent Multicast - Sparse Mode (PIM-SM) and
54 Protocol Independent Multicast - Dense Mode (PIM-DM).

12345678910>>...61