Searched refs:filters (Results 26 - 32 of 32) sorted by relevance

12

/opensolaris-onvv-gate/usr/src/cmd/ipf/tools/
H A Dipfstat.c90 static char *filters[4] = { "ipfilter(in)", "ipfilter(out)", variable
1022 (opts & OPT_INACTIVE) ? "inactive " : "", filters[i]);
1367 * print the display filters, this is placed in the loop,
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/ext/B/B/
H A DBytecode.pm854 scripts that use source filters will fail miserably.
/opensolaris-onvv-gate/usr/src/cmd/cmd-inet/usr.bin/netstat/
H A Dnetstat.c336 * The user-specified filters are linked into lists separated by
339 * If no filters in the list match
344 static filter_t *filters[NFILTERKEYS]; variable
4241 * filters of a given type fail to match, then the route is filtered
4253 if ((fp = filters[idx]) != NULL) {
4489 * type, if there's at least one filter and all filters of that type
4502 if ((fp = filters[idx]) != NULL) {
6376 newf->f_next = filters[idx];
6377 filters[idx] = newf;
6388 if ((fp = filters[FK_A
[all...]
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/
H A DSwitch.pm867 Due to the way source filters work in Perl, you can't use Switch inside
/opensolaris-onvv-gate/usr/src/uts/common/ipp/ipgpc/
H A Dfilters.c35 #include <ipp/ipgpc/filters.h>
65 /* max number of allowable filters */
129 * - number of filters loaded
483 return (ENOSPC); /* will exceed maximum number of filters */
1123 "catch all filters are not supported\n",
1465 /* check to see if any filters are loaded */
1471 /* lookup filter name, only existing filters can be removed */
1504 /* remove filter id from class' list of filters */
1550 * removes a class and all the filters that point to it (ouch!)
2027 * remove all classes, which will remove all filters, stat
[all...]
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/Pod/
H A DParser.pm20 Pod::Parser - base class for creating POD filters and translators
82 B<Pod::Parser> is a base class for creating POD filters and translators.
/opensolaris-onvv-gate/usr/src/uts/common/
H A DMakefile.files505 IPGPC_OBJS += classifierddi.o classifier.o filters.o trie.o table.o \

Completed in 263 milliseconds

12