/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
H A D | HardwareLoops.h | 24 std::optional<bool> Force; member 37 HardwareLoopOptions &setForce(bool Force) { in setForce() 38 this->Force = Force; in setForce() 41 HardwareLoopOptions &setForcePhi(bool Force) { in setForcePhi() 42 ForcePhi = Force; in setForcePhi() 45 HardwareLoopOptions &setForceNested(bool Force) { in setForceNested() 46 ForceNested = Force; in setForceNested() 49 HardwareLoopOptions &setForceGuard(bool Force) { in setForceGuard() 50 ForceGuard = Force; in setForceGuard()
|
/freebsd/usr.sbin/devctl/ |
H A D | devctl.c | 141 bool force; in detach() local 144 force = false; in detach() 148 force = true; in detach() 158 if (devctl_detach(av[0], force) < 0) in detach() 175 bool force; in disable() local 178 force = false; in disable() 182 force = true; in disable() 192 if (devctl_disable(av[0], force) < 0) in disable() 245 bool force; in set_driver() local 248 force = false; in set_driver() [all …]
|
/freebsd/crypto/openssl/test/ssl-tests/ |
H A D | 26-tls13_client_auth.cnf | 16 test-11 = 11-client-auth-TLSv1.3-request-force-client-post-handshake 17 test-12 = 12-client-auth-TLSv1.3-request-force-server-post-handshake 18 test-13 = 13-client-auth-TLSv1.3-request-force-both-post-handshake 388 [11-client-auth-TLSv1.3-request-force-client-post-handshake] 389 ssl_conf = 11-client-auth-TLSv1.3-request-force-client-post-handshake-ssl 391 [11-client-auth-TLSv1.3-request-force-client-post-handshake-ssl] 392 server = 11-client-auth-TLSv1.3-request-force-client-post-handshake-server 393 client = 11-client-auth-TLSv1.3-request-force-client-post-handshake-client 395 [11-client-auth-TLSv1.3-request-force-client-post-handshake-server] 403 [11-client-auth-TLSv1.3-request-force-client-post-handshake-client] [all …]
|
/freebsd/share/i18n/esdb/UTF/ |
H A D | Makefile | 9 UTF-16BE-var= utf16,big,force 11 UTF-16LE-var= utf16,little,force 13 UTF-16-INTERNAL-var= utf16,internal,force 15 UTF-16-SWAPPED-var= utf16,swapped,force 19 UTF-32BE-var= utf32,big,force 21 UTF-32LE-var= utf32,little,force 23 UTF-32-INTERNAL-var= utf32,internal,force 25 UTF-32-SWAPPED-var= utf32,swapped,force
|
/freebsd/lib/libdevctl/ |
H A D | devctl.3 | 52 .Fn devctl_clear_driver "const char *device" "bool force" 54 .Fn devctl_delete "const char *device" "bool force" 56 .Fn devctl_detach "const char *device" "bool force" 72 .Fn devctl_set_driver "const char *device" "const char *driver" "bool force" 123 .Fa force 132 .Fa force 171 .Fa force 175 .Fa force 187 .Fa force 191 .Fa force [all …]
|
H A D | devctl.c | 70 devctl_detach(const char *device, bool force) in devctl_detach() argument 73 return (devctl_simple_request(DEV_DETACH, device, force ? in devctl_detach() 107 devctl_set_driver(const char *device, const char *driver, bool force) in devctl_set_driver() argument 118 if (force) in devctl_set_driver() 124 devctl_clear_driver(const char *device, bool force) in devctl_clear_driver() argument 127 return (devctl_simple_request(DEV_CLEAR_DRIVER, device, force ? in devctl_clear_driver() 139 devctl_delete(const char *device, bool force) in devctl_delete() argument 142 return (devctl_simple_request(DEV_DELETE, device, force ? in devctl_delete()
|
/freebsd/contrib/less/ |
H A D | forwback.c | 139 /* Set fake sc_width to force only pfx chars to be read. */ in forw_line_pfx() 214 * "force" means display the n lines even if we hit end of file. 221 public void forw(int n, POSITION pos, lbool force, lbool only_last, lbool to_newline, int nblank) in forw() argument 254 force = TRUE; in forw() 269 force = TRUE; in forw() 310 * is still empty, or "force" is true. in forw() 311 * Even if force is true, stop when the last in forw() 317 (!force && position(TOP) != NULL_POSITION) || in forw() 378 public void back(int n, POSITION pos, lbool force, lbool only_last, lbool to_newline) in back() argument 398 * Beginning of file: stop here unless "force" is true. in back() [all …]
|
/freebsd/sys/dev/evdev/ |
H A D | input.h | 104 #define EVIOCSFF _IOW(EVDEV_IOC_MAGIC, 0x80, struct ff_effect) /* send a force effect to a force f… 105 #define EVIOCRMFF _IOWINT(EVDEV_IOC_MAGIC, 0x81) /* Erase a force effect */ 156 * Values describing the status of a force-feedback effect 162 /* scheduling info for force feedback effect */ 168 /* trigger for force feedback effect */ 174 /* force feedback effect envelop */ 198 /* how fast force grows when joystick move to the respective side */ 202 uint16_t deadband; /* size of dead zone when no force is produced */ 207 * Force feedback periodic effect types 237 * Force feedback effect types [all …]
|
/freebsd/contrib/libfido2/windows/ |
H A D | build.ps1 | 94 New-Item -Type Directory "${BUILD}" -Force 95 New-Item -Type Directory "${BUILD}\${Arch}" -Force 96 New-Item -Type Directory "${BUILD}\${Arch}\${Type}" -Force 97 New-Item -Type Directory "${STAGE}\${LIBRESSL}" -Force 98 New-Item -Type Directory "${STAGE}\${LIBCBOR}" -Force 99 New-Item -Type Directory "${STAGE}\${ZLIB}" -Force 102 New-Item -Type Directory "${OUTPUT}" -Force 103 New-Item -Type Directory "${OUTPUT}\${Arch}" -Force 104 New-Item -Type Directory "${OUTPUT}\${Arch}\${Type}" -force 128 Remove-Item -Force [all...] |
/freebsd/lib/libc/amd64/string/ |
H A D | amd64_archlevel.c | 126 match_archlevel(const char *str, int *force) in match_archlevel() argument 130 *force = 0; in match_archlevel() 146 *force = 1; in match_archlevel() 159 * *force is set to 1 if the architecture level is valid and begins with a ! 163 env_archlevel(int *force) in env_archlevel() argument 175 return (match_archlevel(&environ[i][j + 1], force)); in env_archlevel() 178 *force = 0; in env_archlevel() 202 int islevel, wantlevel, hwlevel, force; in archlevel() local 208 wantlevel = env_archlevel(&force); in archlevel() 209 if (!force) { in archlevel()
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/ |
H A D | ForceFunctionAttrs.cpp | 1 //===- ForceFunctionAttrs.cpp - Force function attrs for debugging --------===// 22 "force-attribute", cl::Hidden, 27 "example -force-attribute=foo:noinline. Specifying only an attribute " 32 "force-remove-attribute", cl::Hidden, 36 "example -force-remove-attribute=foo:noinline. Specifying only an " 49 /// them. When both force and force-remove are given to a function, the latter in forceAttributes()
|
/freebsd/sys/contrib/openzfs/contrib/pyzfs/libzfs_core/ |
H A D | _libzfs_core.py | 704 def lzc_receive(snapname, fd, force=False, raw=False, origin=None, props=None): argument 710 :param bool force: whether to roll back or destroy the target filesystem 725 :raises DatasetExists: if ``force`` is `True` but the destination 733 ``force`` is `False`. 738 ``force`` is `False`. 741 snapshots, and ``force`` is `False`. 746 :raises DatasetBusy: if ``force`` is `True` but the destination filesystem 772 If ``force`` is `True` and the stream is incremental then the 781 If ``force`` is `True` and the stream is a full stream then the 805 ret = _lib.lzc_receive(snapname, nvlist, c_origin, force, raw, fd) [all …]
|
/freebsd/contrib/nvi/ex/ |
H A D | ex_quit.c | 31 int force; in ex_quit() local 33 force = FL_ISSET(cmdp->iflags, E_C_FORCE); in ex_quit() 36 if (file_m2(sp, force) || ex_ncheck(sp, force)) in ex_quit() 39 F_SET(sp, force ? SC_EXIT_FORCE : SC_EXIT); in ex_quit()
|
/freebsd/contrib/ntp/scripts/build/ |
H A D | genver | 5 # -f would be 'force the update' 7 force=0 13 force=1 53 case "$force$rc" in 69 case "$force$rc" in 87 case "$force$rc" in
|
/freebsd/sys/contrib/device-tree/Bindings/mfd/ |
H A D | qcom-rpm.txt | 197 - qcom,force-mode: 198 Usage: optional (default if no other qcom,force-mode is specified) 202 QCOM_RPM_FORCE_MODE_NONE - do not force any mode 203 QCOM_RPM_FORCE_MODE_LPM - force into low power mode 204 QCOM_RPM_FORCE_MODE_HPM - force into high power mode 223 - qcom,force-mode: 228 QCOM_RPM_FORCE_MODE_NONE - do not force any mode 229 QCOM_RPM_FORCE_MODE_LPM - force into low power mode 230 QCOM_RPM_FORCE_MODE_HPM - force into high power mode 279 qcom,force-mode = <QCOM_RPM_FORCE_MODE_AUTO>;
|
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zpool_offline/ |
H A D | zpool_offline_003_pos.ksh | 37 # Test force faulting a VDEV with 'zpool offline -f' 41 # 1. Force fault a vdev, and clear the fault. 42 # 2. Offline a vdev, force fault it, clear the fault, and online it. 43 # 3. Force fault a vdev, export it, then import it. 78 # Force fault disk, and clear the fault 84 # Offline a disk, force fault it, clear the fault, and online it
|
/freebsd/usr.sbin/bhyvectl/ |
H A D | bhyvectl.8 | 41 .Op Fl -force-reset 42 .Op Fl -force-poweroff 65 .It Fl -force-reset 66 Force the VM to reset. 67 .It Fl -force-poweroff 68 Force the VM to power off.
|
/freebsd/contrib/ntp/scripts/update-leap/ |
H A D | invoke-update-leap.texi | 51 * update-leap force-update:: force-update option (-F) 84 -F Force update even if current file is OK and not close to expiring. 173 Force DNS resolution of following host names on the command line 184 Force DNS resolution of following host names on the command line 225 @node update-leap force-update 226 @subsection force-update option (-F) 227 @cindex update-leap-force-update 229 This is the ``force update of the leapfile'' option. 230 Force updat [all...] |
/freebsd/share/man/man4/ |
H A D | usb_quirk.4 | 139 force BBB wire protocol 141 force CBI wire protocol 143 force CBI with int. wire protocol 145 force SCSI command protocol 147 force ATAPI command protocol 149 force UFI command protocol 151 force RBC command protocol
|
/freebsd/sys/contrib/openzfs/cmd/zpool/os/linux/ |
H A D | zpool_vdev_os.c | 58 * devices are also in use. Some can be overridden using the 'force' 60 * 3. Check for replication errors if the 'force' flag is not specified. 111 {"ATA Corsair Force 3 ", 8192}, 112 {"ATA Corsair Force GS", 8192}, 267 check_slice(const char *path, blkid_cache cache, int force, boolean_t isspare) in check_slice() argument 283 err = check_file(path, force, isspare); in check_slice() 285 if (force) { in check_slice() 312 check_disk(const char *path, blkid_cache cache, int force, in check_disk() argument 322 return (check_slice(path, cache, force, isspare)); in check_disk() 343 return (check_slice(path, cache, force, isspare)); in check_disk() [all …]
|
/freebsd/sys/dev/usb/quirk/ |
H A D | usb_quirk.h | 90 UQ_MSC_FORCE_WIRE_BBB, /* force BBB wire protocol */ 91 UQ_MSC_FORCE_WIRE_CBI, /* force CBI wire protocol */ 92 UQ_MSC_FORCE_WIRE_CBI_I, /* force CBI with int. wire protocol */ 93 UQ_MSC_FORCE_PROTO_SCSI, /* force SCSI command protocol */ 94 UQ_MSC_FORCE_PROTO_ATAPI, /* force ATAPI command protocol */ 95 UQ_MSC_FORCE_PROTO_UFI, /* force UFI command protocol */ 96 UQ_MSC_FORCE_PROTO_RBC, /* force RBC command protocol */
|
/freebsd/contrib/sendmail/rmail/ |
H A D | Makefile.m4 | 21 RMAIL=ifdef(`confFORCE_RMAIL', `force-install', `defeat-install') 28 @echo " systems. You can force the install using" 29 @echo " 'Build force-install'." 31 force-install: install-rmail ifdef(`confNO_MAN_BUILD',, `install-docs')
|
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zfs_receive/ |
H A D | zfs_receive_003_pos.ksh | 37 # 'zfs recv -F' to force rollback. 45 # 6. Verify 'zfs recv -F' can force rollback. 60 log_assert "'zfs recv -F' to force rollback." 86 # Verify 'zfs receive -F' to force rollback whatever filesystem was modified. 94 log_pass "'zfs recv -F' to force rollback passed."
|
/freebsd/sys/contrib/openzfs/man/man8/ |
H A D | zinject.8 | 54 Force an error into the pool at a bookmark. 68 Force a vdev into the DEGRADED or FAULTED state. 129 Force a vdev error. 165 Force an error into the contents of a file. 177 Force an error into the metadnode for a file or directory. 190 Force an error into the MOS of a pool. 197 Force an error into the pool at this bookmark tuple.
|
/freebsd/sys/contrib/openzfs/cmd/zpool/os/freebsd/ |
H A D | zpool_vdev_os.c | 58 * devices are also in use. Some can be overridden using the 'force' 60 * 3. Check for replication errors if the 'force' flag is not specified. 87 check_device(const char *name, boolean_t force, boolean_t isspare, in check_device() argument 98 return (check_file(path, force, isspare)); in check_device() 124 check_file(const char *file, boolean_t force, boolean_t isspare) in check_file() argument 126 return (check_file_generic(file, force, isspare)); in check_file()
|