Searched refs:force (Results 151 - 175 of 411) sorted by relevance

1234567891011>>

/freebsd-12-stable/sbin/ggate/ggatec/
H A Dggatec.c67 static int force = 0; variable
520 force = 1;
624 g_gate_destroy(unit, force);
/freebsd-12-stable/usr.sbin/bluetooth/bthidd/
H A Dhid.c466 int x, y, z, force, id; local
474 force = data[5] & 0x3f;
493 if (force >= 8 && ++firm && x > -350 && x < 350)
/freebsd-12-stable/sys/geom/raid/
H A Dmd_promise.c616 g_raid_md_promise_supported(int level, int qual, int disks, int force) argument
625 if (!force && disks < 2)
631 if (!force && (disks != 2))
639 if (!force && (disks != 4))
1272 int *nargs, *force; local
1305 force = gctl_get_paraml(req, "force", sizeof(*force));
1307 force ? *force
[all...]
/freebsd-12-stable/contrib/llvm-project/lldb/include/lldb/Target/
H A DRegisterContext.h25 void InvalidateIfNeeded(bool force);
/freebsd-12-stable/contrib/ntp/scripts/
H A DMakefile.am128 cd $(srcdir) && ( makeinfo --force --html --no-split -I ../sntp -o plot_summary.html plot_summary.texi || true )
174 cd $(srcdir) && ( makeinfo --force --html --no-split -I ../sntp -o summary.html summary.texi || true )
/freebsd-12-stable/contrib/subversion/subversion/svn/
H A Dswitch-cmd.c169 opt_state->force, opt_state->ignore_ancestry,
H A Dupdate-cmd.c175 opt_state->force,
/freebsd-12-stable/contrib/dialog/
H A Dinputstr.c516 dlg_edit_string(char *string, int *chr_offset, int key, int fkey, bool force) argument
545 edit = force;
697 bool force) /* if true, force repaint */
702 if (force) {
689 dlg_show_string(WINDOW *win, const char *string, int chr_offset, chtype attr, int y_base, int x_base, int x_last, bool hidden, bool force) argument
/freebsd-12-stable/sys/dev/bhnd/cores/pmu/
H A Dbhnd_pmu_private.h108 uint32_t bhnd_pmu_force_ilp(struct bhnd_pmu_softc *sc, bool force);
/freebsd-12-stable/sys/dev/mlx5/mlx5_core/
H A Dmlx5_core.h127 void mlx5_enter_error_state(struct mlx5_core_dev *dev, bool force);
H A Dmlx5_health.c265 void mlx5_enter_error_state(struct mlx5_core_dev *dev, bool force) argument
273 if (fatal_error || force) {
277 if (!force)
292 if (force)
/freebsd-12-stable/sys/geom/sched/
H A Dgs_delay.c120 g_delay_next(void *data, int force) argument
223 /* We're force drained before getting here */
/freebsd-12-stable/sys/arm/nvidia/drm2/
H A Dtegra_drm_subr.c96 tegra_drm_connector_detect(struct drm_connector *connector, bool force) argument
/freebsd-12-stable/sbin/ggate/shared/
H A Dggate.h107 void g_gate_destroy(int unit, int force);
H A Dggate.c202 g_gate_destroy(int unit, int force) argument
208 ggio.gctl_force = force;
/freebsd-12-stable/usr.sbin/pw/
H A Dpw_group.c295 bool all, force, quiet, pretty; local
297 all = force = quiet = pretty = false;
328 force = true;
350 grp = getgroup(name, id, !force);
/freebsd-12-stable/tools/tools/git/
H A Dgit-svn-init123 ${GIT} branch --force master trunk
/freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/tsan/dd/
H A Ddd_interceptors.cpp161 static pthread_cond_t *init_cond(pthread_cond_t *c, bool force = false) {
164 if (!force && cond != 0)
/freebsd-12-stable/contrib/bmake/mk/
H A Djava.mk61 # We need to do something to force __c's parent to be made.
/freebsd-12-stable/sys/contrib/ncsw/Peripherals/BM/
H A Dbm.h340 static __inline__ uint32_t BmBpidGet(t_Bm *p_Bm, bool force, uint32_t base) argument
345 if (force)
/freebsd-12-stable/sys/geom/stripe/
H A Dg_stripe.c52 static int g_stripe_destroy(struct g_stripe_softc *sc, boolean_t force);
882 g_stripe_destroy(struct g_stripe_softc *sc, boolean_t force) argument
895 if (force) {
1158 int *force, *nargs, error; local
1174 force = gctl_get_paraml(req, "force", sizeof(*force));
1175 if (force == NULL) {
1176 gctl_error(req, "No '%s' argument.", "force");
1192 error = g_stripe_destroy(sc, *force);
[all...]
/freebsd-12-stable/sys/netpfil/ipfw/
H A Ddn_sched_wf2q.c117 idle_check(struct wf2qp_si *si, int n, int force) argument
121 (force || DN_KEY_LT(HEAP_TOP(h)->key, si->V))) {
/freebsd-12-stable/lib/libsecureboot/
H A Dlocal.trust.mk9 # force these for Junos
/freebsd-12-stable/share/mk/
H A Dsrc.sys.env.mk7 # what we would get with 'cd'. So just force resolve it now if it is an
/freebsd-12-stable/usr.bin/patch/
H A Dinp.c184 return false; /* force plan b because plan a bombed */
258 if (force) {
322 if (force) {

Completed in 482 milliseconds

1234567891011>>