Searched refs:filters (Results 1 - 25 of 27) sorted by relevance

12

/illumos-gate/usr/src/cmd/lp/lib/filters/
H A Dtrash.c32 #include "filters.h"
42 if (filters) {
43 for (pf = filters; pf->name; pf++)
45 Free ((char *)filters);
47 filters = 0;
H A Dputfilter.c34 #include "filters.h"
82 if (!filters && get_and_load() == -1 && errno != ENOENT) {
87 if (filters) {
93 filters = (_FILTER *)Realloc(
94 (char *)filters,
97 if (!filters) {
102 filters[nfilters].name = 0;
103 pf = filters + nfilters - 1;
109 pf = filters = (_FILTER *)Malloc(
112 if (!filters) {
[all...]
H A Ddelfilter.c34 #include "filters.h"
67 if (!filters && get_and_load() == -1 /* && errno != ENOENT */ )
80 filters = (_FILTER *)Realloc(
81 (char *)filters, (nfilters + 1) * sizeof(_FILTER)
83 if (!filters) {
88 /* filters[nfilters].name = 0; */ /* last for loop above did this */
H A Dloadfilters.c42 #include "filters.h"
44 _FILTER *filters; variable
64 if (filters) {
75 * Our guess is the number of filters previously read in,
78 filters = (_FILTER *)Malloc((nalloc + 1) * sizeof(_FILTER));
79 if (!filters) {
86 pf = filters, nfilters = 0;
98 filters = (_FILTER *)Realloc(
99 filters,
102 if (!filters) {
[all...]
H A Dsearch.c32 #include "filters.h"
50 for (pf = filters; pf->name; pf++)
H A Dgetfilter.c34 #include "filters.h"
64 if (!filters && get_and_load() == -1 /* && errno != ENOENT */ )
72 pf = filters;
92 * filters from the beginning.
H A Ddumpfilters.c41 #include "filters.h"
66 if (filters) for (pf = filters; pf->name; pf++) {
H A Dinsfilter.c40 #include "filters.h"
151 * If the filters have't been loaded yet, do so now.
156 if (!filters && loadfilters((char *)0) == -1)
237 * Preview the list of filters, to rule out those that
243 for (pf = filters; pf->name; pf++) {
387 * Conceptually this is just a list of filters, with the pipeline to
405 * pairs of filters where one in the pair can accept the input-type
476 for (f = filters; f->name; f++) \
519 * We're done when we've added filters on the left and right
546 * Each time we search the list of filters, w
[all...]
/illumos-gate/usr/src/cmd/lp/lib/
H A DMakefile36 filters \
/illumos-gate/usr/src/uts/common/ipp/ipgpc/
H A Dclassifier.h31 #include <ipp/ipgpc/filters.h>
H A Dtable.c29 #include <ipp/ipgpc/filters.h>
151 * the number of found filters that match the input key are returned
H A Dtrie.c30 #include <ipp/ipgpc/filters.h>
690 * returns the number of found filters that match the input key
/illumos-gate/usr/src/cmd/perl/contrib/Sun/Solaris/BSM/
H A D_BSMparse.pm51 my $filters = shift; # options for filtering
74 'classFilter' => $filters->{'classFilter'},
78 'eventFilter' => $filters->{'eventFilter'},
79 'idFilter' => $filters->{'idFilter'},
/illumos-gate/usr/src/cmd/lp/include/
H A Dfilters.h171 * Null terminated list (filters[i].name == NULL).
173 extern _FILTER *filters;
/illumos-gate/usr/src/cmd/mdb/common/modules/genunix/
H A Dlgrp.c239 int filters = 0; local
259 filters++;
261 filters++;
263 filters++;
317 if (filters) {
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/ipqosconf/
H A Dipqosconf.h314 * action representation, with parameters, and lists of filters and classes
321 ipqos_conf_filter_t *filters; member in struct:ipqos_conf_action_s
H A Dipqosconf.c881 /* max ipgpc filters/classes */
885 ipqos_msg(MT_ERROR, gettext("Max number of filters "
942 /* add 'modify filter' config type to filters nvlist */
1265 * mark all the filters and classes in parameter action either
1278 /* mark all non-permanent filters for del and permanent to modify */
1279 for (flt = action->filters; flt; flt = flt->next) {
1310 * mark all classes and filters either new (non-permanent) or modified.
1322 /* mark all permanent filters as modified and all others new */
1324 for (flt = action->filters; flt; flt = flt->next) {
1431 * differences action old against action new, comparing its classes, filters
2349 add_filters( ipqos_conf_filter_t *filters, char *action, int module_version, boolean_t rem_undo) argument
6390 filterexist( char *filter_nm, int instance, ipqos_conf_filter_t *filters) argument
[all...]
/illumos-gate/usr/src/cmd/abi/appcert/scripts/
H A Dsymprof.pl419 # filters is that they contain NO CODE AT ALL.
1050 my ($line, $filters, $neededs, $rest);
1081 $filters .=
1133 $ret .= $filters if (defined($filters));
1451 # Set LD_NOAUXFLTR to avoid auxiliary filters (e.g. libc_psr)
/illumos-gate/usr/src/uts/common/io/bnxe/577xx/drivers/common/include/vm/
H A Dhw_channel.h338 /* configure queue filters */
356 struct vfpf_q_mac_vlan_filter filters[PFVF_MAX_FILTERS]; member in struct:vfpf_set_q_filters_tlv
H A Dvfpf_if.h269 struct vf_pf_q_mac_vlan_filter filters[PFVF_MAX_FILTERS]; member in struct:vf_pf_msg_set_q_filters
/illumos-gate/usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/vf/channel_vf/
H A Dlm_vf.c410 if (request->filters[mac_idx].flags & VFPF_Q_FILTER_DEST_MAC_PRESENT) {
411 if (request->filters[mac_idx].flags & VFPF_Q_FILTER_SET_MAC) {
416 lm_status = lm_set_mac_addr(pdev, request->filters[mac_idx].dest_mac,
2092 mess->filters[idx_entries].flags = VFPF_Q_FILTER_DEST_MAC_PRESENT;
2094 mess->filters[idx_entries].flags &= ~VFPF_Q_FILTER_SET_MAC;
2096 mess->filters[idx_entries].flags |= VFPF_Q_FILTER_SET_MAC;
2098 mm_memcpy(mess->filters[idx_entries].dest_mac, pbuf + idx_entries*ETHERNET_ADDRESS_SIZE, ETHERNET_ADDRESS_SIZE);
2100 mess->filters[idx_entries].vlan_tag = vlan_tag;
2101 mess->filters[idx_entries].flags |= VFPF_Q_FILTER_VLAN_TAG_PRESENT;
2181 mess->filters[idx_entrie
[all...]
/illumos-gate/usr/src/uts/intel/io/vmxnet3s/
H A Dvmxnet3_defs.h488 #define VMXNET3_RXM_MCAST 0x02 /* multicast passing the filters */
498 uint64_t mfTablePA; /* PA of the multicast filters table */
509 /* filters */
526 Vmxnet3_PM_PktFilter filters[VMXNET3_PM_MAX_FILTERS]; member in struct:Vmxnet3_PMConf
/illumos-gate/usr/src/uts/common/io/i40e/core/
H A Di40e_prototype.h375 struct i40e_aqc_add_remove_cloud_filters_element_data *filters,
380 struct i40e_aqc_add_remove_cloud_filters_element_data *filters,
H A Di40e_common.c2830 * @seid: VSI for the vlan filters
2831 * @v_list: list of vlan filters to be added
2870 * @seid: VSI for the vlan filters
4978 * Set the Queue Filters for PE/FCoE and enable filters required
5027 /* Enable FDIR, Ethertype and MACVLAN filters for PF and VFs */
5106 * @seid: VSI seid to add cloud filters from
5107 * @filters: Buffer which contains the filters to be added
5108 * @filter_count: number of filters contained in the buffer
5110 * Set the cloud filters fo
5115 i40e_aq_add_cloud_filters(struct i40e_hw *hw, u16 seid, struct i40e_aqc_add_remove_cloud_filters_element_data *filters, u8 filter_count) argument
5152 i40e_aq_remove_cloud_filters(struct i40e_hw *hw, u16 seid, struct i40e_aqc_add_remove_cloud_filters_element_data *filters, u8 filter_count) argument
[all...]
/illumos-gate/usr/src/cmd/ipf/tools/
H A Dipfstat.c93 static char *filters[4] = { "ipfilter(in)", "ipfilter(out)", variable
1054 (opts & OPT_INACTIVE) ? "inactive " : "", filters[i]);
1399 * print the display filters, this is placed in the loop,

Completed in 453 milliseconds

12