Searched refs:force (Results 76 - 100 of 712) sorted by relevance

1234567891011>>

/netbsd-current/external/gpl3/gdb.old/dist/gas/testsuite/gas/arm/
H A Darchv6t2-1-pe.d4 # objdump: -dr --prefix-addresses --show-raw-insn -M force-thumb
H A Darchv8m-cmse-main-2.d4 #objdump: -dr --prefix-addresses --show-raw-insn -M force-thumb
H A Darchv8m-main-dsp-3.d4 #objdump: -dr --prefix-addresses --show-raw-insn -M force-thumb
H A Dm33-load-pseudo.d3 # objdump: -dr --prefix-addresses --show-raw-insn -M force-thumb
H A Dthumbv6k.d3 #objdump: -dr --prefix-addresses --show-raw-insn -M force-thumb
/netbsd-current/external/gpl3/gdb.old/dist/binutils/testsuite/binutils-all/
H A Ddebuginfod.exp85 file rename -force tmpdir/testprog.debug tmpdir/dbg
86 file rename -force tmpdir/linkdebug.debug tmpdir/dbg
89 file delete -force $cache
90 file delete -force $db
/netbsd-current/external/gpl3/gdb.old/dist/gas/testsuite/gas/tic54x/
H A Dmacro.s20 force .macro x label
27 force
/netbsd-current/external/gpl2/lvm2/dist/test/
H A Dt-mirror-vgreduce-removemissing.sh136 vgreduce --removemissing --force $vg
157 vgreduce --removemissing --force $vg
185 vgreduce --force --removemissing $vg
213 vgreduce --removemissing --force $vg
241 vgreduce --removemissing --force $vg
270 vgreduce --removemissing --force $vg
298 vgreduce --removemissing --force $vg
322 vgreduce --removemissing --force $vg
335 vgreduce --removemissing --force $vg
350 vgreduce --removemissing --force
[all...]
/netbsd-current/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.debuginfod/
H A Dfetch_src_and_symbols.exp43 file delete -force $cache
44 file delete -force $db
50 if { [catch {file copy -force ${srcdir}/${subdir}/${srcfile} \
134 file rename -force $debuginfo $debugdir
158 file rename -force ${binfile}_dwz.o $debugdir
/netbsd-current/sys/external/bsd/drm2/dist/drm/
H A Ddrm_probe_helper.c269 drm_helper_probe_detect_ctx(struct drm_connector *connector, bool force) argument
281 ret = funcs->detect_ctx(connector, &ctx, force);
283 ret = connector->funcs->detect(connector, force);
306 * @force: Whether destructive probe operations should be performed.
315 bool force)
322 return drm_helper_probe_detect_ctx(connector, force);
329 return funcs->detect_ctx(connector, ctx, force);
331 return connector->funcs->detect(connector, force);
429 if (connector->force) {
430 if (connector->force
313 drm_helper_probe_detect(struct drm_connector *connector, struct drm_modeset_acquire_ctx *ctx, bool force) argument
[all...]
/netbsd-current/sys/arch/alpha/stand/setnetbootinfo/
H A Dsetnetbootinfo.c50 int verbose, force, unset; variable
84 /* set force flag in network boot block */
85 force = 1;
112 if (unset && (force || host != NULL || addr != NULL))
116 if (force || host != NULL || addr != NULL)
161 printf("ethernet address: %s (%s), force = %d\n",
162 ether_ntoa(ether_addr), host ? host : addr, force);
218 netbbinfop->force = force;
/netbsd-current/usr.bin/ypwhich/
H A Dypwhich.c70 * -f: for -m, force us to talk directly to ypserv on the specified host
99 int inhibit = 0, force = 0, tcp = 0; local
128 force = 1;
155 "force=%d, tcp=%d\n",
156 targhost, ourdomain, inhibit, saw_m, targmap, force, tcp);
170 find_mapmaster(targhost, ourdomain, targmap, inhibit, force,
273 int inhibit, int force, int tcp, const struct ypalias *ypaliases)
292 if (force) {
407 if (!force)
272 find_mapmaster(const char *host, const char *domain, const char *map, int inhibit, int force, int tcp, const struct ypalias *ypaliases) argument
/netbsd-current/distrib/sets/
H A Dregpkg84 ERRWARN="${ERROR}" # may be changed by "-f" (force) command line flag
132 force=false
150 -f) force=true ;;
168 if ${force}; then
231 ${force} || bomb
422 if ${update} || ${force}; then
544 ${force} || bomb
545 # If ${force} is set, then assume that the last
575 ${force} || bomb
848 ${force} || bom
[all...]
/netbsd-current/external/bsd/nvi/dist/ex/
H A Dex_util.c43 ex_cinit(SCR *sp, EXCMD *cmdp, int cmd_id, int naddr, db_recno_t lno1, db_recno_t lno2, int force) argument
51 if (force)
103 ex_ncheck(SCR *sp, int force) argument
112 if (!force && sp->ccnt != sp->q_ccnt + 1 &&
/netbsd-current/external/cddl/osnet/dist/uts/common/fs/zfs/sys/
H A Dzfs_ctldir.h60 int zfsctl_destroy_snapshot(const char *snapname, int force);
/netbsd-current/external/gpl2/xcvs/dist/src/
H A Dremove.c36 static int force; variable
65 force = 1;
91 if (force)
163 if (force)
/netbsd-current/external/cddl/osnet/dist/cmd/zpool/
H A Dzpool_util.h46 nvlist_t *make_root_vdev(zpool_handle_t *zhp, int force, int check_rep,
/netbsd-current/sys/net80211/
H A Dieee80211_crypto.h191 struct ieee80211_key *k, struct mbuf *m, int force)
194 return (cip->ic_miclen > 0 ? cip->ic_demic(k, m, force) : 1);
202 struct ieee80211_key *k, struct mbuf *m, int force)
205 return (cip->ic_miclen > 0 ? cip->ic_enmic(k, m, force) : 1);
190 ieee80211_crypto_demic(struct ieee80211com *ic, struct ieee80211_key *k, struct mbuf *m, int force) argument
201 ieee80211_crypto_enmic(struct ieee80211com *ic, struct ieee80211_key *k, struct mbuf *m, int force) argument
/netbsd-current/sys/external/isc/libsodium/dist/dist-build/
H A Dandroid-build.sh45 "$MAKE_TOOLCHAIN" --force --api="$NDK_API_VERSION_COMPAT" \
61 "$MAKE_TOOLCHAIN" --force --api="$NDK_API_VERSION" \
/netbsd-current/external/bsd/openldap/dist/include/
H A Dlutil_meter.h72 int force);
/netbsd-current/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.mi/
H A Dmi-exec-run.exp154 foreach_with_prefix force-fail {0 1} {
155 test ${inferior-tty} ${mi} ${force-fail}
/netbsd-current/external/gpl3/gdb/dist/gdb/testsuite/lib/
H A Ddebuginfod-support.exp67 file delete -force $cache
68 file delete -force $db
/netbsd-current/external/gpl3/gdb/dist/gdb/testsuite/gdb.mi/
H A Dmi-exec-run.exp178 foreach_with_prefix force-fail {0 1} {
179 test ${inferior-tty} ${mi} ${force-fail}
/netbsd-current/external/bsd/openldap/dist/tests/progs/
H A Dslapd-bind.c49 do_bind( struct tester_conn_args *config, char *dn, int maxloop, int force,
54 int force, int noinit, int action_type, void *action );
87 int force = 0; local
168 force++;
192 filter, pwattr, force, noinit, -1, NULL );
195 config->loops, force, noinit, NULL, &config->pass, -1, NULL );
206 do_bind( struct tester_conn_args *config, char *dn, int maxloop, int force, argument
308 if ( ( force < 2 && first > 0 ) || abs(first) == 1 ) {
374 int force, int noinit, int action_type, void *action )
508 if ( do_bind( config, dns[j], 1, force, noini
373 do_base( struct tester_conn_args *config, char *dn, char *base, char *filter, char *pwattr, int force, int noinit, int action_type, void *action ) argument
[all...]
/netbsd-current/external/gpl2/lvm2/dist/scripts/
H A Dlvm2_monitoring_init_rhel449 echo "Not stopping monitoring, this is a dangerous operation. Please use force-stop to override."
69 force-stop)
96 echo $"Usage: $0 {start|stop|restart|status|force-stop}"

Completed in 190 milliseconds

1234567891011>>