Home
last modified time | relevance | path

Searched full:force (Results 1 – 25 of 2258) sorted by relevance

12345678910>>...91

/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DHardwareLoops.h24 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 Ddevctl.c141 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 D26-tls13_client_auth.cnf16 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 DMakefile9 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 Ddevctl.352 .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 Ddevctl.c70 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 Dforwback.c135 /* Set fake sc_width to force only pfx chars to be read. */ in forw_line_pfx()
210 * "force" means display the n lines even if we hit end of file.
216 public void forw(int n, POSITION pos, lbool force, lbool only_last, int nblank) in forw()
256 force = TRUE; in forw()
272 force = TRUE; in forw()
312 * is still empty, or "force" is true. in forw()
313 * Even if force is true, stop when the last in forw()
316 if (!force && position(TOP) != NULL_POSITION) in forw()
393 public void back(int n, POSITION pos, lbool force, lbool only_last) in forw()
417 * Beginning of file: stop here unless "force" i in back()
215 forw(int n,POSITION pos,int force,int only_last,int nblank) forw() argument
403 back(int n,POSITION pos,int force,int only_last) back() argument
462 forward(int n,int force,int only_last) forward() argument
510 backward(int n,int force,int only_last) backward() argument
[all...]
/freebsd/sys/dev/evdev/
H A Dinput.h104 #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 Dbuild.ps194 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 Damd64_archlevel.c126 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 DForceFunctionAttrs.cpp1 //===- 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/contrib/nvi/ex/
H A Dex_quit.c31 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/sys/contrib/openzfs/contrib/pyzfs/libzfs_core/
H A D_libzfs_core.py703 def lzc_receive(snapname, fd, force=False, raw=False, origin=None, props=None): argument
709 :param bool force: whether to roll back or destroy the target filesystem
724 :raises DatasetExists: if ``force`` is `True` but the destination
732 ``force`` is `False`.
737 ``force`` is `False`.
740 snapshots, and ``force`` is `False`.
745 :raises DatasetBusy: if ``force`` is `True` but the destination filesystem
771 If ``force`` is `True` and the stream is incremental then the
780 If ``force`` is `True` and the stream is a full stream then the
804 ret = _lib.lzc_receive(snapname, nvlist, c_origin, force, raw, fd)
[all …]
/freebsd/contrib/ntp/scripts/build/
H A Dgenver5 # -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/usr.sbin/bhyvectl/
H A Dbhyvectl.838 .Op Fl -force-reset
39 .Op Fl -force-poweroff
71 .It Fl -force-reset
72 Force the VM to reset.
73 .It Fl -force-poweroff
74 Force the VM to power off.
/freebsd/sys/contrib/device-tree/Bindings/mfd/
H A Dqcom-rpm.txt197 - 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 Dzpool_offline_003_pos.ksh36 # Test force faulting a VDEV with 'zpool offline -f'
40 # 1. Force fault a vdev, and clear the fault.
41 # 2. Offline a vdev, force fault it, clear the fault, and online it.
42 # 3. Force fault a vdev, export it, then import it.
77 # Force fault disk, and clear the fault
83 # Offline a disk, force fault it, clear the fault, and online it
/freebsd/contrib/ntp/scripts/update-leap/
H A Dinvoke-update-leap.texi51 * 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 Dusb_quirk.4139 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/dev/usb/quirk/
H A Dusb_quirk.h90 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/sys/contrib/openzfs/cmd/zpool/os/linux/
H A Dzpool_vdev_os.c57 * devices are also in use. Some can be overridden using the 'force'
59 * 3. Check for replication errors if the 'force' flag is not specified.
109 {"ATA Corsair Force 3 ", 8192},
110 {"ATA Corsair Force GS", 8192},
265 check_slice(const char *path, blkid_cache cache, int force, boolean_t isspare) in check_slice() argument
281 err = check_file(path, force, isspare); in check_slice()
283 if (force) { in check_slice()
310 check_disk(const char *path, blkid_cache cache, int force, in check_disk() argument
320 return (check_slice(path, cache, force, isspare)); in check_disk()
341 return (check_slice(path, cache, force, isspar in check_disk()
389 check_device(const char * path,boolean_t force,boolean_t isspare,boolean_t iswholedisk) check_device() argument
415 check_file(const char * file,boolean_t force,boolean_t isspare) check_file() argument
[all...]
/freebsd/contrib/sendmail/rmail/
H A DMakefile.m421 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 Dzfs_receive_003_pos.ksh36 # 'zfs recv -F' to force rollback.
44 # 6. Verify 'zfs recv -F' can force rollback.
59 log_assert "'zfs recv -F' to force rollback."
85 # Verify 'zfs receive -F' to force rollback whatever filesystem was modified.
93 log_pass "'zfs recv -F' to force rollback passed."
/freebsd/sys/contrib/openzfs/man/man8/
H A Dzinject.853 Force an error into the pool at a bookmark.
67 Force a vdev into the DEGRADED or FAULTED state.
128 Force a vdev error.
164 Force an error into the contents of a file.
176 Force an error into the metadnode for a file or directory.
189 Force an error into the MOS of a pool.
196 Force an error into the pool at this bookmark tuple.
/freebsd/sys/contrib/openzfs/cmd/zpool/os/freebsd/
H A Dzpool_vdev_os.c57 * devices are also in use. Some can be overridden using the 'force'
59 * 3. Check for replication errors if the 'force' flag is not specified.
86 check_device(const char *name, boolean_t force, boolean_t isspare, in check_device() argument
97 return (check_file(path, force, isspare)); in check_device()
123 check_file(const char *file, boolean_t force, boolean_t isspare) in check_file() argument
125 return (check_file_generic(file, force, isspare)); in check_file()

12345678910>>...91