Home
last modified time | relevance | path

Searched +full:hot +full:- +full:swap (Results 1 – 25 of 81) sorted by relevance

1234

/freebsd/usr.sbin/mixer/
H A Dmixer.81 .\"-
46 .Bl -tag -width "-V voss_device:mode"
58 There is also the possibility of hot-swapping to the new default device if
64 Hot-swapping generally cannot happen with plain
70 mid-track.
72 on the other hand, can do hot-swapping, because it creates a virtual device for
76 Note that hot-swapping will work only for applications that are using
96 control device, as well as a mode (see below), in order to hot-swap devices.
102 .Bl -column play
113 will not accidentally hot-swap both the recording and playback device in
[all …]
H A Dmixer.c1 /*-
66 while ((ch = getopt(argc, argv, "ad:f:hosV:")) != -1) { in main()
98 argc -= optind; in main()
161 *q == '+' || *q == '-' || *q == '.'); in main()
169 if ((m->dev = mixer_get_dev_byname(m, devstr)) == NULL) { in main()
180 * Input: `dev=N` -> shorthand for `dev.volume=N`. in main()
186 cp = mixer_get_ctl(m->dev, C_VOL); in main()
187 cp->mod(cp->parent_dev, p); in main()
191 if ((cp = mixer_get_ctl_byname(m->dev, ctlstr)) == NULL) { in main()
197 (void)cp->print(cp->parent_dev, cp->name); in main()
[all …]
/freebsd/tests/sys/cddl/zfs/tests/hotspare/
H A Dhotspare_create_001_neg.ksh1 #!/usr/local/bin/ksh93 -p
35 # 'zpool create [-f]' with hot spares will fail
36 # while the hot spares belong to the following cases:
37 # - existing pool
38 # - nonexistent device,
39 # - part of an active pool,
40 # - currently mounted,
41 # - a swap device,
42 # - a dump device,
43 # - identical with the basic vdev within the pool,
[all …]
H A Dhotspare_add_003_neg.ksh1 #!/usr/local/bin/ksh93 -p
35 # 'zpool add' with hot spares will fail
36 # while the hot spares belong to the following cases:
37 # - nonexistent device,
38 # - part of an active pool,
39 # - currently mounted,
40 # - a swap device,
41 # - a dump device,
42 # - identical with the basic or spares vdev within the pool,
43 # - belong to a exported or potentially active ZFS pool,
[all …]
H A Dhotspare_test.sh55 …cr" "'zpool add <pool> spare <vdev> ...' can add devices to the pool while it has spare-in device."
81 atf_set "descr" "'zpool add [-f]' with hot spares should fail with inapplicable scenarios."
108 atf_set "descr" "'zpool add [-f]' will not allow a swap device to be used as a hotspare'"
186 atf_set "descr" "'zpool create [-f]' with hot spares should be failedwith inapplicable scenarios."
213 …atf_set "descr" "'zpool detach <pool> <vdev> ...' should deactivate the spared-in hot spare device…
239 … <vdev> ...' against a functioning device that have spared should take the hot spare permanently s…
265 …ev>' against a functioning device that have spared should complete and the hot spare should return…
291 … <vdev> <ndev>' against a hot spare device that have been activated should successful while the an…
317 …atf_set "descr" "'zpool detach <pool> <vdev>' against a hot spare device that NOT activated should…
577 …atf_set "descr" "'zpool replace <pool> <odev> <ndev>' should fail while the hot spares smaller tha…
/freebsd/sys/contrib/device-tree/Bindings/hwmon/
H A Dadi,adm1177.yaml1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
3 ---
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
7 title: Analog Devices ADM1177 Hot Swap Controller and Digital Power Monitor
10 - Michael Hennerich <michael.hennerich@analog.com>
13 Analog Devices ADM1177 Hot Swap Controller and Digital Power Monitor
14 https://www.analog.com/media/en/technical-documentation/data-sheets/ADM1177.pdf
19 - adi,adm1177
24 avcc-supply:
28 shunt-resistor-micro-ohms:
[all …]
H A Dadi,ltc4282.yaml1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
3 ---
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
7 title: Analog Devices LTC4282 I2C High Current Hot Swap Controller over I2C
10 - Nuno Sa <nuno.sa@analog.com>
13 Analog Devices LTC4282 I2C High Current Hot Swap Controller over I2C.
15 https://www.analog.com/media/en/technical-documentation/data-sheets/ltc4282.pdf
20 - adi,ltc4282
25 vdd-supply: true
30 '#clock-cells':
[all …]
/freebsd/share/man/man4/
H A Dpst.436 .Bd -ragged -offset indent
43 .Bd -literal -offset indent
51 The Supertrak line of controllers does not support non-disk devices.
62 However, hot swap, hot spare, and
/freebsd/sys/contrib/device-tree/Bindings/
H A Dtrivial-devices.yaml1 # SPDX-License-Identifier: GPL-2.0
3 ---
4 $id: http://devicetree.org/schemas/trivial-devices.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
10 - Rob Herring <robh@kernel.org>
27 spi-max-frequency: true
32 - enum:
34 - acbel,fsg032
35 … # SMBus/I2C Digital Temperature Sensor in 6-Pin SOT with SMBus Alert and Over Temperature Pin
36 - ad,ad7414 # Deprecated, use adi,ad7414
[all …]
/freebsd/sys/contrib/device-tree/Bindings/hwmon/pmbus/
H A Dti,lm25066.yaml1 # SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause)
3 ---
6 $schema: http://devicetree.org/meta-schemas/core.yaml#
8 title: National Semiconductor/Texas Instruments LM250x6/LM506x power-management ICs
11 - Zev Weiss <zev@bewilderbeest.net>
14 The LM25066 family of power-management ICs (a.k.a. hot-swap
23 - ti,lm25056
24 - ti,lm25066
25 - ti,lm5064
26 - ti,lm5066
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DControlHeightReduction.cpp1 //===-- ControlHeightReduction.cpp - Control Height Reduction -------------===//
5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
7 //===----------------------------------------------------------------------===//
10 // conditional branches in the hot paths based on profiles.
12 //===----------------------------------------------------------------------===//
52 static cl::opt<bool> DisableCHR("disable-chr", cl::init(false), cl::Hidden,
55 static cl::opt<bool> ForceCHR("force-chr", cl::init(false), cl::Hidden,
59 "chr-bias-threshold", cl::init(0.99), cl::Hidden,
63 "chr-merge-threshold", cl::init(2), cl::Hidden,
67 "chr-module-list", cl::init(""), cl::Hidden,
[all …]
/freebsd/sys/contrib/device-tree/Bindings/mfd/
H A Dmaxim,max5970.yaml1 # SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause)
3 ---
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
10 - Patric
[all...]
/freebsd/sys/contrib/device-tree/src/arm64/qcom/
H A Dpm8150b.dtsi1 // SPDX-License-Identifier: BSD-3-Clause
3 * Copyright (c) 2017-2019, The Linux Foundation. All rights reserved.
7 #include <dt-bindings/iio/qcom,spmi-vadc.h>
8 #include <dt-bindings/interrupt-controller/irq.h>
9 #include <dt-bindings/spmi/spmi.h>
12 thermal-zones {
13 pm8150b-thermal {
14 polling-delay-passive = <100>;
16 thermal-sensors = <&pm8150b_temp>;
28 type = "hot";
[all …]
H A Dpm7250b.dtsi1 // SPDX-License-Identifier: BSD-3-Clause
6 #include <dt-bindings/iio/qcom,spmi-vadc.h>
7 #include <dt-bindings/interrupt-controller/irq.h>
8 #include <dt-bindings/spmi/spmi.h>
11 thermal-zones {
12 pm7250b-thermal {
13 polling-delay-passive = <100>;
15 thermal-sensors = <&pm7250b_temp>;
27 type = "hot";
42 compatible = "qcom,pm7250b", "qcom,spmi-pmic";
[all …]
/freebsd/usr.sbin/acpi/acpiconf/
H A Dacpiconf.c1 /*-
2 * SPDX-License-Identifier: BSD-2-Clause
52 if (acpifd == -1) in acpi_init()
54 if (acpifd == -1) in acpi_init()
98 if (ioctl(acpifd, ACPIIO_BATT_GET_BIX, &battio) == -1) in acpi_battinfo()
113 "primary (non-rechargeable)" : "secondary (rechargeable)"); in acpi_battinfo()
117 printf("Non-swappable\n"); in acpi_battinfo()
119 printf("cold swap\n"); in acpi_battinfo()
121 printf("hot swap\n"); in acpi_battinfo()
157 if (ioctl(acpifd, ACPIIO_BATT_GET_BST, &battio) == -1) in acpi_battinfo()
[all …]
/freebsd/sys/contrib/alpine-hal/
H A Dal_hal_serdes_25g_regs.h9 found at http://www.gnu.org/licenses/gpl-2.0.html
132 /* Bit-wise write enable */
139 * 0x1 – Select inter-macro reference clock from the left side
141 * 0x3 – Select inter-macro reference clock from the right side
156 * 0x2 – Select inter-macro reference clock input from right side
172 * 0x2 – Select inter-macro reference clock input from left side
186 * Program memory acknowledge - Only when the access
193 * Data memory acknowledge - Only when the access
200 * 0 - keep cpu clk as sb clk
205 * 0x0 – OIF CEI-28G-SR
[all …]
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DBranchProbabilityInfo.h1 //===- BranchProbabilityInfo.h - Branch Probability Analysis ----*- C++ -*-===//
5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
7 //===----------------------------------------------------------------------===//
11 //===----------------------------------------------------------------------===//
97 /// P(BB1->BB2) = COLD_WEIGHT/(COLD_WEIGHT + DEFAULT_WEIGHT) =
99 /// P(BB1->BB3) = DEFAULT_WEIGHT_WEIGHT/(COLD_WEIGHT + DEFAULT_WEIGHT) =
101 /// P(BB2->ColdBB) = COLD_WEIGHT/(COLD_WEIGHT + UNREACHABLE_WEIGHT) = 1(100%)
102 /// P(BB2->UnreachBB) =
152 /// Get an edge's probability, relative to other out-edges of the Src.
170 /// Test if an edge is hot relative to other out-edges of the Src.
[all …]
/freebsd/sys/contrib/openzfs/module/zfs/
H A Dmultilist.c37 return ((multilist_node_t *)((char *)obj + ml->ml_offset)); in multilist_d2l()
46 * - 'size' denotes the size of the structure containing the
48 * - 'offset' denotes the byte offset of the mutlilist_node_t within
50 * - 'num' specifies the number of internal sublists to create.
51 * - 'index_func' is used to determine which sublist to insert into
56 * - It must always return the same value when called on the same
60 * - It must return a value in the range [0, number of sublists).
68 * best multi-threaded performance out of the data structure.
79 ml->ml_offset = offset; in multilist_create_impl()
80 ml->ml_num_sublist in multilist_create_impl()
[all...]
/freebsd/sys/dev/pci/
H A Dpcireg.h1 /*-
2 * SPDX-License-Identifier: BSD-2-Clause
140 #define PCIY_CHSWP 0x06 /* CompactPCI Hot Swap */
141 #define PCIY_PCIX 0x07 /* PCI-X */
146 #define PCIY_HOTPLUG 0x0c /* PCI Hot-Plug */
147 #define PCIY_SUBVENDOR 0x0d /* PCI-PCI bridge subvendor ID */
151 #define PCIY_MSIX 0x11 /* MSI-X */
176 #define PCIZ_MFVC 0x0008 /* Multi-Function Virtual Channel */
180 #define PCIZ_CAC 0x000c /* Configuration Access Correction -- obsolete */
182 #define PCIZ_ARI 0x000e /* Alternative Routing-ID Interpretation */
[all …]
/freebsd/contrib/llvm-project/llvm/lib/ProfileData/
H A DInstrProfReader.cpp1 //===- InstrProfReader.cpp - Instrumented profiling reader ----------------===//
5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
7 //===----------------------------------------------------------------------===//
12 //===----------------------------------------------------------------------===//
73 auto BufferOrErr = Filename.str() == "-" ? MemoryBuffer::getSTDIN() in setupMemoryBuffer()
89 /// Raw profiles are in host-endian format, and indexed profiles are in
90 /// little-endian format. So, this function takes an argument indicating the
111 size_t Remaining = BIEnd - BI; in readBinaryIdsInternal()
123 Remaining = BIEnd - BI; in readBinaryIdsInternal()
169 if (Buffer->getBufferSize() == 0) in create()
[all …]
/freebsd/sys/contrib/alpine-hal/eth/
H A Dal_hal_eth_mac_regs.h1 /*-
10 found at http://www.gnu.org/licenses/gpl-2.0.html
611 * [0x7c] SERDES 32-bit interface shift configuration (when swap is
616 * [0x80] SERDES 32-bit interface shift configuration (when swap is
621 * [0x84] SERDES 32-bit interface bit selection
625 * [0x88] SERDES 32-bit interface bit selection
766 * 0 - 10/100/1000
767 * 1 - 1/2.5/10G
772 * 00 - 1/2.5G SGMII
773 * 01 - 10G XAUI/RXAUI
[all …]
/freebsd/sys/contrib/openzfs/cmd/zpool/
H A Dzpool_vdev.c9 * or https://opensource.org/licenses/CDDL-1.0.
41 * Hot spares
48 * Hot spares are a special case, and passed down as an array of disk vdevs, at
97 (void) fprintf(stderr, gettext("use '-f' to override " in vdev_error()
112 * not in use by another pool, and not in use by swap.
148 * Allow hot spares to be shared between pools. in check_file_generic()
160 vdev_error(gettext("%s is reserved as a hot " in check_file_generic()
168 ret = -1; in check_file_generic()
205 * Determine if the given path is a hot spare within the given configuration.
416 ashift = highbit64(sector_size) - 1; in make_leaf_vdev()
[all …]
/freebsd/sys/dev/aic7xxx/
H A Daic7xxx_inline.h1 /*-
4 * SPDX-License-Identifier: BSD-3-Clause
6 * Copyright (c) 1994-2001 Justin T. Gibbs.
7 * Copyright (c) 2000-2001 Adaptec Inc.
21 * 3. Neither the names of the above-listed copyright holders nor the names
65 if ((ahc->features & AHC_ULTRA2) != 0) in ahc_pause_bug_fix()
71 * Returns non-zer
[all...]
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86CmovConversion.cpp1 //====- X86CmovConversion.cpp - Convert Cmov to Branch --------------------===//
5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
7 //===----------------------------------------------------------------------===//
29 /// than the average cost of its true-value and false-value by 25% of
30 /// branch-misprediction-penalty. This assures no degradation even with
35 //===----------------------------------------------------------------------===//
41 //===----------------------------------------------------------------------===//
78 #define DEBUG_TYPE "x86-cmov-conversion"
80 STATISTIC(NumOfSkippedCmovGroups, "Number of unsupported CMOV-groups");
81 STATISTIC(NumOfCmovGroupCandidate, "Number of CMOV-group candidates");
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DBranchProbabilityInfo.cpp1 //===- BranchProbabilityInfo.cpp - Branch Probability Analysis ------------===//
5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
7 //===----------------------------------------------------------------------===//
11 //===----------------------------------------------------------------------===//
52 #define DEBUG_TYPE "branch-prob"
55 "print-bpi", cl::init(false), cl::Hidden,
59 "print-bpi-func-name", cl::Hidden,
63 INITIALIZE_PASS_BEGIN(BranchProbabilityInfoWrapperPass, "branch-prob",
69 INITIALIZE_PASS_END(BranchProbabilityInfoWrapperPass, "branch-prob", in INITIALIZE_PASS_DEPENDENCY()
88 // BB1<-+
[all …]

1234