Searched refs:force (Results 226 - 250 of 381) sorted by relevance

1234567891011>>

/freebsd-11.0-release/sys/net80211/
H A Dieee80211_crypto_wep.c214 wep_enmic(struct ieee80211_key *k, struct mbuf *m, int force) argument
261 wep_demic(struct ieee80211_key *k, struct mbuf *skb, int force) argument
H A Dieee80211_crypto_tkip.c224 tkip_enmic(struct ieee80211_key *k, struct mbuf *m, int force) argument
228 if (force || (k->wk_flags & IEEE80211_KEY_SWENMIC)) {
335 tkip_demic(struct ieee80211_key *k, struct mbuf *m, int force) argument
342 if ((k->wk_flags & IEEE80211_KEY_SWDEMIC) || force) {
/freebsd-11.0-release/sys/boot/i386/boot0/
H A Dboot0.S68 * (called 'packet') or CHS mode, whether to force a drive number,
156 .set _SETDRV, B0_OFF+8 # Drive to force
668 setdrv_num: .byte 0x80 # Drive to force
/freebsd-11.0-release/contrib/ntp/ntpdc/
H A DMakefile.am122 cd $(srcdir) && ( makeinfo --force --html --no-split -I ../sntp -o ntpdc.html ntpdc.texi || true )
/freebsd-11.0-release/contrib/ntp/ntpq/
H A DMakefile.am115 cd $(srcdir) && ( makeinfo --force --html --no-split -o ntpq.html ntpq.texi || true )
/freebsd-11.0-release/contrib/ntp/util/
H A DMakefile.am115 cd $(srcdir) && ( makeinfo --force --html --no-split -o ntp-keygen.html ntp-keygen.texi || true )
/freebsd-11.0-release/usr.sbin/timed/timed/
H A Dtimed.c743 get_goodgroup(int force) argument
764 && !force)
/freebsd-11.0-release/contrib/llvm/tools/lldb/source/Plugins/OperatingSystem/Python/
H A DOperatingSystemPython.cpp55 OperatingSystemPython::CreateInstance (Process *process, bool force) argument
57 // Python OperatingSystem plug-ins must be requested by name, so force must be true
/freebsd-11.0-release/contrib/llvm/tools/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationClient.h331 GetHostInfo (bool force = false);
H A DProcessGDBRemote.h369 BuildDynamicRegisterInfo (bool force);
/freebsd-11.0-release/contrib/subversion/subversion/svn/
H A Dblame-cmd.c378 opt_state->force,
392 "(use --force to treat as text): "
H A Dcl.h166 svn_boolean_t force; /* be more forceful, as in "svn rm -f ..." */
167 svn_boolean_t force_log; /* force validity of a suspect log msg file */
668 /* Add a message about --force if appropriate */
162 svn_boolean_t force; /* be more forceful, as in "svn rm -f ..." */ member in struct:svn_cl__opt_state_t
/freebsd-11.0-release/sys/dev/drm2/
H A Ddrm_fb_helper.c199 if (mode->force) {
201 switch (mode->force) {
216 connector->force = mode->force;
421 .help_msg = "force-fb(V)",
H A Ddrm_crtc.h434 * @force: notify the driver the connector is forced on
447 * @force is set to false whilst polling, true when checking the
448 * connector due to user request. @force can be used by the driver
453 bool force);
458 void (*force)(struct drm_connector *connector); member in struct:drm_connector_funcs
509 DRM_FORCE_ON, /* force on analog part normally */
546 * @force: a %DRM_FORCE_<foo> state for forced mode sets
598 enum drm_connector_force force; member in struct:drm_connector
/freebsd-11.0-release/lib/libiconv_modules/UTF1632/
H A Dcitrus_utf1632.c369 MATCH(force, ei->mode |= _MODE_FORCE_ENDIAN);
/freebsd-11.0-release/sbin/geom/class/eli/
H A Dgeom_eli.c155 { 'f', "force", NULL, G_TYPE_BOOL },
163 { 'f', "force", NULL, G_TYPE_BOOL },
210 { 'f', "force", NULL, G_TYPE_BOOL },
244 { 'f', "force", NULL, G_TYPE_BOOL },
1206 bool all, force; local
1215 force = gctl_get_int(req, "force");
1226 if (!(md.md_keys & (1 << nkey)) && !force) {
1231 if (md.md_keys == 0 && !force) {
1519 if (gctl_get_int(req, "force")) {
[all...]
/freebsd-11.0-release/sys/amd64/include/
H A Dpmap.h413 boolean_t force);
/freebsd-11.0-release/contrib/gcc/cp/
H A Dcvt.c80 cp_convert_to_pointer (tree type, tree expr, bool force)
199 if (force)
232 force);
629 constructors. So don't force a temporary. */
79 cp_convert_to_pointer(tree type, tree expr, bool force) argument
/freebsd-11.0-release/bin/chio/
H A Dchio.c774 int force = 0; local
786 force = 1;
817 if (force)
/freebsd-11.0-release/usr.sbin/ypbind/
H A Dypbind.c828 rpc_received(char *dom, struct sockaddr_in *raddrp, int force) argument
848 if (ypdb && force) {
895 if (force == 0)
/freebsd-11.0-release/usr.sbin/newsyslog/
H A Dnewsyslog.c227 static int force = 0; /* Force the trim no matter what */ variable
528 if (ent->flags & CE_TRIMAT && !force && !rotatereq &&
582 } else if (force) {
682 force++;
703 if (force && norotate) {
/freebsd-11.0-release/sys/dev/pci/
H A Dpci.c97 struct resource_list *rl, int force, int prefetch);
3000 int force, int prefetch)
3074 if (!force && (basezero || map == testval))
3174 pci_ata_maps(device_t bus, device_t dev, struct resource_list *rl, int force, argument
3192 pci_add_map(bus, dev, PCIR_BAR(0), rl, force,
3194 pci_add_map(bus, dev, PCIR_BAR(1), rl, force,
3207 pci_add_map(bus, dev, PCIR_BAR(2), rl, force,
3209 pci_add_map(bus, dev, PCIR_BAR(3), rl, force,
3221 pci_add_map(bus, dev, PCIR_BAR(4), rl, force,
3223 pci_add_map(bus, dev, PCIR_BAR(5), rl, force,
2999 pci_add_map(device_t bus, device_t dev, int reg, struct resource_list *rl, int force, int prefetch) argument
3784 pci_add_resources(device_t bus, device_t dev, int force, uint32_t prefetchmask) argument
[all...]
/freebsd-11.0-release/sys/dev/sound/pcm/
H A Dchannel.c667 chn_start(struct pcm_channel *c, int force) argument
676 if (CHN_STARTED(c) || ((c->flags & CHN_F_NOTRIGGER) && !force))
681 if (force) {
724 "(ready=%d force=%d i=%d j=%d "
732 force, i, j, c->timeout,
1506 chn_vpc_reset(struct pcm_channel *c, int vc, int force) argument
1514 if (force == 0 && chn_vpc_autoreset == 0)
1960 /* XXX force 48k */
1988 /* XXX force stereo */
/freebsd-11.0-release/contrib/wpa/src/ap/
H A Dbeacon.c555 void sta_track_expire(struct hostapd_iface *iface, int force) argument
566 if (!force &&
570 force = 0;
/freebsd-11.0-release/libexec/bootpd/
H A Dreadfile.c320 readtab(force)
321 int force;
347 if ((force == 0) &&

Completed in 413 milliseconds

1234567891011>>