/freebsd/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/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/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 | secondary.c | 247 * When we work as primary and secondary is missing we will increase in init_remote() 248 * localcnt in our metadata. When secondary is connected and synced in init_remote() 262 * is to compare them. We compare secondary's local with primary's in init_remote() 263 * remote and secondary's remote with primary's local. in init_remote() 265 * secondary's remotecnt and where secondary's localcnt is smaller than in init_remote() 271 * SECONDARY METADATA PRIMARY METADATA in init_remote() 272 * local=3 remote=3 local=2 remote=2* ?! Full sync from secondary. in init_remote() 276 * regular sync from secondary. in init_remote() 280 * local=3 remote=3 local=4 remote=3 Secondary out-of-date, in init_remote() 309 "Resource unique ID mismatch (primary=%ju, secondary=%ju).", in init_remote() [all …]
|
/freebsd/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/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 fil [all...] |
/freebsd/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/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/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/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/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/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/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/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/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).
|
/freebsd/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/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/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/contrib/ntp/html/drivers/ |
H A D | driver46.html | 149 the secondary PPS unit is used. 214 <br><h4>PPS secondary clock unit</h4> 215 <p>Units with numbers ≥128 act as secondary clock unit for the 216 primary clock unit (u mod 128). A secondary unit processes only 221 </p><p>The secondary unit employs the usual precautions before 229 <p>If fudge flag <tt>flag1</tt> is set for the secondary unit, the 240 values <tt>time1</tt> and <tt>flag1</tt> have an impact on secondary 247 is written for the primary clock unit. (The secondary PPS unit 300 secondary channel since the last poll. 324 <dt><tt>flag1 0 | 1</tt></dt><dd><em>[<b>Secondary</b> [all …]
|
/freebsd/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 {
|
/freebsd/contrib/llvm-project/compiler-rt/lib/scudo/standalone/ |
H A D | allocator_config.h | 18 #include "secondary.h" 77 struct Secondary { struct 122 struct Secondary { struct 163 struct Secondary { struct 187 struct Secondary { struct
|
/freebsd/share/doc/psd/02.implement/ |
H A D | implement | 171 copy on secondary memory is still current. 182 This is a secondary effect, 198 text segment on secondary memory. 205 primary and secondary memory holding the segment. 208 segment is loaded onto secondary memory. 377 are swapped to and from secondary 388 and secondary memory is performed 396 secondary memory is allocated instead. 398 secondary memory, 420 writes it to secondary memory, [all …]
|
/freebsd/lib/libsysdecode/ |
H A D | sysdecode_quotactl_cmd.3 | 52 The function first computes the primary and secondary values used by 64 with the associated constants for the primary and secondary command values 67 If the secondary command values does not represent a known constant,
|
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zfs_set/ |
H A D | cache_002_neg.ksh | 42 # 2. Setting invalid {primary|secondary}cache value, it should fail. 50 log_assert "Setting invalid {primary|secondary}cache on fs and volume, " \ 67 log_pass "Setting invalid {primary|secondary}cache on fs or volume fail as expected."
|