Searched refs:force (Results 276 - 300 of 411) sorted by relevance

<<11121314151617

/freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/Platform/gdb-server/
H A DPlatformRemoteGDBServer.cpp61 PlatformSP PlatformRemoteGDBServer::CreateInstance(bool force, argument
63 bool create = force;
/freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/Process/Darwin/
H A DNativeProcessDarwin.cpp1086 bool force) const {
1087 if ((m_task == TASK_NULL) || force) {
/freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_allocator_primary64.h101 MaybeReleaseToOS(class_id, true /*force*/);
133 MaybeReleaseToOS(class_id, false /*force*/);
821 void MaybeReleaseToOS(uptr class_id, bool force) { argument
834 if (!force) {
/freebsd-12-stable/contrib/ntp/ntpd/
H A Dntp_leapsec.c502 int/*BOOL*/ force,
524 if (!force
724 * force reload on next query. Since a leap transition cannot take place
499 leapsec_load_file( const char * fname, struct stat * sb_old, int force, int logall, int vhash) argument
/freebsd-12-stable/contrib/ntp/sntp/
H A DMakefile.am155 @: FRC "force" depends on nothing and is not a file, so is
269 cd $(srcdir) && ( makeinfo --force --html --no-split -o sntp.html sntp.texi || true )
/freebsd-12-stable/contrib/dtc/
H A Dchecks.c827 void process_checks(bool force, struct dt_info *dti) argument
840 if (!force) {
842 "(use -f to force output)\n");
/freebsd-12-stable/sys/geom/gate/
H A Dg_gate.c105 g_gate_destroy(struct g_gate_softc *sc, boolean_t force) argument
116 if (!force && (pp->acr != 0 || pp->acw != 0 || pp->ace != 0)) {
/freebsd-12-stable/sys/geom/linux_lvm/
H A Dg_linux_lvm.c573 g_llvm_destroy(struct g_llvm_vg *vg, int force) argument
587 if (!force)
/freebsd-12-stable/sys/sparc64/sparc64/
H A Dsupport.S875 mov AA_DMMU_PCXR, %l3 ! force primary DMMU context 0
879 wrpr %g0, 0, %tl ! force trap level 0
/freebsd-12-stable/stand/lua/
H A Dcli.lua225 if blacklist[module] and not info.force then
/freebsd-12-stable/sys/dev/cxgbe/common/
H A Dcommon.h752 int t4_fw_halt(struct adapter *adap, unsigned int mbox, int force);
755 const u8 *fw_data, unsigned int size, int force);
/freebsd-12-stable/usr.sbin/newsyslog/
H A Dnewsyslog.c224 static int force = 0; /* Force the trim no matter what */ variable
540 if (ent->flags & CE_TRIMAT && !force && !rotatereq &&
594 } else if (force) {
692 force++;
713 if (force && norotate) {
/freebsd-12-stable/contrib/llvm-project/lldb/source/Target/
H A DThread.cpp1263 void Thread::DiscardThreadPlans(bool force) { argument
1268 ", force %d)",
1269 GetID(), force);
1272 if (force) {
/freebsd-12-stable/contrib/subversion/subversion/libsvn_wc/
H A Dprops.c1939 svn_boolean_t force; /* True iff force was passed. */
1960 wb->force, wb->notify_func, wb->notify_baton, scratch_pool);
2069 wb.force = skip_checks;
1937 svn_boolean_t force; /* True iff force was passed. */ member in struct:propset_walk_baton
/freebsd-12-stable/contrib/wpa/src/ap/
H A Dbeacon.c613 void sta_track_expire(struct hostapd_iface *iface, int force) argument
624 if (!force &&
628 force = 0;
/freebsd-12-stable/usr.sbin/pw/
H A Dpw_user.c408 * NOT check the gid range if we can force the sync. If the
782 bool force = false; local
808 force = true;
838 if (force) {
/freebsd-12-stable/contrib/llvm-project/lldb/include/lldb/Target/
H A DThread.h177 /// to force the thread to run (e.g. the "thread continue" command, or are
989 // But if \a force is true, all thread plans are discarded.
990 void DiscardThreadPlans(bool force);
1112 // time GetStopInfo is called, but if you want to force the replacement,
1252 lldb::StateType m_resume_state; ///< This state is used to force a thread to
/freebsd-12-stable/contrib/wpa/src/utils/
H A Dcommon.h434 #define __force __attribute__((force))
/freebsd-12-stable/contrib/openpam/t/
H A DMakefile.in764 am--force-recheck:
891 am__force_recheck=am--force-recheck \
/freebsd-12-stable/contrib/gdb/gdb/
H A Dgnu-nat.c117 void proc_abort (struct proc *proc, int force);
324 proc_abort (struct proc *proc, int force)
333 if (running && force)
340 else if (proc == inf->wait.thread && inf->wait.exc.reply && !force)
3397 use the `thread takeover-suspend-count' to force it to an absolute value.",
3402 use the `thread takeover-suspend-count' to force it to an absolute value.",
321 proc_abort(struct proc *proc, int force) argument
/freebsd-12-stable/cddl/contrib/opensolaris/lib/libzfs/common/
H A Dlibzfs.h633 /* force unmount file systems */
725 boolean_t force; member in struct:recvflags
/freebsd-12-stable/sys/contrib/zstd/
H A DMakefile274 sudo apt-get -yq --no-install-suggests --no-install-recommends --force-yes install $(APT_PACKAGES)
/freebsd-12-stable/sys/cddl/contrib/opensolaris/uts/common/sys/
H A Dcpuvar.h131 char cpu_kprunrun; /* force kernel preemption */
711 extern int cpu_unbind(processorid_t cpu_id, boolean_t force);
/freebsd-12-stable/sys/dev/pci/
H A Dpcivar.h498 * be lost. Buses in D1 cannot do anything to the bus that would force
685 bool pcie_flr(device_t dev, u_int max_delay, bool force);
/freebsd-12-stable/sys/ofed/drivers/infiniband/ulp/sdp/
H A Dsdp.h692 int sdp_xmit_poll(struct sdp_sock *ssk, int force);

Completed in 455 milliseconds

<<11121314151617