Searched refs:filt (Results 1 - 25 of 41) sorted by relevance

12

/freebsd-current/contrib/elftoolchain/cxxfilt/
H A DMakefile5 PROG= c++filt
13 MAN1= c++filt.1
/freebsd-current/usr.bin/gzip/
H A Dzdiff112 check_suffix "$1" files filt
113 if [ -z "$filt" ]; then
117 $filt -- "$1" | $prog $flags -- - "$files"
121 check_suffix "$1" files filt
123 if [ -z "$filt" -a -z "$filt2" ]; then
125 elif [ -z "$filt" -a -n "$filt2" -a "$1" != "-" ]; then
127 elif [ -n "$filt" -a -z "$filt2" -a "$2" != "-" ]; then
128 $filt -- "$1" | $prog $flags -- - "$2"
133 ${filt:-cat} -- "$1" | $prog $flags -- - "$tmp"
/freebsd-current/usr.bin/clang/llvm-cxxfilt/
H A DMakefile27 LINKS= ${BINDIR}/llvm-cxxfilt ${BINDIR}/c++filt
28 MLINKS= llvm-cxxfilt.1 c++filt.1
/freebsd-current/usr.bin/cxxfilt/
H A DMakefile11 PROG= c++filt
/freebsd-current/sys/arm/mv/
H A Dic.c151 u_int filt, irq; local
154 filt = ~((last >= 0) ? (2 << last) - 1 : 0);
156 if (irq & filt) {
157 next = ffs(irq & filt) - 1;
161 filt = ~((last >= 32) ? (2 << (last - 32)) - 1 : 0);
163 if (irq & filt) {
164 next = ffs(irq & filt) + 31;
169 filt = ~((last >= 64) ? (2 << (last - 64)) - 1 : 0);
171 if (irq & filt) {
172 next = ffs(irq & filt)
[all...]
/freebsd-current/usr.sbin/lpr/common_source/
H A Dprintcap.c194 "filt.cifplot", "filt.dvi", "filt.plot", "filt.input", "filt.ditroff",
195 "filt.output", "filt.fortran", "filt.troff", "filt.raster"
207 enum lpd_filters filt; local
328 enum lpd_filters filt; local
[all...]
/freebsd-current/sys/net/altq/
H A Daltq_subr.c1590 apply_filter4(fbmask, filt, pkt)
1592 struct flow_filter *filt;
1595 if (filt->ff_flow.fi_family != AF_INET)
1597 if ((fbmask & FIMB4_SPORT) && filt->ff_flow.fi_sport != pkt->fi_sport)
1599 if ((fbmask & FIMB4_DPORT) && filt->ff_flow.fi_dport != pkt->fi_dport)
1602 filt->ff_flow.fi_dst.s_addr !=
1603 (pkt->fi_dst.s_addr & filt->ff_mask.mask_dst.s_addr))
1606 filt->ff_flow.fi_src.s_addr !=
1607 (pkt->fi_src.s_addr & filt->ff_mask.mask_src.s_addr))
1609 if ((fbmask & FIMB4_PROTO) && filt
[all...]
H A Daltq_var.h73 LIST_HEAD(filt, acc_filter) acc_filters[ACC_FILTER_TABLESIZE];
/freebsd-current/usr.sbin/mld6query/
H A Dmld6.c94 struct icmp6_filter filt; local
162 ICMP6_FILTER_SETBLOCKALL(&filt);
163 ICMP6_FILTER_SETPASS(ICMP6_MEMBERSHIP_QUERY, &filt);
164 ICMP6_FILTER_SETPASS(ICMP6_MEMBERSHIP_REPORT, &filt);
165 ICMP6_FILTER_SETPASS(ICMP6_MEMBERSHIP_REDUCTION, &filt);
166 if (setsockopt(s, IPPROTO_ICMPV6, ICMP6_FILTER, &filt,
167 sizeof(filt)) < 0)
/freebsd-current/sys/kern/
H A Duipc_accf.c74 accept_filt_add(struct accept_filter *filt) argument
80 if (strcmp(p->accf_name, filt->accf_name) == 0) {
85 p->accf_callback = filt->accf_callback;
87 free(filt, M_ACCF);
93 SLIST_INSERT_HEAD(&accept_filtlsthd, filt, accf_next);
H A Dkern_event.c116 static const struct filterops *kqueue_fo_find(int filt);
117 static void kqueue_fo_release(int filt);
1401 kqueue_add_filteropts(int filt, const struct filterops *filtops) argument
1406 if (filt > 0 || filt + EVFILT_SYSCOUNT < 0) {
1409 ~filt, EVFILT_SYSCOUNT);
1413 if (sysfilt_ops[~filt].for_fop != &null_filtops &&
1414 sysfilt_ops[~filt].for_fop != NULL)
1417 sysfilt_ops[~filt].for_fop = filtops;
1418 sysfilt_ops[~filt]
1426 kqueue_del_filteropts(int filt) argument
1450 kqueue_fo_find(int filt) argument
1469 kqueue_fo_release(int filt) argument
1496 int error, filt, event; local
[all...]
/freebsd-current/sys/dev/bwi/
H A Dbwimac.h89 #define MOBJ_FILT_SETBITS_2(mac, objid, ofs, filt, bits) \
91 (MOBJ_READ_2((mac), (objid), (ofs)) & (filt)) | (bits))
H A Dbwirf.h119 #define RF_FILT_SETBITS(mac, ofs, filt, bits) \
120 RF_WRITE((mac), (ofs), (RF_READ((mac), (ofs)) & (filt)) | (bits))
H A Dif_bwivar.h91 #define CSR_FILT_SETBITS_4(sc, reg, filt, bits) \
92 CSR_WRITE_4((sc), (reg), (CSR_READ_4((sc), (reg)) & (filt)) | (bits))
93 #define CSR_FILT_SETBITS_2(sc, reg, filt, bits) \
94 CSR_WRITE_2((sc), (reg), (CSR_READ_2((sc), (reg)) & (filt)) | (bits))
/freebsd-current/cddl/contrib/opensolaris/cmd/lockstat/
H A Dlockstat.c635 filter_add(char **filt, char *what, uintptr_t base, size_t size) argument
640 if (*filt == NULL) {
641 *filt = malloc(1);
642 *filt[0] = '\0';
646 (void) sprintf(c, "%s(%s >= 0x%p && %s < 0x%p)", *filt[0] != '\0' ?
649 (void) sprintf(c, "%s(%s >= %p && %s < %p)", *filt[0] != '\0' ?
653 newlen = (len = strlen(*filt) + 1) + strlen(c);
655 bcopy(*filt, new, len);
657 free(*filt);
658 *filt
662 filter_destroy(char **filt) argument
1130 char *filt = NULL, *ifilt = NULL; local
[all...]
/freebsd-current/sys/dev/pccbb/
H A Dpccbbvar.h34 driver_filter_t *filt; member in struct:cbb_intrhand
135 int flags, driver_filter_t *filt, driver_intr_t *intr, void *arg,
H A Dpccbb.c353 int flags, driver_filter_t *filt, driver_intr_t *intr, void *arg,
360 if (filt == NULL && intr == NULL)
366 ih->filt = filt;
375 filt ? cbb_func_filt : NULL, intr ? cbb_func_intr : NULL, ih,
601 return ((*ih->filt)(ih->arg));
623 if (ih->filt == NULL) {
352 cbb_setup_intr(device_t dev, device_t child, struct resource *irq, int flags, driver_filter_t *filt, driver_intr_t *intr, void *arg, void **cookiep) argument
/freebsd-current/usr.sbin/rrenumd/
H A Drrenumd.c271 struct icmp6_filter filt; local
297 ICMP6_FILTER_SETBLOCKALL(&filt);
298 ICMP6_FILTER_SETPASS(ICMP6_ROUTER_RENUMBERING, &filt);
299 if (setsockopt(s6, IPPROTO_ICMPV6, ICMP6_FILTER, &filt,
300 sizeof(filt)) < 0) {
/freebsd-current/sys/dev/quicc/
H A Dquicc_core.c352 int flags, driver_filter_t *filt, void (*ihand)(void *), void *arg,
362 if (filt == NULL && !(flags & INTR_MPSAFE))
369 if (sc->sc_fastintr && filt == NULL) {
377 qd->qd_ih = (filt != NULL) ? filt : (driver_filter_t *)ihand;
351 quicc_bus_setup_intr(device_t dev, device_t child, struct resource *r, int flags, driver_filter_t *filt, void (*ihand)(void *), void *arg, void **cookiep) argument
/freebsd-current/sys/dev/scc/
H A Dscc_core.c516 driver_filter_t *filt, void (*ihand)(void *), void *arg, void **cookiep)
527 if (filt == NULL && !(flags & INTR_MPSAFE))
534 if (sc->sc_fastintr && filt == NULL) {
549 m->m_fastintr = (filt != NULL) ? 1 : 0;
550 m->ih = (filt != NULL) ? filt : (driver_filter_t *)ihand;
515 scc_bus_setup_intr(device_t dev, device_t child, struct resource *r, int flags, driver_filter_t *filt, void (*ihand)(void *), void *arg, void **cookiep) argument
/freebsd-current/sys/sys/
H A Devent.h351 int kqueue_add_filteropts(int filt, const struct filterops *filtops);
352 int kqueue_del_filteropts(int filt);
/freebsd-current/sys/powerpc/powerpc/
H A Dnexus.c152 int flags, driver_filter_t *filt, driver_intr_t *intr, void *arg,
176 rman_get_start(r), filt, intr, arg, flags, cookiep, domain);
151 nexus_setup_intr(device_t bus __unused, device_t child, struct resource *r, int flags, driver_filter_t *filt, driver_intr_t *intr, void *arg, void **cookiep) argument
/freebsd-current/contrib/bsnmp/snmp_ntp/
H A Dsnmp_ntp.c161 struct filt { struct
164 TAILQ_ENTRY(filt) link;
170 TAILQ_HEAD(filt_list, filt);
879 struct filt *f;
929 struct filt *f;
1410 uint32_t filt; local
1411 struct filt *t;
1435 if (index_decode(&value->var, sub, iidx, &peer, &filt))
/freebsd-current/sys/riscv/riscv/
H A Dnexus.c266 driver_filter_t *filt, driver_intr_t *intr, void *arg, void **cookiep)
278 error = intr_setup_irq(child, res, filt, intr, arg, flags, cookiep);
265 nexus_setup_intr(device_t dev, device_t child, struct resource *res, int flags, driver_filter_t *filt, driver_intr_t *intr, void *arg, void **cookiep) argument
/freebsd-current/sys/arm/arm/
H A Dnexus.c274 driver_filter_t *filt, driver_intr_t *intr, void *arg, void **cookiep)
280 return (intr_setup_irq(child, res, filt, intr, arg, flags, cookiep));
273 nexus_setup_intr(device_t dev, device_t child, struct resource *res, int flags, driver_filter_t *filt, driver_intr_t *intr, void *arg, void **cookiep) argument

Completed in 341 milliseconds

12