/freebsd/contrib/tcsh/ |
H A D | mi.termios.c | 165 * 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 D | forcecommand.sh | 4 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 D | key-options.sh | 16 # 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 D | microchip,pac1934.yaml | 41 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 D | WatchedLiteralsSolver.cpp | 77 /// 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 D | ppc.4 | 56 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/openssh/ |
H A D | log.c | 455 int forced = 0; in sshlogv() local 468 forced = 1; in sshlogv() 473 if (forced) in sshlogv() 480 do_log(level, forced, suffix, fmt2, args); in sshlogv() 484 sshlogdirect(LogLevel level, int forced, const char *fmt, ...) in sshlogdirect() argument 489 do_log(level, forced, NULL, fmt, args); in sshlogdirect()
|
/freebsd/tests/sys/cddl/zfs/tests/snapshot/ |
H A D | snapshot_019_pos.ksh | 65 cd $SNAPDIR # Exercise forced unmount 99 log_note "$i non-forced done" 103 log_note "$i forced done"
|
/freebsd/sbin/umount/ |
H A D | umount.8 | 88 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/wpa/src/eap_peer/ |
H A D | eap_eke.c | 31 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/contrib/llvm-project/llvm/lib/Target/Mips/ |
H A D | MipsOs16.cpp | 133 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/usr.bin/indent/ |
H A D | indent.1 | 141 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/sys/dev/qlnx/qlnxe/ |
H A D | ecore_vf_api.h | 139 * @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 D | mount2.sh | 30 # between forced and non-forced unmounts.
|
H A D | nullfs.sh | 30 # between forced and non-forced unmounts.
|
/freebsd/sys/contrib/device-tree/Bindings/input/touchscreen/ |
H A D | azoteq,iqs7211.yaml | 42 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 D | LoopDistribute.cpp | 857 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 D | WarnMissedTransforms.cpp | 9 // 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 D | ForceFunctionAttrs.cpp | 47 /// 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 D | posix1.mk | 141 # 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 D | ExecutionDomainFix.h | 44 /// 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 D | t_umount.sh | 39 atf_set "descr" "Checks forced unmounting" 64 echo "*** Testing forced unmount"
|
/freebsd/contrib/llvm-project/clang/lib/Headers/ |
H A D | unwind.h | 118 uint32_t reserved1; /* forced unwind stop function, 0 if not forced */ 121 uint32_t reserved4; /* forced unwind stop argument */
|
/freebsd/sys/net/altq/ |
H A D | altq_red.c | 158 * our default policy for forced-drop is drop-tail. 331 /* avg >= th_max: forced drop */ in red_addq() 358 * if the queue length hits the hard limit, it's a forced drop. in red_addq() 364 /* if successful or forced drop, enqueue this packet. */ in red_addq() 379 /* forced drop, select a victim packet in the queue. */ in red_addq()
|
/freebsd/usr.bin/proccontrol/ |
H A D | proccontrol.c | 219 printf("not forced"); in main() 254 printf("not forced"); in main() 343 printf("not forced\n"); in main()
|