Home
last modified time | relevance | path

Searched +full:dynamic +full:- +full:mode (Results 1 – 25 of 958) sorted by relevance

12345678910>>...39

/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/
H A DFloatingPointMode.h1 //===- llvm/Support/FloatingPointMode.h -------------------------*- C++ -*-===//
5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
7 //===----------------------------------------------------------------------===//
11 /// mode controls.
13 //===----------------------------------------------------------------------===/
24 /// Rounding mode.
27 /// of the modes must agree with IEEE-754, 4.3.1 and 4.3.2. The constants
32 /// the rounding mode values and the special value \c Dynamic must fit into the
33 /// the bit field (now - 3 bits). The value \c Invalid is used only in values
35 /// rounding mode value, so it does not need to fit the bit fields.
[all …]
/freebsd/lib/libc/gen/
H A Ddlopen.343 .Nd programmatic interface to the dynamic linker
49 .Fn dlopen "const char *path" "int mode"
51 .Fn fdlopen "int fd" "int mode"
64 dynamic linker.
89 if any, is called by the dynamic linker.
104 .Fa mode
110 .Bl -tag -width RTLD_LAZYX
128 .Fa mode
130 .Bl -ta
[all...]
H A Ddlfcn.c1 /*-
2 * SPDX-License-Identifier: BSD-2-Clause
32 * Linkage to services provided by the dynamic linker.
44 #include "un-namespace.h"
56 * For ELF, the dynamic linker directly resolves references to its
57 * services to functions inside the dynamic linker itself. These
58 * weak-symbol stubs are necessary so that "ld" won't complain about
61 * dynamic linker. They must return an error if called, and they must
62 * be weak symbols so that the dynamic linker can override them.
86 return (-1); in dlclose()
[all …]
/freebsd/sys/netinet/libalias/
H A Dlibalias.31 .\"-
41 library is a collection of functions for aliasing and de-aliasing of IP
48 Incoming packets are then de-aliased so that they are sent to the correct
52 In the simplest mode of operation, a many-to-one address mapping takes
55 In addition, one-to-one mappings between local and public addresses can
59 many-to-one mappings.
70 In addition, the operating mode of the packet aliasing engine can be
76 .Bd -ragged -offset indent
82 The following mode bits are always set after calling
86 below for the meaning of these mode bits.
[all …]
/freebsd/libexec/rtld-elf/
H A Drtld.133 .Nm ld-elf.so.1 ,
36 .Nd run-time link-editor
40 utility is a self-contained shared object providing run-time
41 support for loading and link-editing shared objects into a process'
43 It is also commonly known as the dynamic linker.
55 to be called on a per-object basis, giving a shared object an opportunity
56 to perform any extra set-up before execution of the program proper begins.
61 translates dynamic token strings in rpath and soname.
68 .Bl -tag -width ".Pa $PLATFORM"
89 utility itself is loaded by the kernel together with any dynamically-linked
[all …]
/freebsd/sbin/ldconfig/
H A Dldconfig.840 .Nd configure the dynamic linker search path for shared libraries
49 utility is used to configure the set of paths used by the dynamic linker
50 .Xr ld-elf.so.1 1
52 The dynamic linker looks for libraries in a set of built-in system directories
78 For security reasons, directories which are world or group-writable or which
92 the dynamic linker
94 It can be viewed as the run-time
102 .Bl -tag -width indent
104 Generate the hints for 32-bit ABI shared libraries
105 on 64-bit systems that support running 32-bit binaries.
[all …]
/freebsd/contrib/llvm-project/lld/docs/
H A Dld.lld.13 .\" SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
25 is a drop-in replacement for the GNU BFD and gold linkers.
30 currently supports i386, x86-64, ARM, AArch64, LoongArch, PowerPC32,
31 PowerPC64, MIPS32, MIPS64, RISC-V, AMDGPU, Hexagon and SPARC V9 targets.
33 acts as a Microsoft link.exe-compatible linker if invoked as
34 .Nm lld-link
43 Many options have both a single-letter and long form.
54 .Bl -tag -width indent
55 .It Fl -allow-multiple-definition
58 .It Fl -allow-shlib-undefined
[all …]
/freebsd/sys/contrib/device-tree/Bindings/i3c/
H A Di3c.txt8 -------------------
10 - #address-cells - should be <3>. Read more about addresses below.
11 - #size-cells - should be <0>.
12 - compatible - name of the I3C master controller driving the I3C bus
16 The node describing an I3C bus should be named i3c-master.
19 -------------------
24 - i3c-scl-hz: frequency of the SCL signal used for I3C transfers.
27 - i2c-scl-hz: frequency of the SCL signal used for I2C transfers.
40 --------------------------------------
41 - reg: contains 3 cells
[all …]
H A Di3c.yaml1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
3 ---
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
10 - Alexandre Belloni <alexandre.belloni@bootlin.com>
11 - Miquel Raynal <miquel.raynal@bootlin.com>
20 pattern: "^i3c@[0-9a-f]+$"
22 "#address-cells":
27 All I3C devices are supposed to support DAA (Dynamic Address Assignment),
36 specific I3C dynamic address before the DAA takes place (so that other
37 devices on the bus can't take this dynamic address).
[all …]
/freebsd/share/man/man4/
H A Dnet80211.41 .\"-
51 .Bl -tag -width ".Dv SIOCG80211"
62 .Bd -literal
73 -1 and set the global variable errno to
78 or in a user-specified buffer pointed to by
96 .Bl -tag -width indent
162 This value will be non-zero when AP bridging is enabled and otherwise zero.
180 Return the current authentication mode in
200 When this value is non-zero and operating in station mode
238 If this value is non-zero then the system will try to send packets closely
[all …]
/freebsd/sys/dev/sfxge/common/
H A Def10_tlv_layout.h1 /*-
2 * Copyright (c) 2012-2016 Solarflare Communications Inc.
40 * dynamic configuration partitions in NVRAM for EF10 (Huntington etc.).
48 * systems which are little-endian and do not do strange things with structure
49 * padding. (Big-endian host systems will require some byte-swapping.)
51 * -----
53 * Please refer to SF-108797-SW for a general overview of the TLV partition
56 * -----
62 * - L is a location, indicating where this tag is expected to be found:
64 * 1: dynamic configuration
[all …]
/freebsd/sys/contrib/device-tree/Bindings/clock/
H A Dcirrus,cs2000-cp.yaml1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
3 ---
4 $id: http://devicetree.org/schemas/clock/cirrus,cs2000-cp.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
7 title: CIRRUS LOGIC Fractional-N Clock Synthesizer & Clock Multiplier
10 - Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
13 The CS2000-CP is an extremely versatile system clocking device that
21 - cirrus,cs2000-cp
28 clock-names:
30 - const: clk_in
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIModeRegisterDefaults.h1 //===-- SIModeRegisterDefaults.h --------------------------------*- C++ -*-===//
5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
7 //===----------------------------------------------------------------------===//
19 // Track defaults for fields in the MODE register.
22 /// propagate signaling NaN inputs per IEEE 754-2008. Min_dx10 and max_dx10
23 /// become IEEE 754- 2008 compliant due to signaling NaN propagation and
27 /// Used by the vector ALU to force DX10-style treatment of NaNs: when set,
48 SIModeRegisterDefaults Mode; in getDefaultForCallingConv() local
49 Mode.IEEE = !AMDGPU::isShader(CC); in getDefaultForCallingConv()
50 return Mode; in getDefaultForCallingConv()
[all …]
/freebsd/contrib/ntp/ntpd/
H A Dntp_leapsec.h2 * ntp_leapsec.h - leap second processing for NTPD
6 * ----------------------------------------------------------------------
34 #define LSVALID_BADHASH -1 /* signature mismatch */
35 #define LSVALID_BADFORMAT -2 /* signature not parseable */
40 /* Set/get electric mode
41 * Electric mode is defined as the operation mode where the system clock
46 * The consequence of electric mode is that we do not 'see' the leap
48 * boundary. In manual (aka non-electric) mode the clock will simply
81 * from the transition time if the mode is non-electric.
88 * two queries. Always zero in electric mode. If non-zero,
[all …]
/freebsd/contrib/llvm-project/lld/ELF/
H A DOptions.td7 class FF<string name> : Flag<["--"], name>;
8 class JJ<string name>: Joined<["--"], name>;
11 def NAME: Separate<["--"], name>;
12 def NAME # _eq: Joined<["--"], name # "=">, Alias<!cast<Separate>(NAME)>,
17 def NAME: Flag<["--"], name>, HelpText<help1>;
18 def no_ # NAME: Flag<["--"], "no-" # name>, HelpText<help2>;
23 class F<string name>: Flag<["--", "-"], name>;
24 class J<string name>: Joined<["--", "-"], name>;
27 def NAME: Separate<["--", "-"], name>;
28 def NAME # _eq: Joined<["--", "-"], name # "=">, Alias<!cast<Separate>(NAME)>,
[all …]
/freebsd/sbin/ifconfig/
H A Difconfig.81 .\"-
2 .\" SPDX-License-Identifier: BSD-3-Clause
93 .Bl -tag -width indent
120 The format is specified as a comma-separated list of
141 .Bl -tag -width default
145 .Bl -tag -width default -compact
158 Adjust the display of link-level ethernet (MAC) addresses:
160 .Bl -tag -width default -compact
175 .Bl -tag -width default -compact
192 .Bl -tag -width default -compact
[all …]
/freebsd/share/man/man9/
H A Dieee80211.951 .Fn ieee80211_setmode "struct ieee80211com *ic" "enum ieee80211_phymode mode"
58 .Fa "struct ieee80211com *ic" "int rate" "enum ieee80211_phymode mode"
72 layer for protocol services but devices that off-load functionality
80 These interfaces have an operating mode
181 functions are device-independent handlers for
188 function is called from within the 802.11 stack to change the mode
194 function returns the PHY mode required for use with the channel
206 sub-type, for the device
208 running in PHY mode
209 .Fa mode .
[all …]
/freebsd/sys/contrib/zlib/
H A Dinflate.h1 /* inflate.h -- internal inflate state definition
2 * Copyright (C) 1995-2019 Mark Adler
32 TYPE, /* i: waiting for type bits, including last-flag bit */
37 TABLE, /* i: waiting for dynamic block table lengths */
47 CHECK, /* i: waiting for 32-bit check value */
48 LENGTH, /* i: waiting for 32-bit length (gzip) */
49 DONE, /* finished check, done -- remain here until reset */
50 BAD, /* got a data error -- remain here until reset */
51 MEM, /* got an inflate() memory error -- remain here until reset */
56 State transitions between above modes -
[all …]
/freebsd/contrib/wpa/wpa_supplicant/
H A Ddefconfig14 # or GnuTLS in non-default location
15 #CFLAGS += -I/usr/local/openssl/include
16 #LIBS += -L/usr/local/openssl/lib
21 #CFLAGS += -I/usr/include/kerberos
25 # functionality is added to it. nl80211-based interface is the new
40 #CFLAGS += -I$<path to libnl include files>
41 #LIBS += -L$<path to libnl library files>
52 #CFLAGS += -I/usr/local/include
53 #LIBS += -L/usr/local/lib
54 #LIBS_p += -L/usr/local/lib
[all …]
/freebsd/sys/conf/
H A Dkern.post.mk16 kernel-install: _dtbinstall
70 ${target}: kernel-${target}
72 ${target}: modules-${target}
73 modules-${target}:
109 -u CC \
110 -u CXX \
111 -u CPP \
112 -u MAKESYSPATH \
113 -u MK_AUTO_OBJ \
114 -u MAKEOBJDIR \
[all …]
/freebsd/sbin/nvmecontrol/
H A Dnvmecontrol.83 .\" Copyright (c) 2018-2019 Alexander Motin <mav@FreeBSD.org>
51 .Aq Ar device-id | Ar namespace-id
59 .Aq Ar namespace-id
62 .Aq Ar device-id
67 .Op Fl v Ar vendor-string
72 .Aq Ar device-id | Ar namespace-id
75 .Aq Ar device-id
78 .Aq Ar device-id
83 .Aq Ar device-id
87 .Aq Ar device-id
[all …]
/freebsd/crypto/openssl/Configurations/
H A D00-base-templates.conf1 # -*- Mode: perl -*-
52 push @defs, "ZLIB_SHARED" unless $disabled{"zlib-dynamic"};
72 sub { $withargs{zlib_lib} ? "-L".$withargs{zlib_lib} : () },
75 && defined($disabled{"zlib-dynamic"})
76 ? "-lz" : () },
95 unless ($disabled{"zlib-dynamic"}) {
104 if (defined($disabled{"zlib-dynamic"})) {
112 MTFLAGS => "-nologo",
113 mtinflag => "-manifest ",
114 mtoutflag => "-outputresource:",
/freebsd/contrib/ncurses/man/
H A Dterminfo.tail2 .\" Copyright 2018-2023,2024 Thomas E. Dickey *
3 .\" Copyright 1998-2016,2017 Free Software Foundation, Inc. *
32 .SS "User-Defined Capabilities"
41 \fI\%ncurses\fP addresses this limitation by allowing user-defined
44 the \fB\-x\fP option for this purpose.
45 When \fB\-x\fP is set,
46 \fB@TIC@\fP treats unknown capabilities as user-defined.
56 User-defined capability strings whose name begins
70 user-defined capabilities intended for use by termcap applications should
77 The \fI\%ncurses\fP library uses a few of these user-defined
[all …]
/freebsd/sys/contrib/dev/ice/
H A DREADME1 OS Default Dynamic Device Personalization (DDP) Package
10 * OS Default Dynamic Device Personalization (DDP) Package
32 Devices based on the Intel(R) Ethernet 800 Series require a Dynamic
34 (such as dynamic tunneling, Intel(R) Ethernet Flow Director, RSS, and
47 incompatible with the driver, the driver will go into Safe Mode where
50 Safe Mode disables advanced and performance features, and supports
55 more details on DDP and Safe Mode.
57 A general-purpose, default DDP package is automatically installed with
90 * VXLAN-GPE
92 * VXLAN (non-GP
[all...]
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DFPEnv.cpp1 //===-- FPEnv.cpp ---- FP Environment -------------------------------------===//
5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
7 //===----------------------------------------------------------------------===//
13 //===----------------------------------------------------------------------===//
25 // For dynamic rounding mode, we use round to nearest but we will set the in convertStrToRoundingMode()
28 .Case("round.dynamic", RoundingMode::Dynamic) in convertStrToRoundingMode()
40 case RoundingMode::Dynamic: in convertRoundingModeToStr()
41 RoundingStr = "round.dynamic"; in convertRoundingModeToStr()
95 // functions. We choose the non-signaling variant. in getConstrainedIntrinsicID()
111 switch (IntrinCall->getIntrinsicID()) { in getConstrainedIntrinsicID()

12345678910>>...39