Searched refs:force (Results 201 - 225 of 411) sorted by relevance

1234567891011>>

/freebsd-12-stable/usr.bin/vgrind/
H A Dvfontedpr.c547 * force: true if we should force nokeyw
550 putKcp(char *start, char *end, bool force) argument
577 if (!nokeyw && !force)
/freebsd-12-stable/usr.sbin/bsnmpd/modules/snmp_hostres/
H A Dhostres_device_tbl.c440 * call the refresh routine with the force flag for now.
553 refresh_device_tbl(int force) argument
559 if (!force && (devd_sock >= 0 ||
H A Dhostres_diskstorage_tbl.c510 refresh_disk_storage_tbl(int force) argument
514 if (disk_storage_tick != 0 && !force &&
H A Dhostres_storage_tbl.c558 refresh_storage_tbl(int force) argument
562 if (!force && storage_tick != 0 &&
/freebsd-12-stable/contrib/llvm-project/lldb/source/Core/
H A DIOHandlerCursesGUI.cpp275 virtual bool WindowDelegateDraw(Window &window, bool force) { argument
294 bool WindowDelegateDraw(Window &window, bool force) override;
558 virtual void Draw(bool force) { argument
559 if (m_delegate_sp && m_delegate_sp->WindowDelegateDraw(*this, force))
563 subwindow_sp->Draw(force);
784 bool WindowDelegateDraw(Window &window, bool force) override;
963 bool Menu::WindowDelegateDraw(Window &window, bool force) { argument
1650 bool WindowDelegateDraw(Window &window, bool force) override {
2071 bool WindowDelegateDraw(Window &window, bool force) override {
2421 bool WindowDelegateDraw(Window &window, bool force) overrid
2745 WindowDelegateDraw(Window &window, bool force) argument
[all...]
/freebsd-12-stable/sys/geom/raid/
H A Dmd_ddf.c1487 g_raid_md_ddf_supported(int level, int qual, int disks, int force) argument
1498 if (!force && disks < 2)
1505 if (!force && disks != 2)
1508 if (!force && disks != 3)
2258 int *nargs, *force; local
2291 force = gctl_get_paraml(req, "force", sizeof(*force));
2293 force ? *force
[all...]
/freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/Platform/gdb-server/
H A DPlatformRemoteGDBServer.h28 static lldb::PlatformSP CreateInstance(bool force, const ArchSpec *arch);
/freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/Process/Darwin/
H A DNativeProcessDarwin.h204 /// operations. Failure here will force termination of the
244 task_t TaskPortForProcessID(Status &error, bool force = false) const;
/freebsd-12-stable/contrib/llvm-project/clang/lib/Analysis/
H A DThreadSafetyTIL.cpp51 SExpr* Future::force() { function in class:Future
/freebsd-12-stable/contrib/nvi/ex/
H A Dex_cscope.c465 int force, istmp, matches; local
541 force = FL_ISSET(cmdp->iflags, E_C_FORCE);
543 if (ex_tag_Nswitch(sp, tqp->current, force))
550 if (ex_tag_nswitch(sp, tqp->current, force))
/freebsd-12-stable/contrib/ofed/infiniband-diags/src/
H A Dibtracert.c68 static int force; variable
203 return a->portguid == b->portguid || (force && a->lid == b->lid);
285 if (!force)
768 force++;
789 {"force", 'f', 0, NULL, "force"},
/freebsd-12-stable/contrib/bearssl/src/ssl/
H A Dssl_engine.c833 * 'force' is non-zero, in which case an empty record is assembled.
839 sendpld_flush(br_ssl_engine_context *rc, int force) argument
848 if (xlen == 0 && !force) {
1284 br_ssl_engine_flush(br_ssl_engine_context *cc, int force) argument
1287 sendpld_flush(cc, force);
/freebsd-12-stable/sys/contrib/ncsw/Peripherals/FM/Pcd/
H A Dfman_kg.c296 uint32_t mask, force; local
306 force = ioread32be(&regs->fmkg_feer);
307 if (force & *event)
308 iowrite32be(force & ~*event ,&regs->fmkg_feer);
/freebsd-12-stable/sys/dev/e1000/
H A De1000_ich8lan.h343 s32 e1000_disable_ulp_lpt_lp(struct e1000_hw *hw, bool force);
/freebsd-12-stable/sys/netinet/
H A Dtcp_log_buf.h345 int tcp_log_dump_tp_logbuf(struct tcpcb *tp, char *reason, int how, bool force);
/freebsd-12-stable/sys/nfsclient/
H A Dnfs.h165 int (*nr_writebp)(struct buf *bp, int force, struct thread *td);
/freebsd-12-stable/sys/kern/
H A Dkern_racct.c546 racct_add_locked(struct proc *p, int resource, uint64_t amount, int force) argument
561 if (error && !force && RACCT_IS_DENIABLE(resource)) {
667 racct_set_locked(struct proc *p, int resource, uint64_t amount, int force) argument
705 if (error && !force && RACCT_IS_DENIABLE(resource)) {
H A Dvfs_subr.c1233 int done, force, trigger, usevnodes, vsp; local
1239 force = 0;
1257 if (vstir && force == 0) {
1258 force = 1;
1262 if (vsp >= vlowat && force == 0) {
1294 if (force < 2)
1296 reclaim_nc_src = force >= 3;
1312 if (force == 0 || force == 1) {
1313 force
[all...]
/freebsd-12-stable/sys/sys/
H A Dpmclog.h296 int pmclog_flush(struct pmc_owner *_po, int force);
/freebsd-12-stable/sys/x86/iommu/
H A Dintel_ctx.c205 dmar_flush_for_ctx_entry(struct dmar_unit *dmar, bool force) argument
214 if ((dmar->hw_cap & DMAR_CAP_CM) == 0 && !force)
218 if ((dmar->hw_ecap & DMAR_ECAP_DI) != 0 || force)
223 if (error == 0 && ((dmar->hw_ecap & DMAR_ECAP_DI) != 0 || force))
/freebsd-12-stable/usr.bin/fetch/
H A Dfetch.c131 { "force-restart", no_argument, NULL, 'F' },
284 stat_display(struct xferstat *xs, int force) argument
296 if (!force && now.tv_sec <= xs->last.tv_sec)
315 if (force == 2) {
323 force == 2) {
/freebsd-12-stable/usr.bin/patch/
H A Dpatch.c78 bool force = false; variable
288 * 1.) Potentially reversed but -f/--force'd,
306 if (hunk == 1 && where == 0 && !force && !reverse_seen) {
532 {"force", no_argument, 0, 'f'},
608 force = true;
1166 if (force) {
/freebsd-12-stable/contrib/unbound/smallapp/
H A Dunbound-anchor.c234 printf("-F debug, force update with cert\n");
2237 int force, int res_conf_fallback, int port, int use_sni)
2267 if(dnskey->secure && !force) {
2272 if(force && verb) printf("debug cert update forced\n");
2277 probe_date_allows_certupdate(root_anchor_file)) || force) {
2307 int dolist=0, ip4only=0, ip6only=0, force=0, port = HTTPS_PORT; local
2359 force = 1;
2403 srcaddr, ip4only, ip6only, force, res_conf_fallback, port, use_sni);
2233 do_root_update_work(const char* root_anchor_file, const char* root_cert_file, const char* urlname, const char* xmlname, const char* p7sname, const char* p7signer, const char* res_conf, const char* root_hints, const char* debugconf, const char* srcaddr, int ip4only, int ip6only, int force, int res_conf_fallback, int port, int use_sni) argument
/freebsd-12-stable/sys/geom/virstor/
H A Dg_virstor.c203 int *force, *nargs; local
215 force = gctl_get_paraml(req, "force", sizeof *force);
216 if (force == NULL) {
217 gctl_error(req, "Error fetching argument '%s'", "force");
926 virstor_geom_destroy(struct g_virstor_softc *sc, boolean_t force, argument
940 LOG_MSG(force ? LVL_WARNING : LVL_ERROR,
942 if (!force)
/freebsd-12-stable/stand/lua/
H A Dconfig.lua362 if not v.force and blacklist[module_name] ~= nil then
750 modules[modname].force = true
755 modules[modname].force = true
767 modules[modname].force = nil
777 if mod.force then

Completed in 346 milliseconds

1234567891011>>