Searched refs:filter (Results 226 - 250 of 363) sorted by relevance

1234567891011>>

/openbsd-current/gnu/usr.bin/texinfo/doc/
H A Dhelp2man492 my $filter = join '|', @pre, @post;
495 for (@pre, (grep ! /^($filter)$/o, @include), @post)
/openbsd-current/sys/dev/pci/
H A Demuxkivar.h163 struct emuxki_chanparms_filter filter; member in struct:emuxki_channel
H A Demuxki.c1103 chan->filter.initial_cutoff_frequency = 0xff; /* no filter */
1104 chan->filter.current_cutoff_frequency = 0xffff; /* no filtering */
1105 chan->filter.target_cutoff_frequency = 0xffff; /* no filtering */
1106 chan->filter.lowpass_resonance_height = 0x0;
1107 chan->filter.interpolation_ROM = 0x1; /* full band */
1108 chan->filter.envelope_amount = 0x7f; /* none */
1109 chan->filter.LFO_modulation_depth = 0x00; /* none */
1258 (chan->filter.lowpass_resonance_height << 28) |
1259 (chan->filter
[all...]
H A Dif_wpireg.h301 uint32_t filter; member in struct:wpi_rxon
315 uint32_t filter; member in struct:wpi_assoc
481 uint32_t filter; member in struct:wpi_scan_hdr
/openbsd-current/sys/dev/usb/
H A Dif_uathreg.h226 uint32_t filter; member in struct:uath_cmd_filter
H A Dif_urndis.c389 u_int32_t filter; local
391 filter = htole32(sc->sc_filter);
393 &filter, sizeof(filter));
1366 u_int32_t filter; local
1474 /* Initialize packet filter */
1477 filter = htole32(sc->sc_filter);
1478 if (urndis_ctrl_set(sc, OID_GEN_CURRENT_PACKET_FILTER, &filter,
1479 sizeof(filter)) != RNDIS_STATUS_SUCCESS) {
/openbsd-current/libexec/login_ldap/
H A Dlogin_ldap.c223 ctx.userdn = search(&ctx, ctx.basedn, ctx.filter, ctx.scope);
247 dlog(1, "group filter matched!");
H A Daldap.c251 aldap_search(struct aldap *ldap, char *basedn, enum scope scope, char *filter, argument
277 if ((ber = ldap_parse_search_filter(ber, filter)) == NULL) {
800 /* filter */
802 lu->filter = p;
823 if (aldap_search(ldap, lu->dn, lu->scope, lu->filter, lu->attributes,
879 ldap_parse_search_filter(struct ber_element *ber, char *filter) argument
884 cp = filter;
905 * Translate RFC4515 search filter string into ber_element tree
913 * to point one character beyond the filter that was passed
914 * i.e., cp jumps to "(filter)" upo
[all...]
/openbsd-current/gnu/llvm/lldb/include/lldb/Core/
H A DValueObjectSyntheticFilter.h164 ValueObjectSynthetic(ValueObject &parent, lldb::SyntheticChildrenSP filter);
/openbsd-current/gnu/llvm/lldb/source/Breakpoint/
H A DBreakpointResolverScripted.cpp106 SearchFilter &filter, SymbolContext &context, Address *addr) {
105 SearchCallback( SearchFilter &filter, SymbolContext &context, Address *addr) argument
/openbsd-current/gnu/llvm/lldb/packages/Python/lldbsuite/test/make/
H A DMakefile.rules291 ifeq (,$(filter $(OS), Windows_NT Android Darwin))
292 ifneq (,$(filter YES,$(ENABLE_THREADS)))
423 ifneq (,$(filter $(OS), FreeBSD Linux NetBSD))
447 ifeq (,$(filter $(OS), NetBSD Windows_NT))
/openbsd-current/gnu/llvm/llvm/include/llvm/DebugInfo/Symbolize/
H A DMarkupFilter.h10 /// This file declares a filter that replaces symbolizer markup with
42 /// deferred until future filter() or finish() call.
43 void filter(StringRef Line);
/openbsd-current/sbin/pflogd/
H A Dpflogd.c64 char *filter = NULL; variable
186 if (pcap_compile(hpcap, &bprog, filter, PCAP_OPT_FIL, 0) < 0)
231 "kernel bpf filter out of date");
673 /* filter will be used by the privileged process */
675 filter = copy_argv(argv);
676 if (filter == NULL)
677 logmsg(LOG_NOTICE, "Failed to form filter expression");
/openbsd-current/gnu/usr.bin/perl/Porting/
H A DcmpVERSION.pl221 foreach (`git --no-pager diff --name-only $tag_to_compare --diff-filter=ACMRTUXB`) {
/openbsd-current/usr.bin/tail/
H A Dforward.c200 if (ke.filter == EVFILT_READ) {
215 } else if (ke.filter == EVFILT_VNODE) {
/openbsd-current/gnu/llvm/lldb/source/Core/
H A DValueObjectSyntheticFilter.cpp49 lldb::SyntheticChildrenSP filter)
50 : ValueObject(parent), m_synth_sp(std::move(filter)), m_children_byindex(),
95 "%s and type %s, the filter returned %zu child values",
103 "%s and type %s, the filter returned %zu child values",
165 // regenerate the synthetic filter if our typename changes
171 "from %s to %s, recomputing synthetic filter",
182 "filter said caches are stale - clearing",
184 // filter said that cached values are stale
204 "filter said caches are still valid",
215 "filter sai
48 ValueObjectSynthetic(ValueObject &parent, lldb::SyntheticChildrenSP filter) argument
[all...]
/openbsd-current/gnu/usr.bin/cvs/src/
H A Dtag.c25 static int pretag_proc PROTO((char *repository, char *filter));
555 pretag_proc(repository, filter)
557 char *filter;
559 if (filter[0] == '/')
563 s = xstrdup(filter);
574 error (0, errno, "cannot find pre-tag filter '%s'", s);
580 run_setup (filter);
H A Dedit.c681 static int notify_proc PROTO ((char *repository, char *filter));
684 notify_proc (repository, filter)
686 char *filter;
697 prog = xmalloc (strlen (filter) + strlen (args->notifyee) + 1);
701 for (p = filter, q = prog; *p != '\0'; ++p)
732 error (0, errno, "cannot write entry to notify filter: %s", prog);
/openbsd-current/usr.bin/ldap/
H A Daldap.c251 aldap_search(struct aldap *ldap, char *basedn, enum scope scope, char *filter, argument
277 if ((ber = ldap_parse_search_filter(ber, filter)) == NULL) {
800 /* filter */
802 lu->filter = p;
823 if (aldap_search(ldap, lu->dn, lu->scope, lu->filter, lu->attributes,
879 ldap_parse_search_filter(struct ber_element *ber, char *filter) argument
884 cp = filter;
905 * Translate RFC4515 search filter string into ber_element tree
913 * to point one character beyond the filter that was passed
914 * i.e., cp jumps to "(filter)" upo
[all...]
/openbsd-current/usr.sbin/ypldap/
H A Daldap.c287 aldap_search(struct aldap *ldap, char *basedn, enum scope scope, char *filter, argument
313 if ((ber = ldap_parse_search_filter(ber, filter)) == NULL) {
836 /* filter */
838 lu->filter = p;
859 if (aldap_search(ldap, lu->dn, lu->scope, lu->filter, lu->attributes,
915 ldap_parse_search_filter(struct ber_element *ber, char *filter) argument
920 cp = filter;
941 * Translate RFC4515 search filter string into ber_element tree
949 * to point one character beyond the filter that was passed
950 * i.e., cp jumps to "(filter)" upo
[all...]
/openbsd-current/gnu/llvm/lldb/packages/Python/lldbsuite/test/tools/lldb-vscode/
H A Dvscode.py343 def wait_for_event(self, filter=None, timeout=None):
345 return self.recv_packet(filter_type='event', filter_event=filter,
351 stopped_event = self.wait_for_event(filter=['stopped', 'exited'],
364 stopped_event = self.wait_for_event(filter='stopped', timeout=0.25)
705 self.wait_for_event(filter=['process', 'initialized'])
706 self.wait_for_event(filter=['process', 'initialized'])
/openbsd-current/sys/dev/pv/
H A Dif_hvn.c396 uint32_t filter = 0; local
403 filter = NDIS_PACKET_TYPE_PROMISCUOUS;
405 filter = NDIS_PACKET_TYPE_BROADCAST |
409 filter |= NDIS_PACKET_TYPE_ALL_MULTICAST;
414 &filter, sizeof(filter));
416 DPRINTF("%s: failed to set RNDIS filter to %#x\n",
417 sc->sc_dev.dv_xname, filter);
1749 uint32_t filter = 0; local
1753 &filter, sizeo
[all...]
/openbsd-current/usr.sbin/smtpd/
H A Dsmtp_session.c111 struct io *filter; member in struct:smtp_tx
1145 eom = (s->tx->filter == NULL) ?
1165 if (s->tx->filter == NULL)
1706 if (s->tx->filter == NULL)
1709 io_free(s->tx->filter);
1710 s->tx->filter = NULL;
2670 io_printf(tx->filter, "%s\n", line ? line : ".");
2706 log_trace(TRACE_IO, "filter session io (smtp): %p: %s %s", tx, io_strevent(evt),
2712 line = io_getline(tx->filter, &len);
2733 log_debug("smtp: %p: filter f
[all...]
/openbsd-current/gnu/gcc/gcc/
H A Dopts.c1286 unsigned int i, len, filter, indent = 0; local
1293 filter = flag;
1301 filter = flag | CL_COMMON;
1305 if ((cl_options[i].flags & filter) != flag)
1330 if ((cl_options[i].flags & filter) != flag)
/openbsd-current/sys/dev/pci/drm/i915/display/
H A Dskl_scaler.c622 * The letter represents the filter tap (D is the center tap) and the number
680 static u32 skl_scaler_get_filter_select(enum drm_scaling_filter filter, int set) argument
682 if (filter == DRM_SCALING_FILTER_NEAREST_NEIGHBOR) {
694 int id, int set, enum drm_scaling_filter filter)
696 switch (filter) {
703 MISSING_CASE(filter);
693 skl_scaler_setup_filter(struct drm_i915_private *dev_priv, enum pipe pipe, int id, int set, enum drm_scaling_filter filter) argument

Completed in 380 milliseconds

1234567891011>>