| /freebsd-14.2/crypto/openssh/ |
| H A D | log.c | 470 int forced = 0; in sshlogv() local 483 forced = 1; in sshlogv() 488 if (forced) in sshlogv() 495 do_log(level, forced, suffix, fmt2, args); in sshlogv() 499 sshlogdirect(LogLevel level, int forced, const char *fmt, ...) in sshlogdirect() argument 504 do_log(level, forced, NULL, fmt, args); in sshlogdirect()
|
| H A D | session.h | 38 int forced; member
|
| H A D | session.c | 660 const char *forced = NULL, *tty = NULL; in do_exec() local 666 forced = "(config)"; in do_exec() 670 forced = "(key-option)"; in do_exec() 672 s->forced = 0; in do_exec() 673 if (forced != NULL) { in do_exec() 674 s->forced = 1; in do_exec() 681 "forced-command %s '%.900s'", forced, command); in do_exec() 2176 if (s->forced || s->is_subsystem) { in session_signal_req() 2178 signame, s->forced ? "forced-command" : "subsystem"); in session_signal_req()
|
| H A D | monitor_wrap.c | 85 mm_log_handler(LogLevel level, int forced, const char *msg, void *ctx) in mm_log_handler() argument 100 (r = sshbuf_put_u32(log_msg, forced)) != 0 || in mm_log_handler()
|
| H A D | sandbox-seccomp-filter.c | 454 void mm_log_handler(LogLevel level, int forced, const char *msg, void *ctx);
|
| H A D | monitor.c | 420 u_int len, level, forced; in monitor_read_log() local 453 (r = sshbuf_get_u32(logmsg, &forced)) != 0 || in monitor_read_log() 460 sshlogdirect(level, forced, "%s [preauth]", msg); in monitor_read_log()
|
| /freebsd-14.2/sys/contrib/device-tree/Bindings/pci/ |
| H A D | spear13xx-pcie.txt | 14 - st,pcie-is-gen1 indicates that forced gen1 initialization is needed.
|
| /freebsd-14.2/sys/fs/tmpfs/ |
| H A D | tmpfs_vfsops.c | 285 bool forced; in tmpfs_rw_to_ro() local 287 forced = (mp->mnt_flag & MNT_FORCE) != 0; in tmpfs_rw_to_ro() 288 flags = WRITECLOSE | (forced ? FORCECLOSE : 0); in tmpfs_rw_to_ro() 295 if (!forced && tmpfs_check_rw_maps(mp)) { in tmpfs_rw_to_ro()
|
| /freebsd-14.2/stand/i386/loader/ |
| H A D | help.i386 | 36 forced by setting this variable.
|
| /freebsd-14.2/lib/geom/part/ |
| H A D | geom_part.c | 871 int error, forced, i, l, nargs, created, rl; in gpart_restore() local 878 forced = gctl_get_int(req, "force"); in gpart_restore() 899 if (forced) { in gpart_restore() 910 gctl_ro_param(r, "force", sizeof(forced), in gpart_restore() 911 &forced); in gpart_restore()
|
| /freebsd-14.2/sys/contrib/device-tree/Bindings/mfd/ |
| H A D | qcom-rpm.txt | 200 Definition: indicates that the regulator should be forced to a 226 Definition: indicates that the regulator should not be forced to any
|
| /freebsd-14.2/sys/contrib/device-tree/Bindings/regulator/ |
| H A D | palmas-pmic.txt | 49 2 - eco, 3 - forced pwm
|
| H A D | qcom,rpm-regulator.yaml | 83 description: Indicates that the regulator should be forced to a particular mode
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Passes/ |
| H A D | PassRegistry.def | 510 "no-interleave-forced-only;interleave-forced-only;no-vectorize-forced-only;" 511 "vectorize-forced-only")
|
| /freebsd-14.2/sys/contrib/device-tree/Bindings/net/ |
| H A D | keystone-netcp.txt | 100 - mac<->mac forced mode: 2 104 - 10Gb mac<->mac forced mode : 11
|
| /freebsd-14.2/sys/dev/e1000/ |
| H A D | README | 117 support auto-negotiation or one that has been forced to a specific speed or 119 and higher cannot be forced. Use the autonegotiation advertising setting to 144 If the interface is currently forced to 100 full duplex, you must use this
|
| /freebsd-14.2/tools/test/stress2/misc/ |
| H A D | mountu.sh | 180 UFS/NFS/msdosfs reclaim vnode on rw->ro forced remount, and
|
| /freebsd-14.2/contrib/llvm-project/lld/docs/ |
| H A D | missingkeyfunction.rst | 20 function, and the compiler is forced to emit the vtable in every translation unit
|
| /freebsd-14.2/sys/contrib/device-tree/Bindings/soc/ti/ |
| H A D | wkup-m3-ipc.yaml | 37 On AM437x SoCs, certain pins can be forced into an alternate state when IO
|
| /freebsd-14.2/crypto/openssl/doc/man3/ |
| H A D | OPENSSL_ia32cap.pod | 47 =item bit #43 denoting AMD XOP support (forced to zero on non-AMD CPUs);
|
| H A D | EC_POINT_add.pod | 48 forced. These functions were deprecated in OpenSSL 3.0 and should no longer be used.
|
| /freebsd-14.2/sys/contrib/device-tree/Bindings/mmc/ |
| H A D | sdhci-am654.yaml | 201 and the controller is required to be forced into Test mode
|
| /freebsd-14.2/lib/libc/softfloat/ |
| H A D | softfloat-source.txt | 189 good speed. Even if inlining cannot be forced with a language keyword, 347 inlining cannot be forced by an appropriate definition of the `INLINE'
|
| /freebsd-14.2/sys/contrib/device-tree/Bindings/arm/ |
| H A D | l2c2x0.yaml | 124 description: If present then L2 is forced to Write through mode
|
| /freebsd-14.2/crypto/openssh/regress/ |
| H A D | README.regress | 119 forcecommand.sh: forced command
|