Home
last modified time | relevance | path

Searched full:forced (Results 1 – 25 of 737) sorted by relevance

12345678910>>...30

/freebsd/contrib/tcsh/
H A Dmi.termios.c165 * BRKINT: forced off (break is not recognized)
166 * IGNBRK: forced on (break is not recognized)
168 * IGNCR: forced off (ignoring cr's is not supported)
169 * INLCR: forced off (mapping nl's to cr's is not supported)
170 * ISTRIP: forced off (should be off for consoles, on for rs232 no RAW)
171 * IXOFF: forced off (rs232 uses CTS instead of XON/XOFF)
172 * IXON: forced on if not RAW
173 * PARMRK: forced off (no '\377', '\0', X sequence on errors)
174 * ? IGNPAR: forced off (input with parity/framing errors is kept)
175 * ? INPCK: forced off (input parity checking is not supported)
[all …]
/freebsd/crypto/openssh/regress/
H A Dforcecommand.sh4 tid="forced command"
27 trace "forced command in key option"
29 ${SSH} -F $OBJ/ssh_proxy somehost false || fail "forced command in key option"
35 trace "forced command in sshd_config overrides key option"
36 ${SSH} -F $OBJ/ssh_proxy somehost false || fail "forced command config"
50 trace "forced command with match"
51 ${SSH} -F $OBJ/ssh_proxy somehost false || fail "forced command match"
H A Dkey-options.sh16 # Test command= forced command
22 fail "key option forced command not restricted"
25 fail "key option forced command not executed"
/freebsd/sys/contrib/device-tree/Bindings/iio/adc/
H A Dmicrochip,pac1934.yaml41 consumption). If configured in SLOW mode, if this pin is forced high,
42 sampling rate is forced to eight samples/second. When it is forced low,
/freebsd/contrib/llvm-project/clang/lib/Analysis/FlowSensitive/
H A DWatchedLiteralsSolver.cpp77 /// Indicates that the solver made a forced move.
78 Forced = 1, enumerator
177 // Backtrack and rewind the `Level` until the most recent non-forced in solve()
188 LevelStates[Level] = State::Forced; in solve()
197 // forced. in solve()
201 LevelStates[Level] = State::Forced; in solve()
261 /// Reverses forced moves until the most recent level where a decision was
264 for (; LevelStates[Level] == State::Forced; --Level) { in reverseForcedMoves()
/freebsd/share/man/man4/
H A Dppc.456 interface, the operating mode of the chipset is forced according to
67 bits 0-3: chipset forced mode(s)
117 mode is forced to the given mode and no other mode is available and
/freebsd/crypto/krb5/src/man/
H A Dkadm5.acl.man185 flag is forced to the indicated value. The permissible flags
190 policy is forced to be empty.
193 policy is forced to be \fIpol\fP\&.
196 (\fI\%getdate time\fP string) associated value will be forced to
/freebsd/tests/sys/cddl/zfs/tests/snapshot/
H A Dsnapshot_019_pos.ksh65 cd $SNAPDIR # Exercise forced unmount
99 log_note "$i non-forced done"
103 log_note "$i forced done"
/freebsd/crypto/openssl/test/recipes/
H A D25-test_req.t611 has_AKID($cert, 0); # forced no AKID
615 has_AKID($cert, 0); # for self-signed cert, AKID suppressed and not forced
619 cert_ext_has_n_different_lines($cert, 3, $SKID_AKID); # forced AKID, AKID == SKID
624 has_AKID($cert, 0); # suppressed AKID since not forced
628 cert_contains($cert, "Authority Key Identifier: DirName:/CN=CA serial:", 1); # forced issuer AKID
632 has_AKID($cert, 0); # AKID not present because not forced and cert self-signed
636 …"Authority Key Identifier: DirName:/CN=CA serial:", 1); # issuer AKID forced, with keyid not forced
640 has_AKID($cert, 1); # AKID with keyid forced
645 …dentifier: keyid(:[0-9A-Fa-f]{2})+ DirName:/CN=CA serial:", 1); # AKID with keyid and issuer forced
702 cert_ext_has_n_different_lines($cert, 4, $SKID_AKID); # SKID != AKID, not forced
[all …]
/freebsd/sbin/umount/
H A Dumount.888 For NFS, a forced dismount can take up to 1 minute or more to
100 Also, doing a forced dismount of an NFSv3 mount when
114 Do a forced dismount of an
/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsOs16.cpp133 LLVM_DEBUG(dbgs() << "mask forced mips32: " << F.getName() << "\n"); in runOnModule()
147 LLVM_DEBUG(dbgs() << "os16 forced mips32: " << F.getName() << "\n"); in runOnModule()
151 LLVM_DEBUG(dbgs() << "os16 forced mips16: " << F.getName() << "\n"); in runOnModule()
/freebsd/contrib/wpa/src/eap_peer/
H A Deap_eke.c31 u8 dhgroup; /* forced DH group or 0 to allow all supported */
32 u8 encr; /* forced encryption algorithm or 0 to allow all supported */
33 u8 prf; /* forced PRF or 0 to allow all supported */
34 u8 mac; /* forced MAC or 0 to allow all supported */
103 wpa_printf(MSG_DEBUG, "EAP-EKE: Forced dhgroup %u", in eap_eke_init()
110 wpa_printf(MSG_DEBUG, "EAP-EKE: Forced encr %u", in eap_eke_init()
117 wpa_printf(MSG_DEBUG, "EAP-EKE: Forced prf %u", in eap_eke_init()
124 wpa_printf(MSG_DEBUG, "EAP-EKE: Forced mac %u", in eap_eke_init()
/freebsd/usr.bin/indent/
H A Dindent.1141 is specified, a blank line is forced around every conditional
150 is specified, a blank line is forced after every block of
165 is specified, a blank line is forced after every procedure body.
171 is specified, a blank line is forced before every block comment.
177 is specified, then a newline is forced after each comma in a declaration.
/freebsd/crypto/openssh/
H A Dlog.c457 int forced = 0; in sshlogv() local
470 forced = 1; in sshlogv()
475 if (forced) in sshlogv()
482 do_log(level, forced, suffix, fmt2, args); in sshlogv()
486 sshlogdirect(LogLevel level, int forced, const char *fmt, ...) in sshlogdirect() argument
491 do_log(level, forced, NULL, fmt, args); in sshlogdirect()
/freebsd/sys/dev/qlnx/qlnxe/
H A Decore_vf_api.h139 * @brief Copy forced MAC address from bulletin board
144 * exist if it forced or not.
153 * @brief Check if force vlan is set and copy the forced vlan
/freebsd/tools/test/stress2/misc/
H A Dmount2.sh30 # between forced and non-forced unmounts.
H A Dnullfs.sh30 # between forced and non-forced unmounts.
/freebsd/sys/contrib/device-tree/Bindings/input/touchscreen/
H A Dazoteq,iqs7211.yaml42 azoteq,forced-comms:
45 Enables forced communication; to be used with host adapters that cannot
48 azoteq,forced-comms-default:
52 Indicates if the device's OTP memory enables (1) or disables (0) forced
58 that point, forced communication is either enabled or disabled based on
59 the presence or absence of the 'azoteq,forced-comms' property.
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopDistribute.cpp857 bool Forced = isForced().value_or(false); in fail() local
873 Forced ? OptimizationRemarkAnalysis::AlwaysPrint : LDIST_NAME, in fail()
879 if (Forced) in fail()
887 /// Return if distribution forced to be enabled/disabled for the loop.
889 /// If the optional has a value, it indicates whether distribution was forced
891 /// distribution was not forced either way.
957 /// Indicates whether distribution is forced to be enabled/disabled for
960 /// If the optional has a value, it indicates whether distribution was forced
962 /// distribution was not forced either way.
987 // If distribution was forced for the specific loop to be in runImpl()
H A DWarnMissedTransforms.cpp9 // Emit warnings if forced code transformations have not been performed.
22 /// Emit warnings for forced (i.e. user-defined) loop transformations which have
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DForceFunctionAttrs.cpp47 /// If F has any forced attributes given on the command line, add them. in forceAttributes()
48 /// If F has any forced remove attributes given on the command line, remove in forceAttributes()
/freebsd/contrib/bmake/unit-tests/
H A Dposix1.mk141 # forced a dependency on member even when no such dependency was specified
167 # was a bug which forced dependencies based on inference rules on all
178 # as a bait for a regression into the forced dependencies discussed earlier.
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DExecutionDomainFix.h44 /// A collapsed DomainValue represents a single register that has been forced
48 /// domain, but if we were forced to pay the penalty of a domain crossing, we
215 /// forced into that domain.
/freebsd/contrib/netbsd-tests/kernel/
H A Dt_umount.sh39 atf_set "descr" "Checks forced unmounting"
64 echo "*** Testing forced unmount"
/freebsd/contrib/llvm-project/clang/lib/Headers/
H A Dunwind.h118 uint32_t reserved1; /* forced unwind stop function, 0 if not forced */
121 uint32_t reserved4; /* forced unwind stop argument */

12345678910>>...30