Searched refs:force (Results 226 - 250 of 411) sorted by relevance

1234567891011>>

/freebsd-12-stable/contrib/ntp/ntpd/
H A DMakefile.am363 cd $(srcdir) && ( makeinfo --force --html --no-split -o ntp.conf.html ntp.conf.texi || true )
366 cd $(srcdir) && ( makeinfo --force --html --no-split -o ntp.keys.html ntp.keys.texi || true )
369 cd $(srcdir) && ( makeinfo --force --html --no-split -o ntpd.html ntpd.texi || true )
/freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/DynamicLoader/Hexagon-DYLD/
H A DDynamicLoaderHexagonDYLD.cpp96 bool force) {
97 bool create = force;
95 CreateInstance(Process *process, bool force) argument
/freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/DynamicLoader/POSIX-DYLD/
H A DDynamicLoaderPOSIXDYLD.cpp56 bool force) {
57 bool create = force;
55 CreateInstance(Process *process, bool force) argument
/freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/Process/FreeBSD/
H A DFreeBSDThread.cpp74 // force the m_watchpoints_initized member to TRUE and avoid resetting
90 // Invalidate all registers in our register context. We don't set "force" to
99 const bool force = false; local
100 GetRegisterContext()->InvalidateIfNeeded(force);
/freebsd-12-stable/contrib/ntp/util/
H A DMakefile.am115 cd $(srcdir) && ( makeinfo --force --html --no-split -o ntp-keygen.html ntp-keygen.texi || true )
/freebsd-12-stable/contrib/ntp/ntpdc/
H A DMakefile.am122 cd $(srcdir) && ( makeinfo --force --html --no-split -I ../sntp -o ntpdc.html ntpdc.texi || true )
/freebsd-12-stable/contrib/ntp/ntpq/
H A DMakefile.am121 cd $(srcdir) && ( makeinfo --force --html --no-split -o ntpq.html ntpq.texi || true )
/freebsd-12-stable/contrib/subversion/subversion/libsvn_ra_serf/
H A Dra_serf.h1408 svn_boolean_t force,
1417 svn_boolean_t force,
/freebsd-12-stable/contrib/tcsh/
H A Ded.init.c89 check_window_size(int force) argument
101 if (GetSize(&lins, &cols) || force) {
/freebsd-12-stable/contrib/bmake/mk/
H A Dwarnings.mk103 # NOTE: that we force the target extension to be .o
/freebsd-12-stable/contrib/bsnmp/snmpd/
H A Dtrans_lsock.c89 lsock_stop(int force) argument
93 if (!force && trans_first_port(my_trans) != NULL)
/freebsd-12-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
H A Dtrim_map.c412 boolean_t force)
421 (ts->ts_txg <= txg || ts->ts_time <= time || force))
411 trim_map_first(trim_map_t *tm, uint64_t txg, uint64_t txgsafe, hrtime_t time, boolean_t force) argument
/freebsd-12-stable/sys/dev/drm2/i915/
H A Dintel_crt.c323 /* FIXME: debug force function and remove */
564 * where there isn't any way to force the border color across
579 intel_crt_detect(struct drm_connector *connector, bool force) argument
608 if (!force)
/freebsd-12-stable/sys/dev/xen/console/
H A Dxen_console.c443 xencons_tx_flush(struct xencons_priv *cons, int force) argument
458 * the force.
464 * If force is set, spin until the console data is
467 if (sent == 0 && __predict_true(!force))
/freebsd-12-stable/sys/fs/nandfs/
H A Dbmap.c132 bmap_dirty_meta(struct nandfs_node *node, nandfs_lbn_t lblk, int force) argument
171 error = nandfs_dirty_buf_meta(bp, force);
/freebsd-12-stable/sys/net80211/
H A Dieee80211_crypto.c702 struct mbuf *m, int force)
747 return (cip->ic_miclen > 0 ? cip->ic_demic(k, m, force) : 1);
701 ieee80211_crypto_demic(struct ieee80211vap *vap, struct ieee80211_key *k, struct mbuf *m, int force) argument
H A Dieee80211_crypto_ccmp.c215 ccmp_enmic(struct ieee80211_key *k, struct mbuf *m, int force) argument
317 ccmp_demic(struct ieee80211_key *k, struct mbuf *m, int force) argument
H A Dieee80211_crypto_wep.c228 wep_enmic(struct ieee80211_key *k, struct mbuf *m, int force) argument
284 wep_demic(struct ieee80211_key *k, struct mbuf *skb, int force) argument
/freebsd-12-stable/stand/i386/boot0/
H A Dboot0.S68 * (called 'packet') or CHS mode, whether to force a drive number,
156 .set _SETDRV, B0_OFF+8 # Drive to force
668 setdrv_num: .byte 0x80 # Drive to force
/freebsd-12-stable/stand/libsa/
H A Dpkgfs.c488 * @param[in] force
494 cache_data(struct tarfile *tf, int force) argument
519 DBG(("%s: caching after force read of file %s?\n",
526 if (tf->tf_size > PKG_MAXCACHESZ && !force) {
/freebsd-12-stable/crypto/openssl/
H A DNOTES.PERL106 were successful. Should that happen, you can force an
/freebsd-12-stable/usr.sbin/timed/timed/
H A Dtimed.c748 get_goodgroup(int force) argument
769 && !force)
/freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/OperatingSystem/Python/
H A DOperatingSystemPython.cpp53 bool force) {
54 // Python OperatingSystem plug-ins must be requested by name, so force must
52 CreateInstance(Process *process, bool force) argument
/freebsd-12-stable/contrib/subversion/subversion/svn/
H A Dblame-cmd.c376 opt_state->force,
390 "(use --force to treat as text): "
/freebsd-12-stable/contrib/dtc/
H A Ddtc.h267 void process_checks(bool force, struct dt_info *dti);

Completed in 161 milliseconds

1234567891011>>