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

1234

/freebsd-10-stable/usr.bin/gzip/
H A Dzdiff113 check_suffix "$1" files filt
114 if [ -z "$filt" ]; then
118 $filt -- "$1" | $prog $flags -- - "$files"
122 check_suffix "$1" files filt
124 if [ -z "$filt" -a -z "$filt2" ]; then
126 elif [ -z "$filt" -a -n "$filt2" -a "$1" != "-" ]; then
128 elif [ -n "$filt" -a -z "$filt2" -a "$2" != "-" ]; then
129 $filt -- "$1" | $prog $flags -- - "$2"
134 ${filt:-cat} -- "$1" | $prog $flags -- - "$tmp"
/freebsd-10-stable/sys/mips/nlm/
H A Dinterrupt.h45 void xlp_establish_intr(const char *name, driver_filter_t filt,
H A Dintr_machdep.c76 cpu_establish_softintr(const char *name, driver_filter_t * filt, argument
85 cpu_establish_hardintr(const char *name, driver_filter_t * filt, argument
90 xlp_establish_intr(name, filt, handler, arg, irq, flags,
122 xlp_establish_intr(const char *name, driver_filter_t filt, argument
149 if (filt == NULL)
162 intr_event_add_handler(ie, name, filt, handler, arg,
/freebsd-10-stable/sys/mips/rmi/
H A Dinterrupt.h45 void xlr_establish_intr(const char *name, driver_filter_t filt,
H A Dintr_machdep.c72 cpu_establish_softintr(const char *name, driver_filter_t * filt, argument
81 cpu_establish_hardintr(const char *name, driver_filter_t * filt, argument
86 xlr_establish_intr(name, filt, handler, arg, irq, flags,
118 xlr_establish_intr(const char *name, driver_filter_t filt, argument
145 if (filt == NULL)
158 intr_event_add_handler(ie, name, filt, handler, arg,
H A Diodi.c97 struct resource *ires, int flags, driver_filter_t *filt,
104 cpu_establish_hardintr("uart", filt, intr, arg,
112 cpu_establish_hardintr("rge", filt, intr, arg, irq, flags,
116 cpu_establish_hardintr("ehci", filt, intr, arg, PIC_USB_IRQ, flags,
120 xlr_establish_intr("ata", filt, intr, arg, PIC_PCMCIA_IRQ, flags,
96 iodi_setup_intr(device_t dev, device_t child, struct resource *ires, int flags, driver_filter_t *filt, driver_intr_t *intr, void *arg, void **cookiep) argument
/freebsd-10-stable/gnu/usr.bin/cc/c++filt/
H A DMakefile11 PROG= c++filt
/freebsd-10-stable/gnu/usr.bin/cc/
H A DMakefile19 # This should be moved into the above block once c++filt from elftoolchain or
21 SUBDIR+= c++filt
29 SUBDIR_DEPEND_c++filt= libiberty
/freebsd-10-stable/sys/arm/mv/
H A Dic.c154 u_int filt, irq; local
157 filt = ~((last >= 0) ? (2 << last) - 1 : 0);
159 if (irq & filt) {
160 next = ffs(irq & filt) - 1;
164 filt = ~((last >= 32) ? (2 << (last - 32)) - 1 : 0);
166 if (irq & filt) {
167 next = ffs(irq & filt) + 31;
172 filt = ~((last >= 64) ? (2 << (last - 64)) - 1 : 0);
174 if (irq & filt) {
175 next = ffs(irq & filt)
[all...]
/freebsd-10-stable/usr.sbin/lpr/common_source/
H A Dprintcap.c206 "filt.cifplot", "filt.dvi", "filt.plot", "filt.input", "filt.ditroff",
207 "filt.output", "filt.fortran", "filt.troff", "filt.raster"
219 enum lpd_filters filt; local
340 enum lpd_filters filt; local
[all...]
/freebsd-10-stable/sys/contrib/altq/altq/
H A Daltq_subr.c1688 apply_filter4(fbmask, filt, pkt)
1690 struct flow_filter *filt;
1693 if (filt->ff_flow.fi_family != AF_INET)
1695 if ((fbmask & FIMB4_SPORT) && filt->ff_flow.fi_sport != pkt->fi_sport)
1697 if ((fbmask & FIMB4_DPORT) && filt->ff_flow.fi_dport != pkt->fi_dport)
1700 filt->ff_flow.fi_dst.s_addr !=
1701 (pkt->fi_dst.s_addr & filt->ff_mask.mask_dst.s_addr))
1704 filt->ff_flow.fi_src.s_addr !=
1705 (pkt->fi_src.s_addr & filt->ff_mask.mask_src.s_addr))
1707 if ((fbmask & FIMB4_PROTO) && filt
[all...]
/freebsd-10-stable/usr.sbin/mld6query/
H A Dmld6.c96 struct icmp6_filter filt; local
143 ICMP6_FILTER_SETBLOCKALL(&filt);
144 ICMP6_FILTER_SETPASS(ICMP6_MEMBERSHIP_QUERY, &filt);
145 ICMP6_FILTER_SETPASS(ICMP6_MEMBERSHIP_REPORT, &filt);
146 ICMP6_FILTER_SETPASS(ICMP6_MEMBERSHIP_REDUCTION, &filt);
147 if (setsockopt(s, IPPROTO_ICMPV6, ICMP6_FILTER, &filt,
148 sizeof(filt)) < 0)
/freebsd-10-stable/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.c107 static struct filterops *kqueue_fo_find(int filt);
108 static void kqueue_fo_release(int filt);
1019 kqueue_add_filteropts(int filt, struct filterops *filtops) argument
1024 if (filt > 0 || filt + EVFILT_SYSCOUNT < 0) {
1027 ~filt, EVFILT_SYSCOUNT);
1031 if (sysfilt_ops[~filt].for_fop != &null_filtops &&
1032 sysfilt_ops[~filt].for_fop != NULL)
1035 sysfilt_ops[~filt].for_fop = filtops;
1036 sysfilt_ops[~filt]
1044 kqueue_del_filteropts(int filt) argument
1068 kqueue_fo_find(int filt) argument
1084 kqueue_fo_release(int filt) argument
1109 int error, filt, event; local
[all...]
/freebsd-10-stable/sys/mips/mips/
H A Dintr_machdep.c152 cpu_establish_hardintr(const char *name, driver_filter_t *filt, argument
181 intr_event_add_handler(event, name, filt, handler, arg,
189 cpu_establish_softintr(const char *name, driver_filter_t *filt, argument
197 printf("Establish SOFT IRQ %d: filt %p handler %p arg %p\n",
198 irq, filt, handler, arg);
214 intr_event_add_handler(event, name, filt, handler, arg,
/freebsd-10-stable/sys/arm/arm/
H A Dintr.c93 arm_setup_irqhandler(const char *name, driver_filter_t *filt, argument
112 intr_event_add_handler(event, name, filt, hand, arg,
/freebsd-10-stable/sys/dev/bwi/
H A Dbwimac.h87 #define MOBJ_FILT_SETBITS_2(mac, objid, ofs, filt, bits) \
89 (MOBJ_READ_2((mac), (objid), (ofs)) & (filt)) | (bits))
H A Dbwirf.h118 #define RF_FILT_SETBITS(mac, ofs, filt, bits) \
119 RF_WRITE((mac), (ofs), (RF_READ((mac), (ofs)) & (filt)) | (bits))
/freebsd-10-stable/sys/mips/malta/
H A Dgt.c88 struct resource *ires, int flags, driver_filter_t *filt,
92 filt, intr, arg, cookiep);
87 gt_setup_intr(device_t dev, device_t child, struct resource *ires, int flags, driver_filter_t *filt, driver_intr_t *intr, void *arg, void **cookiep) argument
/freebsd-10-stable/sys/sparc64/include/
H A Dintr_machdep.h105 int inthand_add(const char *name, int vec, int (*filt)(void *),
/freebsd-10-stable/cddl/contrib/opensolaris/cmd/lockstat/
H A Dlockstat.c601 filter_add(char **filt, char *what, uintptr_t base, uintptr_t size) argument
606 if (*filt == NULL) {
607 *filt = malloc(1);
608 *filt[0] = '\0';
612 (void) sprintf(c, "%s(%s >= 0x%p && %s < 0x%p)", *filt[0] != '\0' ?
615 (void) sprintf(c, "%s(%s >= %p && %s < %p)", *filt[0] != '\0' ?
619 newlen = (len = strlen(*filt) + 1) + strlen(c);
621 bcopy(*filt, new, len);
623 free(*filt);
624 *filt
628 filter_destroy(char **filt) argument
1087 char *filt = NULL, *ifilt = NULL; local
[all...]
/freebsd-10-stable/sys/powerpc/powerpc/
H A Dnexus.c125 int flags, driver_filter_t *filt, driver_intr_t *intr, void *arg,
142 rman_get_start(r), filt, intr, arg, flags, cookiep);
124 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-10-stable/sys/dev/pccbb/
H A Dpccbbvar.h35 driver_filter_t *filt; member in struct:cbb_intrhand
138 int flags, driver_filter_t *filt, driver_intr_t *intr, void *arg,
/freebsd-10-stable/sys/dev/quicc/
H A Dquicc_core.c354 int flags, driver_filter_t *filt, void (*ihand)(void *), void *arg,
364 if (filt == NULL && !(flags & INTR_MPSAFE))
371 if (sc->sc_fastintr && filt == NULL) {
379 qd->qd_ih = (filt != NULL) ? filt : (driver_filter_t *)ihand;
353 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-10-stable/sys/sparc64/sparc64/
H A Dintr_machdep.c330 inthand_add(const char *name, int vec, driver_filter_t *filt, argument
354 error = intr_event_add_handler(ie, name, filt, handler, arg,
364 filt != NULL ? PIL_FILTER : PIL_ITHREAD, intr_fast,
366 else if (filt != NULL) {
375 if (ih->ih_filter != NULL && ih->ih_filter != filt) {

Completed in 509 milliseconds

1234