Searched refs:force (Results 126 - 150 of 381) sorted by relevance

1234567891011>>

/freebsd-11.0-release/contrib/llvm/tools/lldb/source/Plugins/Process/gdb-remote/
H A DThreadGDBRemote.cpp315 // Invalidate all registers in our register context. We don't set "force" to
323 const bool force = false; local
324 GetRegisterContext()->InvalidateIfNeeded (force);
/freebsd-11.0-release/contrib/subversion/
H A Dautogen.sh76 $libtoolize --copy --automake --force
H A Dbuild.conf134 # msvc-force-static- visual studio always uses static libraries for svn libs
659 link-cmd = $(COMPILE_JAVAHL_JAVAH) -force
670 link-cmd = $(COMPILE_JAVAHL_JAVAH) -force
681 link-cmd = $(COMPILE_JAVAHL_JAVAH) -force
692 link-cmd = $(COMPILE_JAVAHL_JAVAH) -force
703 link-cmd = $(COMPILE_JAVAHL_JAVAH) -force
867 msvc-force-static = yes
931 msvc-force-static = yes
956 msvc-force-static = yes
1172 msvc-force
[all...]
/freebsd-11.0-release/sys/dev/bwn/
H A Dif_bwn_phy_common.c145 bwn_phy_force_clock(struct bwn_mac *mac, int force) argument
155 if (force)
/freebsd-11.0-release/sys/fs/nfsserver/
H A Dnfs_nfsdcache.c842 int force, lastslot, i, j, k, tto, time_histo[HISTSIZE]; local
883 force = nfsrc_tcphighwater / 4;
884 if (force > 0 &&
885 nfsrc_tcpsavedreplies + force >= nfsrc_tcphighwater) {
891 force = 0;
917 if (force == 0)
937 if (force) {
946 if (k > force)
/freebsd-11.0-release/sys/geom/cache/
H A Dg_cache.c90 static int g_cache_destroy(struct g_cache_softc *sc, boolean_t force);
550 g_cache_destroy(struct g_cache_softc *sc, boolean_t force) argument
563 if (force) {
856 int *nargs, *force, error, i; local
872 force = gctl_get_paraml(req, "force", sizeof(*force));
873 if (force == NULL) {
874 gctl_error(req, "No 'force' argument");
891 error = g_cache_destroy(sc, *force);
[all...]
/freebsd-11.0-release/sys/geom/concat/
H A Dg_concat.c54 static int g_concat_destroy(struct g_concat_softc *sc, boolean_t force);
605 g_concat_destroy(struct g_concat_softc *sc, boolean_t force) argument
618 if (force) {
875 int *force, *nargs, error; local
891 force = gctl_get_paraml(req, "force", sizeof(*force));
892 if (force == NULL) {
893 gctl_error(req, "No '%s' argument.", "force");
909 error = g_concat_destroy(sc, *force);
[all...]
/freebsd-11.0-release/sys/geom/shsec/
H A Dg_shsec.c50 static int g_shsec_destroy(struct g_shsec_softc *sc, boolean_t force);
573 g_shsec_destroy(struct g_shsec_softc *sc, boolean_t force) argument
586 if (force) {
741 int *force, *nargs, error; local
757 force = gctl_get_paraml(req, "force", sizeof(*force));
758 if (force == NULL) {
759 gctl_error(req, "No '%s' argument.", "force");
775 error = g_shsec_destroy(sc, *force);
[all...]
/freebsd-11.0-release/contrib/llvm/lib/CodeGen/
H A DExecutionDepsFix.cpp191 void force(int rx, unsigned domain);
290 void ExeDepsFix::force(int rx, unsigned domain) { function in class:__anon2455::ExeDepsFix
300 // force the new value into domain. This costs a domain crossing.
425 force(rx, pdv->getFirstDomain());
588 force(rx, domain);
592 // Kill all defs and force them.
598 force(rx, domain);
638 // If the collapsed operands force a single domain, propagate the collapse.
/freebsd-11.0-release/sys/dev/ips/
H A Dips.c431 int ips_morpheus_reinit(ips_softc_t *sc, int force) argument
437 if(!force && (ips_read_4(sc, MORPHEUS_REG_OMR0) >= IPS_POST1_OK) &&
476 if(force && ips_clear_adapter(sc)){
635 int ips_copperhead_reinit(ips_softc_t *sc, int force) argument
688 if(force && ips_clear_adapter(sc)){
/freebsd-11.0-release/sys/geom/raid3/
H A Dg_raid3_ctl.c337 int *force, *nargs, error; local
352 force = gctl_get_paraml(req, "force", sizeof(*force));
353 if (force == NULL) {
354 gctl_error(req, "No '%s' argument.", "force");
357 if (*force)
/freebsd-11.0-release/sys/dev/drm2/radeon/
H A Dradeon_connectors.c615 radeon_lvds_detect(struct drm_connector *connector, bool force) argument
737 radeon_vga_detect(struct drm_connector *connector, bool force) argument
781 if (!force) {
863 radeon_tv_detect(struct drm_connector *connector, bool force) argument
942 radeon_dvi_detect(struct drm_connector *connector, bool force) argument
954 if (!force && radeon_check_hpd_status_unchanged(connector))
1032 if (!force) {
1154 if (connector->force == DRM_FORCE_ON)
1156 if (connector->force == DRM_FORCE_ON_DIGITAL)
1212 .force
1367 radeon_dp_detect(struct drm_connector *connector, bool force) argument
[all...]
/freebsd-11.0-release/sys/geom/raid/
H A Dmd_nvidia.c378 g_raid_md_nvidia_supported(int level, int qual, int disks, int force) argument
385 if (!force && (disks < 2 || disks > 6))
391 if (!force && (disks != 2))
399 if (!force && (disks < 4))
1036 int *nargs, *force; local
1070 force = gctl_get_paraml(req, "force", sizeof(*force));
1072 force ? *force
[all...]
H A Dmd_sii.c425 g_raid_md_sii_supported(int level, int qual, int disks, int force) argument
434 if (!force && (disks < 2 || disks > 6))
440 if (!force && (disks != 2))
448 if (!force && (disks < 4))
1120 int *nargs, *force; local
1154 force = gctl_get_paraml(req, "force", sizeof(*force));
1156 force ? *force
[all...]
H A Dmd_promise.c609 g_raid_md_promise_supported(int level, int qual, int disks, int force) argument
618 if (!force && disks < 2)
624 if (!force && (disks != 2))
632 if (!force && (disks != 4))
1266 int *nargs, *force; local
1299 force = gctl_get_paraml(req, "force", sizeof(*force));
1301 force ? *force
[all...]
/freebsd-11.0-release/contrib/libreadline/
H A DMakefile.in171 lint: force
195 shared: force
199 documentation: force
203 examples: force
207 force:
258 TAGS: force
261 tags: force
264 clean: force
291 dist: force
/freebsd-11.0-release/bin/dd/
H A Ddd.c450 dd_out(int force) argument
477 * If force, first try to write all pending data, else try to write
481 for (n = force ? out.dbcnt : out.dbsz;; n = out.dbsz) {
493 if (sparse && !force) {
/freebsd-11.0-release/sys/geom/sched/
H A Dgs_rr.c397 g_rr_next(void *data, int force) argument
405 if (me.bypass == 0 && !force) {
470 if (!force && g_rr_should_anticipate(qp, bp)) {
H A Dgs_delay.c120 g_delay_next(void *data, int force) argument
223 /* We're force drained before getting here */
/freebsd-11.0-release/sbin/ggate/ggatec/
H A Dggatec.c64 static int force = 0; variable
516 force = 1;
620 g_gate_destroy(unit, force);
/freebsd-11.0-release/contrib/llvm/tools/lldb/include/lldb/Target/
H A DRegisterContext.h35 InvalidateIfNeeded (bool force);
/freebsd-11.0-release/contrib/subversion/subversion/svn/
H A Dswitch-cmd.c166 opt_state->force, opt_state->ignore_ancestry,
H A Dupdate-cmd.c172 opt_state->force, TRUE /* adds_as_modification */,
/freebsd-11.0-release/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-11.0-release/sys/dev/mlx5/mlx5_en/
H A Dtcp_tlro.c399 tcp_tlro_combine(struct tlro_ctrl *tlro, int force) argument
555 if (force != 0 || z != x || temp >= ticks_limit ||
608 tcp_tlro_flush(struct tlro_ctrl *tlro, int force) argument
615 tcp_tlro_combine(tlro, force);

Completed in 368 milliseconds

1234567891011>>