/freebsd/crypto/openssh/ |
H A D | log.c | 470 int forced = 0; in sshlogv() 483 forced = 1; in sshlogv() 488 if (forced) in sshlogv() 495 do_log(level, forced, suffix, fmt2, args); 499 sshlogdirect(LogLevel level, int forced, const char *fmt, ...) in sshlogdirect() 504 do_log(level, forced, NULL, fmt, args); in sshlogdirect() 468 int forced = 0; sshlogv() local 497 sshlogdirect(LogLevel level,int forced,const char * fmt,...) sshlogdirect() argument
|
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/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/sys/fs/tmpfs/ |
H A D | tmpfs_vfsops.c | 284 bool forced; in tmpfs_rw_to_ro() local 286 forced = (mp->mnt_flag & MNT_FORCE) != 0; in tmpfs_rw_to_ro() 287 flags = WRITECLOSE | (forced ? FORCECLOSE : 0); in tmpfs_rw_to_ro() 294 if (!forced && tmpfs_check_rw_maps(mp)) { in tmpfs_rw_to_ro()
|
/freebsd/stand/i386/loader/ |
H A D | help.i386 | 36 forced by setting this variable.
|
/freebsd/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/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/sys/contrib/device-tree/Bindings/regulator/ |
H A D | palmas-pmic.txt | 49 2 - eco, 3 - forced pwm
|
/freebsd/contrib/llvm-project/llvm/lib/Passes/ |
H A D | PassRegistry.def | 535 "no-interleave-forced-only;interleave-forced-only;no-vectorize-forced-only;" 536 "vectorize-forced-only")
|
/freebsd/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/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/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/tools/test/stress2/misc/ |
H A D | mountu.sh | 180 UFS/NFS/msdosfs reclaim vnode on rw->ro forced remount, and
|
/freebsd/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/sys/contrib/openzfs/.github/ |
H A D | CONTRIBUTING.md | 151 …`HEAD` in git terms) contains a line `ZFS-CI-Type: quick`, quick mode is forced regardless of what… 152 * Otherwise, if any commit in a PR contains a line `ZFS-CI-Type: full`, full mode is forced.
|
/freebsd/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/crypto/openssh/regress/ |
H A D | README.regress | 119 forcecommand.sh: forced command
|
/freebsd/sys/contrib/zstd/zlibWrapper/ |
H A D | README.md | 60 We were forced to turn off the following functions: `test_flush`, `test_sync` which use currently u…
|
/freebsd/contrib/wpa/src/p2p/ |
H A D | p2p.h | 2044 u8 forced);
|
/freebsd/crypto/heimdal/lib/wind/ |
H A D | rfc3492.txt | 1298 /* the corresponding Unicode character be forced to uppercase */ 1300 /* it be forced to lowercase (if possible). ASCII code points */ 1301 /* are encoded literally, except that ASCII letters are forced */ 1327 /* the corresponding Unicode character be forced to uppercase */ 1329 /* forced to lowercase (if possible). ASCII code points are */
|