/illumos-gate/usr/src/cmd/lp/lib/filters/ |
H A D | loadfilters.c | 42 #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...] |
/illumos-gate/usr/src/cmd/mdb/common/modules/genunix/ |
H A D | lgrp.c | 239 int filters = 0; local 259 filters++; 261 filters++; 263 filters++; 317 if (filters) {
|
/illumos-gate/usr/src/cmd/ipf/tools/ |
H A D | ipfstat.c | 93 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,
|
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/ipqosconf/ |
H A D | ipqosconf.h | 314 * 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 D | ipqosconf.c | 881 /* 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/uts/common/io/bnxe/577xx/drivers/common/include/vm/ |
H A D | hw_channel.h | 338 /* configure queue filters */ 356 struct vfpf_q_mac_vlan_filter filters[PFVF_MAX_FILTERS]; member in struct:vfpf_set_q_filters_tlv
|
H A D | vfpf_if.h | 269 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/intel/io/vmxnet3s/ |
H A D | vmxnet3_defs.h | 488 #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 D | i40e_common.c | 2830 * @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/cmd-inet/usr.bin/netstat/ |
H A D | netstat.c | 336 * 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...] |