/freebsd/usr.sbin/lpr/common_source/ |
H A D | printcap.c | 194 "filt.cifplot", "filt.dvi", "filt.plot", "filt.input", "filt.ditroff", 195 "filt.output", "filt.fortran", "filt.troff", "filt.raster" 207 enum lpd_filters filt; in getprintcap_int() local 277 for (filt = 0; filt < LPF_COUNT; filt++) { in getprintcap_int() 278 CHK(capdb_getaltstr(bp, filters[filt], longfilters[filt], 0, in getprintcap_int() 279 &pp->filters[filt])); in getprintcap_int() 328 enum lpd_filters filt; in free_printer() local 332 for (filt = 0; filt < LPF_COUNT; filt++) in free_printer() 333 cfree(pp->filters[filt]); in free_printer()
|
/freebsd/usr.bin/gzip/ |
H A D | zdiff | 112 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/sys/net/altq/ |
H A D | altq_subr.c | 1585 apply_filter4(fbmask, filt, pkt) in apply_filter4() argument 1587 struct flow_filter *filt; 1590 if (filt->ff_flow.fi_family != AF_INET) 1592 if ((fbmask & FIMB4_SPORT) && filt->ff_flow.fi_sport != pkt->fi_sport) 1594 if ((fbmask & FIMB4_DPORT) && filt->ff_flow.fi_dport != pkt->fi_dport) 1597 filt->ff_flow.fi_dst.s_addr != 1598 (pkt->fi_dst.s_addr & filt->ff_mask.mask_dst.s_addr)) 1601 filt->ff_flow.fi_src.s_addr != 1602 (pkt->fi_src.s_addr & filt->ff_mask.mask_src.s_addr)) 1604 if ((fbmask & FIMB4_PROTO) && filt->ff_flow.fi_proto != pkt->fi_proto) [all …]
|
/freebsd/sys/arm/mv/ |
H A D | ic.c | 151 u_int filt, irq; in arm_get_next_irq() local 154 filt = ~((last >= 0) ? (2 << last) - 1 : 0); in arm_get_next_irq() 156 if (irq & filt) { in arm_get_next_irq() 157 next = ffs(irq & filt) - 1; in arm_get_next_irq() 161 filt = ~((last >= 32) ? (2 << (last - 32)) - 1 : 0); in arm_get_next_irq() 163 if (irq & filt) { in arm_get_next_irq() 164 next = ffs(irq & filt) + 31; in arm_get_next_irq() 169 filt = ~((last >= 64) ? (2 << (last - 64)) - 1 : 0); in arm_get_next_irq() 171 if (irq & filt) { in arm_get_next_irq() 172 next = ffs(irq & filt) + 63; in arm_get_next_irq()
|
/freebsd/usr.sbin/lpr/lpr/ |
H A D | printcap.5 | 138 .It "cf filt.cifplot" 140 .It "df filt.dvi" 144 .It "gf filt.plot" 146 .It "if filt.input" 153 .It "nf filt.ditroff" 154 .It "of filt.output" 161 .It "rf filt.fortran" 175 .It "tf filt.troff" 177 .It "vf filt.raster"
|
/freebsd/share/man/man9/ |
H A D | kqueue.9 | 40 .Fn kqueue_add_filteropts "int filt" "struct filterops *filtops" 42 .Fn kqueue_del_filteropts "int filt" 85 .Fa filt 398 .Fa filt , 408 .Fa filt ,
|
/freebsd/sys/kern/ |
H A D | kern_event.c | 116 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) in kqueue_add_filteropts() argument 1406 if (filt > 0 || filt + EVFILT_SYSCOUNT < 0) { in kqueue_add_filteropts() 1409 ~filt, EVFILT_SYSCOUNT); in kqueue_add_filteropts() 1413 if (sysfilt_ops[~filt].for_fop != &null_filtops && in kqueue_add_filteropts() 1414 sysfilt_ops[~filt].for_fop != NULL) in kqueue_add_filteropts() 1417 sysfilt_ops[~filt].for_fop = filtops; in kqueue_add_filteropts() 1418 sysfilt_ops[~filt].for_refcnt = 0; in kqueue_add_filteropts() 1426 kqueue_del_filteropts(int filt) in kqueue_del_filteropts() argument [all …]
|
H A D | uipc_accf.c | 74 accept_filt_add(struct accept_filter *filt) in accept_filt_add() argument 80 if (strcmp(p->accf_name, filt->accf_name) == 0) { in accept_filt_add() 85 p->accf_callback = filt->accf_callback; in accept_filt_add() 87 free(filt, M_ACCF); in accept_filt_add() 93 SLIST_INSERT_HEAD(&accept_filtlsthd, filt, accf_next); in accept_filt_add()
|
/freebsd/usr.sbin/mld6query/ |
H A D | mld6.c | 94 struct icmp6_filter filt; in main() local 162 ICMP6_FILTER_SETBLOCKALL(&filt); in main() 163 ICMP6_FILTER_SETPASS(ICMP6_MEMBERSHIP_QUERY, &filt); in main() 164 ICMP6_FILTER_SETPASS(ICMP6_MEMBERSHIP_REPORT, &filt); in main() 165 ICMP6_FILTER_SETPASS(ICMP6_MEMBERSHIP_REDUCTION, &filt); in main() 166 if (setsockopt(s, IPPROTO_ICMPV6, ICMP6_FILTER, &filt, in main() 167 sizeof(filt)) < 0) in main()
|
/freebsd/sys/contrib/device-tree/Bindings/input/ |
H A D | iqs626a.yaml | 218 azoteq,filt-disable: 301 azoteq,filt-str-np-cnt: 309 azoteq,filt-str-lp-cnt: 317 azoteq,filt-str-np-lta: 325 azoteq,filt-str-lp-lta: 552 azoteq,filt-disable: 636 azoteq,filt-str-trackpad: 642 azoteq,filt-str-np-cnt: 649 azoteq,filt-str-lp-cnt: 780 azoteq,filt-str-np-cnt = <1>; [all …]
|
H A D | iqs269a.yaml | 76 azoteq,filt-str-lp-lta: 83 azoteq,filt-str-lp-cnt: 90 azoteq,filt-str-np-lta: 97 azoteq,filt-str-np-cnt: 154 azoteq,filt-disable: 207 azoteq,filt-str-slider:
|
/freebsd/contrib/elftoolchain/cxxfilt/ |
H A D | Makefile | 5 PROG= c++filt 13 MAN1= c++filt.1
|
H A D | c++filt.1 | 25 .\" $Id: c++filt.1 3642 2018-10-14 14:24:28Z jkoshy $ 31 .Nm c++filt
|
/freebsd/usr.bin/clang/llvm-cxxfilt/ |
H A D | Makefile | 26 LINKS= ${BINDIR}/llvm-cxxfilt ${BINDIR}/c++filt 27 MLINKS= llvm-cxxfilt.1 c++filt.1
|
/freebsd/sys/dev/quicc/ |
H A D | quicc_core.c | 352 int flags, driver_filter_t *filt, void (*ihand)(void *), void *arg, in quicc_bus_setup_intr() argument 362 if (filt == NULL && !(flags & INTR_MPSAFE)) in quicc_bus_setup_intr() 369 if (sc->sc_fastintr && filt == NULL) { in quicc_bus_setup_intr() 377 qd->qd_ih = (filt != NULL) ? filt : (driver_filter_t *)ihand; in quicc_bus_setup_intr()
|
/freebsd/cddl/contrib/opensolaris/cmd/lockstat/ |
H A D | lockstat.c | 635 filter_add(char **filt, char *what, uintptr_t base, size_t size) in filter_add() argument 640 if (*filt == NULL) { in filter_add() 641 *filt = malloc(1); in filter_add() 642 *filt[0] = '\0'; in filter_add() 646 (void) sprintf(c, "%s(%s >= 0x%p && %s < 0x%p)", *filt[0] != '\0' ? in filter_add() 649 (void) sprintf(c, "%s(%s >= %p && %s < %p)", *filt[0] != '\0' ? in filter_add() 653 newlen = (len = strlen(*filt) + 1) + strlen(c); in filter_add() 655 bcopy(*filt, new, len); in filter_add() 657 free(*filt); in filter_add() 658 *filt = new; in filter_add() [all …]
|
/freebsd/tests/sys/kqueue/libkqueue/ |
H A D | vnode.c | 169 err(1, "%s - incorrect event (sig=%u; filt=%d; flags=%d)", in test_kevent_vnode_note_attrib() 197 err(1, "%s - incorrect event (sig=%u; filt=%d; flags=%d)", in test_kevent_vnode_note_rename() 257 err(1, "%s - incorrect event (sig=%u; filt=%d; flags=%d)", in test_kevent_vnode_disable_and_enable() 288 err(1, "%s - incorrect event (sig=%u; filt=%d; flags=%d)", in test_kevent_vnode_dispatch()
|
/freebsd/sys/dev/scc/ |
H A D | scc_core.c | 516 driver_filter_t *filt, void (*ihand)(void *), void *arg, void **cookiep) in scc_bus_setup_intr() argument 527 if (filt == NULL && !(flags & INTR_MPSAFE)) in scc_bus_setup_intr() 534 if (sc->sc_fastintr && filt == NULL) { in scc_bus_setup_intr() 549 m->m_fastintr = (filt != NULL) ? 1 : 0; in scc_bus_setup_intr() 550 m->ih = (filt != NULL) ? filt : (driver_filter_t *)ihand; in scc_bus_setup_intr()
|
/freebsd/usr.sbin/rrenumd/ |
H A D | rrenumd.c | 271 struct icmp6_filter filt; in sock6_open() local 297 ICMP6_FILTER_SETBLOCKALL(&filt); in sock6_open() 298 ICMP6_FILTER_SETPASS(ICMP6_ROUTER_RENUMBERING, &filt); in sock6_open() 299 if (setsockopt(s6, IPPROTO_ICMPV6, ICMP6_FILTER, &filt, in sock6_open() 300 sizeof(filt)) < 0) { in sock6_open()
|
/freebsd/sys/dev/bwi/ |
H A D | bwimac.h | 89 #define MOBJ_FILT_SETBITS_2(mac, objid, ofs, filt, bits) \ argument 91 (MOBJ_READ_2((mac), (objid), (ofs)) & (filt)) | (bits))
|
H A D | if_bwivar.h | 91 #define CSR_FILT_SETBITS_4(sc, reg, filt, bits) \ argument 92 CSR_WRITE_4((sc), (reg), (CSR_READ_4((sc), (reg)) & (filt)) | (bits)) 93 #define CSR_FILT_SETBITS_2(sc, reg, filt, bits) \ argument 94 CSR_WRITE_2((sc), (reg), (CSR_READ_2((sc), (reg)) & (filt)) | (bits))
|
/freebsd/sys/dev/pccbb/ |
H A D | pccbbvar.h | 34 driver_filter_t *filt; member 135 int flags, driver_filter_t *filt, driver_intr_t *intr, void *arg,
|
/freebsd/tools/build/options/ |
H A D | WITH_LLVM_CXXFILT | 1 Install LLVM's llvm-cxxfilt as c++filt, instead of ELF Tool Chain's cxxfilt.
|
H A D | WITHOUT_LLVM_CXXFILT | 1 Install ELF Tool Chain's cxxfilt as c++filt, instead of LLVM's llvm-cxxfilt.
|
/freebsd/usr.bin/cxxfilt/ |
H A D | Makefile | 10 PROG= c++filt
|