Home
last modified time | relevance | path

Searched refs:forced (Results 1 – 25 of 77) sorted by relevance

1234

/freebsd-14.2/crypto/openssh/
H A Dlog.c470 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 Dsession.h38 int forced; member
H A Dsession.c660 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 Dmonitor_wrap.c85 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 Dsandbox-seccomp-filter.c454 void mm_log_handler(LogLevel level, int forced, const char *msg, void *ctx);
H A Dmonitor.c420 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 Dspear13xx-pcie.txt14 - st,pcie-is-gen1 indicates that forced gen1 initialization is needed.
/freebsd-14.2/sys/fs/tmpfs/
H A Dtmpfs_vfsops.c285 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 Dhelp.i38636 forced by setting this variable.
/freebsd-14.2/lib/geom/part/
H A Dgeom_part.c871 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 Dqcom-rpm.txt200 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 Dpalmas-pmic.txt49 2 - eco, 3 - forced pwm
H A Dqcom,rpm-regulator.yaml83 description: Indicates that the regulator should be forced to a particular mode
/freebsd-14.2/contrib/llvm-project/llvm/lib/Passes/
H A DPassRegistry.def510 "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 Dkeystone-netcp.txt100 - mac<->mac forced mode: 2
104 - 10Gb mac<->mac forced mode : 11
/freebsd-14.2/sys/dev/e1000/
H A DREADME117 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 Dmountu.sh180 UFS/NFS/msdosfs reclaim vnode on rw->ro forced remount, and
/freebsd-14.2/contrib/llvm-project/lld/docs/
H A Dmissingkeyfunction.rst20 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 Dwkup-m3-ipc.yaml37 On AM437x SoCs, certain pins can be forced into an alternate state when IO
/freebsd-14.2/crypto/openssl/doc/man3/
H A DOPENSSL_ia32cap.pod47 =item bit #43 denoting AMD XOP support (forced to zero on non-AMD CPUs);
H A DEC_POINT_add.pod48 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 Dsdhci-am654.yaml201 and the controller is required to be forced into Test mode
/freebsd-14.2/lib/libc/softfloat/
H A Dsoftfloat-source.txt189 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 Dl2c2x0.yaml124 description: If present then L2 is forced to Write through mode
/freebsd-14.2/crypto/openssh/regress/
H A DREADME.regress119 forcecommand.sh: forced command

1234