Home
last modified time | relevance | path

Searched refs:force (Results 1 – 25 of 639) sorted by relevance

12345678910>>...26

/freebsd-10-stable/contrib/gperf/
DMakefile.in34 all : force
37 install : force
40 installdirs : force
43 uninstall : force
46 check : force
49 mostlyclean : force
52 clean : force
55 distclean : force
59 maintainer-clean : force
63 force :
/freebsd-10-stable/usr.sbin/devctl/
Ddevctl.c135 bool force; in detach() local
138 force = false; in detach()
142 force = true; in detach()
152 if (devctl_detach(av[0], force) < 0) in detach()
169 bool force; in disable() local
172 force = false; in disable()
176 force = true; in disable()
186 if (devctl_disable(av[0], force) < 0) in disable()
215 bool force; in set_driver() local
218 force = false; in set_driver()
[all …]
/freebsd-10-stable/contrib/less/
Dforwback.c128 forw(n, pos, force, only_last, nblank) in forw() argument
131 int force;
172 force = 1;
188 force = 1;
232 if (!force && position(TOP) != NULL_POSITION)
305 back(n, pos, force, only_last) in back() argument
308 int force;
336 if (!force)
367 forward(n, force, only_last) in forward() argument
369 int force;
[all …]
/freebsd-10-stable/share/i18n/esdb/UTF/
DMakefile10 UTF-16BE-var= utf16,big,force
12 UTF-16LE-var= utf16,little,force
14 UTF-16-INTERNAL-var= utf16,internal,force
16 UTF-16-SWAPPED-var= utf16,swapped,force
20 UTF-32BE-var= utf32,big,force
22 UTF-32LE-var= utf32,little,force
24 UTF-32-INTERNAL-var= utf32,internal,force
26 UTF-32-SWAPPED-var= utf32,swapped,force
/freebsd-10-stable/contrib/nvi/ex/
Dex_quit.c35 int force; in ex_quit() local
37 force = FL_ISSET(cmdp->iflags, E_C_FORCE); in ex_quit()
40 if (file_m2(sp, force) || ex_ncheck(sp, force)) in ex_quit()
43 F_SET(sp, force ? SC_EXIT_FORCE : SC_EXIT); in ex_quit()
Dex_write.c65 int force; in ex_wq() local
72 force = FL_ISSET(cmdp->iflags, E_C_FORCE); in ex_wq()
74 if (ex_ncheck(sp, force)) in ex_wq()
77 F_SET(sp, force ? SC_EXIT_FORCE : SC_EXIT); in ex_wq()
104 int force; in ex_xit() local
113 force = FL_ISSET(cmdp->iflags, E_C_FORCE); in ex_xit()
115 if (ex_ncheck(sp, force)) in ex_xit()
118 F_SET(sp, force ? SC_EXIT_FORCE : SC_EXIT); in ex_xit()
Dex_util.c37 ex_cinit(SCR *sp, EXCMD *cmdp, int cmd_id, int naddr, recno_t lno1, recno_t lno2, int force) in ex_cinit() argument
45 if (force) in ex_cinit()
97 ex_ncheck(SCR *sp, int force) in ex_ncheck() argument
106 if (!force && sp->ccnt != sp->q_ccnt + 1 && in ex_ncheck()
/freebsd-10-stable/lib/libdevctl/
Ddevctl.c73 devctl_detach(const char *device, bool force) in devctl_detach() argument
76 return (devctl_simple_request(DEV_DETACH, device, force ? in devctl_detach()
96 devctl_set_driver(const char *device, const char *driver, bool force) in devctl_set_driver() argument
107 if (force) in devctl_set_driver()
113 devctl_clear_driver(const char *device, bool force) in devctl_clear_driver() argument
116 return (devctl_simple_request(DEV_CLEAR_DRIVER, device, force ? in devctl_clear_driver()
Ddevctl.h35 int devctl_detach(const char *device, bool force);
38 int devctl_set_driver(const char *device, const char *driver, bool force);
39 int devctl_clear_driver(const char *device, bool force);
/freebsd-10-stable/contrib/ntp/scripts/build/
Dgenver7 force=0
13 force=1
53 case "$force$rc" in
69 case "$force$rc" in
87 case "$force$rc" in
/freebsd-10-stable/usr.bin/brandelf/
Dbrandelf.c67 int ch, change = 0, force = 0, listed = 0; in main() local
74 force = 1; in main()
90 if (force) in main()
109 if (!force && (type = elftype(strtype)) == -1) { in main()
119 if ((fd = open(argv[0], change || force ? O_RDWR : O_RDONLY, 0)) < 0) { in main()
135 if (!change && !force) { in main()
/freebsd-10-stable/usr.bin/chkey/
Dchkey.c92 int force = 0; in main() local
104 force = 1; in main()
130 if (!force) { in main()
154 if (!force) { in main()
160 force = 1; /* Make this mandatory */ in main()
169 if (force) { in main()
/freebsd-10-stable/sbin/kldunload/
Dkldunload.c56 int c, fileid, force, opt; in main() local
108 force = LINKER_UNLOAD_FORCE; in main()
110 force = LINKER_UNLOAD_NORMAL; in main()
112 if (kldunloadf(fileid, force) < 0) in main()
/freebsd-10-stable/cddl/contrib/opensolaris/cmd/zpool/
Dzpool_vdev.c133 check_slice(const char *path, int force, boolean_t wholedisk, boolean_t isspare) in check_slice() argument
139 if (force) in check_slice()
162 if (!wholedisk && !force && in check_slice()
185 check_disk(const char *name, dm_descriptor_t disk, int force, int isspare) in check_disk() argument
242 if (check_slice(name, force, B_TRUE, isspare) != 0) in check_disk()
256 check_device(const char *path, boolean_t force, boolean_t isspare) in check_device() argument
269 err = check_disk(path, desc, force, isspare); in check_device()
274 return (check_slice(path, force, B_FALSE, isspare)); in check_device()
283 check_file(const char *file, boolean_t force, boolean_t isspare) in check_file() argument
334 state == POOL_STATE_SPARE || !force) { in check_file()
[all …]
/freebsd-10-stable/contrib/gperf/src/
DMakefile.in123 install : all force
127 installdirs : force
130 uninstall : force
137 clean : force
145 force :
/freebsd-10-stable/sys/geom/raid/
Dg_raid_ctl.c153 int *nargs, *force; in g_raid_ctl_stop() local
175 force = gctl_get_paraml(req, "force", sizeof(*force)); in g_raid_ctl_stop()
176 if (force != NULL && *force) in g_raid_ctl_stop()
/freebsd-10-stable/sbin/reboot/
Dnextboot.sh31 force="NO"
70 force="YES"
96 if [ -n "${kernel}" -a ${force} = "NO" -a ! -d /boot/${kernel} ]; then
/freebsd-10-stable/contrib/subversion/subversion/libsvn_ra_serf/
Dlock.c72 svn_boolean_t force; member
199 if (lock_ctx->force) in set_lock_headers()
441 svn_boolean_t force, in svn_ra_serf__lock() argument
480 lock_ctx->force = force; in svn_ra_serf__lock()
539 if (ctx->force) in set_unlock_headers()
551 svn_boolean_t force, in svn_ra_serf__unlock() argument
564 if (force) in svn_ra_serf__unlock()
647 lock_ctx->force = force; in svn_ra_serf__unlock()
/freebsd-10-stable/usr.sbin/pkg/
Dpkg.c143 install_pkg_static(const char *path, const char *pkgpath, bool force) in install_pkg_static() argument
152 if (force) in install_pkg_static()
830 bootstrap_pkg(bool force) in bootstrap_pkg() argument
911 ret = install_pkg_static(pkgstatic, tmppkg, force); in bootstrap_pkg()
964 bootstrap_pkg_local(const char *pkgpath, bool force) in bootstrap_pkg_local() argument
1018 ret = install_pkg_static(pkgstatic, pkgpath, force); in bootstrap_pkg_local()
1033 bool bootstrap_only, force, yes; in main() local
1036 force = false; in main()
1046 force = true; in main()
1049 if ((bootstrap_only && force) || access(pkgpath, X_OK) == -1) { in main()
[all …]
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Plugins/Process/Utility/
DRegisterContextDarwin_arm.h262 ReadGPR (bool force);
265 ReadFPU (bool force);
268 ReadEXC (bool force);
271 ReadDBG (bool force);
315 ReadRegisterSet (uint32_t set, bool force);
/freebsd-10-stable/contrib/gperf/doc/
DMakefile.in109 install : all force
123 installdirs : force
131 uninstall : force
143 clean : force
152 force :
/freebsd-10-stable/contrib/subversion/subversion/libsvn_client/
Ddeprecated.c84 svn_boolean_t force, in svn_client_add4() argument
90 return svn_client_add5(path, depth, force, no_ignore, FALSE, add_parents, in svn_client_add4()
97 svn_boolean_t force, in svn_client_add3() argument
103 force, no_ignore, FALSE, ctx, in svn_client_add3()
110 svn_boolean_t force, in svn_client_add2() argument
114 return svn_client_add3(path, recursive, force, FALSE, ctx, pool); in svn_client_add2()
781 svn_boolean_t force, in svn_client_move5() argument
802 svn_boolean_t force, in svn_client_move4() argument
811 return svn_client_move5(commit_info_p, src_paths, dst_path, force, FALSE, in svn_client_move4()
819 svn_boolean_t force, in svn_client_move3() argument
[all …]
/freebsd-10-stable/sys/geom/label/
Dg_label.c58 static int g_label_destroy(struct g_geom *gp, boolean_t force);
246 g_label_destroy(struct g_geom *gp, boolean_t force) in g_label_destroy() argument
253 if (force) { in g_label_destroy()
476 int *nargs, *force, error, i; in g_label_ctl_destroy() local
492 force = gctl_get_paraml(req, "force", sizeof(*force)); in g_label_ctl_destroy()
493 if (force == NULL) { in g_label_ctl_destroy()
511 error = g_label_destroy(gp, *force); in g_label_ctl_destroy()
/freebsd-10-stable/sbin/savecore/
Dsavecore.c92 static int checkfor, compress, clear, force, keep, verbose; /* flags */ variable
527 if (force == 0) in DoFile()
538 if (force == 0) in DoFile()
547 if (force == 0) in DoFile()
566 if (force == 0) in DoFile()
580 if (force == 0) in DoFile()
609 if (force == 0) in DoFile()
762 checkfor = compress = clear = force = keep = verbose = 0; in main()
777 force = 1; in main()
799 if (checkfor && (clear || force || keep)) in main()
/freebsd-10-stable/sys/net80211/
Dieee80211_crypto.h206 struct mbuf *m, int force) in ieee80211_crypto_demic() argument
209 return (cip->ic_miclen > 0 ? cip->ic_demic(k, m, force) : 1); in ieee80211_crypto_demic()
217 struct ieee80211_key *k, struct mbuf *m, int force) in ieee80211_crypto_enmic() argument
220 return (cip->ic_miclen > 0 ? cip->ic_enmic(k, m, force) : 1); in ieee80211_crypto_enmic()

12345678910>>...26