Home
last modified time | relevance | path

Searched refs:_FILTER (Results 1 – 11 of 11) sorted by relevance

/illumos-gate/usr/src/cmd/lp/lib/filters/
H A Dinsfilter.c136 _FILTER *pipeline;
429 _FILTER * lhead;
430 _FILTER * ltail;
431 _FILTER * rhead;
446 _FILTER **pline, in instantiate()
454 _FILTER **pline; in instantiate()
681 _FILTER *pipeline, in check_pipeline()
686 _FILTER *pipeline; in check_pipeline()
739 _FILTER *pipeline, in build_pipe()
788 _FILTER *pf, in build_simple_cmd()
[all …]
H A Dloadfilters.c42 _FILTER *filters;
56 register _FILTER *pf; in loadfilters()
76 filters = (_FILTER *)Malloc((nalloc + 1) * sizeof(_FILTER)); in loadfilters()
96 filters = (_FILTER *)Realloc( in loadfilters()
98 (nalloc + 1) * sizeof(_FILTER) in loadfilters()
158 filters = (_FILTER *)Realloc( in loadfilters()
160 (nfilters + 1) * sizeof(_FILTER) in loadfilters()
182 qsort ((char *)filters, nfilters, sizeof(_FILTER), fs_cmp); in loadfilters()
263 if (((_FILTER *)pfa)->type == ((_FILTER *)pfb)->type) in fs_cmp()
265 else if (((_FILTER *)pfa)->type == fl_fast) in fs_cmp()
H A Dputfilter.c52 _FILTER _flbuf;
54 register _FILTER *pf;
93 filters = (_FILTER *)Realloc(
95 (nfilters + 1) * sizeof(_FILTER)
109 pf = filters = (_FILTER *)Malloc(
110 (nfilters + 1) * sizeof(_FILTER)
H A Ddelfilter.c50 register _FILTER *pf;
80 filters = (_FILTER *)Realloc(
81 (char *)filters, (nfilters + 1) * sizeof(_FILTER)
H A Dsearch.c38 _FILTER *
48 register _FILTER *pf;
H A Dfreefilter.c114 _FILTER * pf in free_filter()
118 _FILTER *pf; in free_filter()
H A Dtrash.c40 register _FILTER *pf; in trash_filters()
H A Dgetfilter.c50 static _FILTER *pf = 0;
H A Ddumpfilters.c52 register _FILTER *pf; in dumpfilters()
/illumos-gate/usr/src/cmd/lp/include/
H A Dfilters.h116 typedef struct _FILTER { struct
117 struct _FILTER * next; /* for linking several */ argument
130 } _FILTER; argument
171 extern _FILTER *filters;
179 _FILTER * search_filter ( char * );
208 void free_filter ( _FILTER * );
216 extern _FILTER *search_filter();
/illumos-gate/usr/src/uts/common/io/qede/579xx/drivers/ecore/documentation/
H A Decore.tex892 \item ECORE\_FILTER\_ADD -- adds a new filter.
893 \item ECORE\_FILTER\_REMOVE -- removes a filter.
894 …\item ECORE\_FILTER\_MOVE -- removes a filter from one vport and adds it to another simultaneously…
895 …\item ECORE\_FILTER\_REPLACE -- adds a new filter after removing all previously configured filters.