HomeSort by: relevance | last modified time | path
    Searched refs:force (Results 1 - 25 of 237) sorted by relevancy

1 2 3 4 5 6 7 8 910

  /src/sbin/chkconfig/
chkconfig.sh 93 if [ ${force} -ne 1 ]; then
103 if [ ${force} -ne 1 ]; then
146 if [ ${force} -eq 1 ]; then
160 if [ ${force} -eq 1 ]; then
173 force=0
179 force=1
202 if [ ${force} -eq 1 ]; then
  /src/sys/external/bsd/drm2/include/linux/
reboot.h 44 orderly_poweroff(bool force __unused)
  /src/sbin/gpt/
create.c 72 create(gpt_t gpt, u_int parts, int force, int primary_only, int active)
80 if (!force) {
129 int force = 0; local in function:cmd_create
139 force = 1;
158 return create(gpt, parts, force, primary_only, active);
  /src/sys/external/isc/libsodium/dist/
autogen.sh 35 automake --add-missing --force-missing --include-deps && \
  /src/sys/arch/alpha/stand/common/
bbinfo.h 50 u_int8_t force; member in struct:netbbinfo
  /src/sys/arch/evbmips/stand/sbmips/common/
bbinfo.h 50 u_int8_t force; member in struct:netbbinfo
  /src/sys/arch/sbmips/stand/common/
bbinfo.h 50 u_int8_t force; member in struct:netbbinfo
  /src/sys/external/bsd/drm2/dist/include/drm/
drm_probe_helper.h 19 bool force);
  /src/lib/libc/locale/
nb_lc_template.h 113 int force)
141 if (force) {
176 int ret, force; local in function:_PREFIX
184 ret = (force = !__isforcemapping(alias)) \
186 force) \
188 force); \
189 _DIAGASSERT(!ret || !force); \
  /src/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/subdev/bus/
hwsq.h 16 bool force; member in struct:hwsq_reg
28 .force = 0,
41 .force = 0,
54 .force = 0,
115 reg->force = true;
122 if (temp != ((temp & ~mask) | data) || reg->force)
  /src/sys/external/bsd/drm2/dist/drm/
drm_probe_helper.c 269 drm_helper_probe_detect_ctx(struct drm_connector *connector, bool force)
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 == DRM_FORCE_ON |
    [all...]
  /src/sys/arch/alpha/stand/setnetbootinfo/
setnetbootinfo.c 50 int verbose, force, unset; variable in typeref:typename:int
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;
  /src/usr.bin/ypwhich/
ypwhich.c 70 * -f: for -m, force us to talk directly to ypserv on the specified host
99 int inhibit = 0, force = 0, tcp = 0; local in function:main
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)
  /src/distrib/sets/
regpkg 41 # -f Force.
84 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} || bom
    [all...]
regpkgset 38 # -f Force.
86 force=false
100 -f) force=true ;;
  /src/sys/external/isc/libsodium/dist/dist-build/
android-build.sh 45 "$MAKE_TOOLCHAIN" --force --api="$NDK_API_VERSION_COMPAT" \
61 "$MAKE_TOOLCHAIN" --force --api="$NDK_API_VERSION" \
  /src/sys/net80211/
ieee80211_crypto.h 191 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);
ieee80211_crypto_none.c 140 none_enmic(struct ieee80211_key *k, struct mbuf *m, int force)
149 none_demic(struct ieee80211_key *k, struct mbuf *m, int force)
  /src/sys/arch/evbmips/evbmips/
yamon.c 129 * If "force" is set, then use a random frequency (100MHz) so
134 yamon_setcpufreq(int force)
142 if (!force && (ret != 0 || freq == 0))
  /src/lib/libcurses/
touchwin.c 202 * Touch all the lines in a window. If force is set to 1 then screen
203 * update optimisation will disabled to force the change out.
206 __touchwin(WINDOW *win, int force)
214 force);
227 * column ex. If force is 1 then we mark this line as a forced update
233 _cursesi_touchline_force(WINDOW *win, int y, int sx, int ex, int force)
237 win, y, sx, ex, force);
243 if (force == 1)
  /src/sys/arch/x68k/stand/newdisk/
newdisk.c 54 int verbose = 0, dry_run = 0, force = 0, check_only = 0, mark_only = 0; variable in typeref:typename:int
85 force = 1;
114 if (strncmp(buf, "X68SCSI1", 8) == 0 && !force)
  /src/sys/dev/raidframe/
rf_compat32.c 72 int force; /* if !0, ignore many fatal member in struct:RF_Config_s32
75 "force" is used to override cases where the component labels would
122 k_cfg->force = k_cfg32->force;
  /src/usr.bin/telnet/
terminal.c 186 setconnmode(int force)
193 newmode = getconnmode()|(force?MODE_FORCE:0);
  /src/sbin/apmlabel/
apmlabel.c 300 int force; /* force label update */ local in function:main
305 force = 0;
312 force = 1;
346 if (! changed && ! force)
  /src/sbin/mbrlabel/
mbrlabel.c 288 int force; /* force label update */ local in function:main
295 force = 0;
303 force = 1;
351 if (! changed && ! force)

Completed in 21 milliseconds

1 2 3 4 5 6 7 8 910