/freebsd-src/contrib/llvm-project/lldb/include/lldb/Host/ |
H A D | PseudoTerminal.h | 32 /// Constructs this object with invalid primary and secondary file 38 /// The destructor will close the primary and secondary file descriptors if 47 /// Close the secondary file descriptor if it is valid. 57 /// the secondary pseudo terminal and the primary file descriptor will be 60 /// This class will close the file descriptors for the primary/secondary when 76 /// release ownership of the secondary file descriptor. 85 /// The secondary file descriptor accessor. 87 /// This object retains ownership of the secondary file descriptor when this 90 /// release ownership of the secondary file descriptor. 93 /// The secondary file descriptor, or PseudoTerminal::invalid_fd [all …]
|
/freebsd-src/contrib/llvm-project/clang/include/clang/Frontend/ |
H A D | ChainedDiagnosticConsumer.h | 26 std::unique_ptr<DiagnosticConsumer> Secondary; variable 30 std::unique_ptr<DiagnosticConsumer> Secondary) in ChainedDiagnosticConsumer() argument 32 Secondary(std::move(Secondary)) {} in ChainedDiagnosticConsumer() 36 std::unique_ptr<DiagnosticConsumer> Secondary) in ChainedDiagnosticConsumer() argument 37 : Primary(Primary), Secondary(std::move(Secondary)) {} in ChainedDiagnosticConsumer() 42 Secondary->BeginSourceFile(LO, PP); in BeginSourceFile() 46 Secondary->EndSourceFile(); in EndSourceFile() 51 Secondary->finish(); in finish() 65 Secondary->HandleDiagnostic(DiagLevel, Info); in HandleDiagnostic()
|
/freebsd-src/crypto/openssh/regress/ |
H A D | hostkey-rotate.sh | 35 # without OpenSSL. The secondary is RSA if it's supported. 37 secondary="$primary" 49 secondary="ssh-rsa" 111 if [ "$primary" != "$secondary" ]; then 112 verbose "learn changed non-primary hostkey type=${secondary}" 113 mv $OBJ/hkr.${secondary}.pub $OBJ/hkr.${secondary}.pub.old 114 rm -f $OBJ/hkr.${secondary} 115 ${SSHKEYGEN} -qt ${secondary} -f $OBJ/hkr.${secondary} -N '' || \ 116 fatal "ssh-keygen $secondary" 120 check_key_present ${secondary} $OBJ/hkr.${secondary}.pub.old && \ [all …]
|
/freebsd-src/sbin/hastd/ |
H A D | hast.conf.5 | 201 the data is stored on primary node and sent to the secondary. 202 Secondary node then acknowledges data receipt and primary reports 204 However, it may happen that the secondary goes down before the received 206 Before secondary node returns, primary node dies entirely. 207 When the secondary node comes back to life it becomes the new primary. 270 Executed on both primary and secondary nodes when resource role is changed. 273 Executed on both primary and secondary nodes when connection for the given 277 Executed on both primary and secondary nodes when connection for the given 281 Executed on primary node when synchronization process of secondary node is 285 Executed on primary node when synchronization process of secondary node is [all …]
|
H A D | hastd.8 | 58 resource is changed to secondary and remote (primary) node will 77 is sent to the local component and replicated on the remote (secondary) node 99 running as secondary. 107 to the secondary 138 that can reliably manage role separation and switch secondary node to 199 and to secondary on 206 nodeB# hastctl role secondary shared
|
/freebsd-src/contrib/llvm-project/lldb/source/Host/common/ |
H A D | PseudoTerminal.cpp | 41 // The destructor will close the primary and secondary file descriptors if they 58 // Close the secondary file descriptor if it is valid. 75 // Grant access to the secondary pseudo terminal in OpenFirstAvailablePrimary() 82 // Clear the lock flag on the secondary pseudo terminal in OpenFirstAvailablePrimary() 171 // Duplicate all stdio file descriptors to the secondary pseudo terminal in Fork() 191 // The secondary file descriptor accessor. 193 // Returns the secondary file descriptor, or -1 if the secondary file descriptor 211 // Release ownership of the secondary pseudo terminal file descriptor without 212 // closing it. The destructor for this class will close the secondary file 213 // descriptor if the ownership isn't released using this call and the secondary [all …]
|
/freebsd-src/share/man/man4/ |
H A D | ctl.4 | 151 while secondary can only do basic LUN discovery and reservation; 154 while secondary node synchronizes processing with primary one; 157 while secondary node forwards all requests and data to primary one; 160 If connection is not configured, secondary node will report Unavailable 182 secondary. 186 Role change from primary to secondary for HA modes 0 and 2 closes backends, 188 If there is no primary node (both nodes are secondary, or secondary node has 189 no connection to primary one), secondary node(s) report Transitioning state.
|
/freebsd-src/sbin/hastctl/ |
H A D | hastctl.8 | 46 .Aq init | primary | secondary 75 secondary or vice versa. 80 utility after switching secondary node to primary role. 124 .Bl -tag -width ".Cm secondary" 134 .It Cm secondary 137 daemon will act as secondary node for the given resource - it will wait 142 will not be created on secondary node. 187 nodeB# hastctl role secondary shared 203 nodeA# hastctl role secondary shared
|
/freebsd-src/sys/contrib/alpine-hal/ |
H A D | al_hal_udma_iofic.h | 64 * This is the interrupt mode for the primary interrupt level The secondary 74 /** interrupt controller level (primary/secondary) */ 83 * The first two groups can be used when accessing the secondary interrupt 112 /** Summary of secondary interrupt controller, group A) */ 114 /** Summary of secondary interrupt controller, group B) */ 128 * Following are definitions related to the secondary interrupt controller with 130 * Secondary interrupt controller summary bits are not mapped to the Processor 136 * Secondary interrupt Controller, Group A, which holds the TX (M2S) error 278 * Secondary interrupt Controller, Group B, which holds the RX (S2M) error 467 * will indicate and error in the secondary cause register but will not abort. [all …]
|
/freebsd-src/contrib/llvm-project/clang/include/clang/AST/ |
H A D | VTTBuilder.h | 97 /// The secondary virtual pointer indices of all subobjects of 108 /// Lay out the secondary VTTs of the given base subobject. 111 /// Lay out the secondary virtual pointers for the given base 122 /// Lay out the secondary virtual pointers for the given base 133 /// secondary VTTs, secondary virtual pointers and virtual VTTs. 155 /// Returns a reference to the secondary virtual pointer indices.
|
/freebsd-src/sys/contrib/device-tree/Bindings/powerpc/fsl/ |
H A D | pamu.txt | 63 - fsl,secondary-cache-geometry 65 Two cells that specify the geometry of the secondary PAMU 108 fsl,secondary-cache-geometry = <128 2>; 114 fsl,secondary-cache-geometry = <128 2>; 120 fsl,secondary-cache-geometry = <128 2>; 126 fsl,secondary-cache-geometry = <128 2>; 132 fsl,secondary-cache-geometry = <128 2>;
|
/freebsd-src/contrib/tcpdump/ |
H A D | smb.h | 56 #define SMBwritec 0x20 /* secondary write request */ 62 #define SMBreadBs 0x1C /* read block (secondary response) */ 65 #define SMBwriteBs 0x1F /* write block (secondary request) */ 71 #define SMBtranss 0x26 /* transaction (secondary request/response) */ 73 #define SMBioctls 0x28 /* IOCTL (secondary request/response) */ 88 #define SMBtranss2 0x33 /* TRANS2 protocol set, secondary command */ 95 #define SMBnttranss 0xA1 /* NT transact secondary */
|
/freebsd-src/sys/contrib/device-tree/src/arm64/freescale/ |
H A D | fsl-lx2160a-qds.dts | 110 mdio@0 { /* Slot #1 (secondary EMI) */ 116 mdio@1 { /* Slot #2 (secondary EMI) */ 122 mdio@2 { /* Slot #3 (secondary EMI) */ 128 mdio@3 { /* Slot #4 (secondary EMI) */ 134 mdio@4 { /* Slot #5 (secondary EMI) */ 140 mdio@5 { /* Slot #6 (secondary EMI) */ 146 mdio@6 { /* Slot #7 (secondary EMI) */ 152 mdio@7 { /* Slot #8 (secondary EMI) */
|
H A D | fsl-lx2162a-qds.dts | 120 mdio@0 { /* Slot #1 (secondary EMI) */ 126 mdio@1 { /* Slot #2 (secondary EMI) */ 132 mdio@2 { /* Slot #3 (secondary EMI) */ 138 mdio@3 { /* Slot #4 (secondary EMI) */ 144 mdio@4 { /* Slot #5 (secondary EMI) */ 150 mdio@5 { /* Slot #6 (secondary EMI) */ 156 mdio@6 { /* Slot #7 (secondary EMI) */ 162 mdio@7 { /* Slot #8 (secondary EMI) */
|
/freebsd-src/contrib/llvm-project/compiler-rt/lib/scudo/standalone/ |
H A D | allocator_config.h | 18 #include "secondary.h" 77 struct Secondary { 122 struct Secondary { 163 struct Secondary { 187 struct Secondary { 147 struct Secondary { global() struct 148 CacheDefaultConfig::Secondary global() argument 156 CacheTDefaultConfig::Secondary global() argument 192 struct Secondary { global() struct 193 CacheAndroidConfig::Secondary global() argument 201 CacheTAndroidConfig::Secondary global() argument 232 struct Secondary { global() struct 233 CacheTFuchsiaConfig::Secondary global() argument 256 struct Secondary { global() struct 257 CacheTTrustyConfig::Secondary global() argument
|
/freebsd-src/sys/contrib/dev/iwlwifi/mvm/ |
H A D | coex.c | 214 struct ieee80211_chanctx_conf *secondary; 253 swap(data->primary, data->secondary); in iwl_mvm_bt_coex_tcm_based_ci() 406 data->secondary = data->primary; in iwl_mvm_bt_notif_per_link() 422 data->secondary = data->primary; in iwl_mvm_bt_notif_iterator() 425 /* there is low latency vif - we will be secondary */ in iwl_mvm_bt_notif_iterator() 426 data->secondary = chanctx_conf; in iwl_mvm_bt_notif_iterator() 432 else if (data->secondary == chanctx_conf) in iwl_mvm_bt_notif_iterator() 443 else if (!data->secondary) in iwl_mvm_bt_notif_iterator() 444 /* if secondary is not NULL, it might be a GO */ 445 data->secondary 216 struct ieee80211_chanctx_conf *secondary; global() member [all...] |
/freebsd-src/sbin/mount_fusefs/ |
H A D | mount_fusefs.8 | 160 Do not refuse unmounting if there are secondary mounts. 224 are concerned) by doing their own secondary mount (See 231 After the primary mount is in place, secondary mounts can be done by anyone 234 The behaviour of a secondary mount is analogous to that of symbolic 237 Doing a secondary mount is like signing an agreement: by this action, the mounter 244 The device name of a secondary mount is the device name of the corresponding 245 primary mount, followed by a '#' character and the index of the secondary 374 Secondary mounts should be unmounted via their device name.
|
/freebsd-src/sys/contrib/device-tree/Bindings/sound/ |
H A D | samsung-i2s.yaml | 22 secondary FIFO, s/w reset control and internal mux for root clock 26 playback, stereo channel capture, secondary FIFO using internal 33 Exynos7 I2S has 7.1 channel TDM support for capture, secondary FIFO 42 capture, secondary FIFO using external DMA, s/w reset control, 124 subsystem (used in secondary sound source).
|
H A D | ti,tlv320adc3xxx.yaml | 55 - 6 # ADC3XXX_GPIO_SECONDARY_BCLK - Codec interface secondary BCLK 56 - 7 # ADC3XXX_GPIO_SECONDARY_WCLK - Codec interface secondary WCLK 73 - 6 # ADC3XXX_GPIO_SECONDARY_BCLK - Codec interface secondary BCLK 74 - 7 # ADC3XXX_GPIO_SECONDARY_WCLK - Codec interface secondary WCLK
|
/freebsd-src/share/examples/hast/ |
H A D | ucarp_down.sh | 88 # Change role to secondary for our resource. 89 out=`hastctl role secondary "${resource}" 2>&1` 91 logger -p local0.error -t hast "Unable to change to role to secondary for resource ${resource}: ${out}." 94 logger -p local0.debug -t hast "Role for resource ${resource} changed to secondary." 96 logger -p local0.info -t hast "Successfully switched to secondary for resource ${resource}."
|
H A D | ucarp_up.sh | 45 # If there is secondary worker process, it means that remote primary process is 48 pgrep -f "hastd: ${resource} \(secondary\)" >/dev/null 2>&1 || break 51 if pgrep -f "hastd: ${resource} \(secondary\)" >/dev/null 2>&1; then 52 logger -p local0.error -t hast "Secondary process for resource ${resource} is still running after 30 seconds." 55 logger -p local0.debug -t hast "Secondary process in not running."
|
/freebsd-src/sys/contrib/device-tree/Bindings/net/can/ |
H A D | st,stm32-bxcan.yaml | 32 st,can-secondary: 34 Secondary mode of the bxCAN peripheral is only relevant if the chip 39 uses the terms slave instead of secondary. 70 secondary) in dual CAN peripheral configuration.
|
/freebsd-src/sys/dev/ntb/ |
H A D | ntb.h | 120 * ntb_link_enable() - enable the link on the secondary side of the ntb 125 * Enable the link on the secondary side of the ntb. This can only be done 138 * ntb_link_disable() - disable the link on the secondary side of the ntb 141 * Disable the link on the secondary side of the ntb. This can only be done 152 * get enable status of the link on the secondary side of the ntb 290 * ntb_spad_write() - write to the secondary scratchpad register 296 * register. The register resides on the secondary (external) side. 316 * ntb_peer_spad_write() - write to the secondary scratchpad register 322 * register. The register resides on the secondary (external) side. 445 * ntb_peer_db_set() - Set the doorbell on the secondary/external side [all …]
|
/freebsd-src/sys/contrib/device-tree/Bindings/interrupt-controller/ |
H A D | snps,dw-apb-ictl.txt | 4 dw_apb_ictl. The IP is used as secondary interrupt controller in some SoCs with 15 Additional required property when it's used as secondary interrupt controller: 27 /* dw_apb_ictl is used as secondary interrupt controller */
|
/freebsd-src/sys/contrib/device-tree/Bindings/display/panel/ |
H A D | sharp,lq101r1sx01.txt | 23 - link2: phandle to the DSI peripheral on the secondary link. Note that the 37 link2 = <&secondary>; 45 secondary: panel@0 {
|