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

/illumos-gate/usr/src/lib/print/libipp-listener/common/
H A Dcups-get-classes.c44 papi_filter_t filt; local
68 filt.type = PAPI_FILTER_BITMASK;
69 filt.filter.bitmask.mask = ~PAPI_PRINTER_CLASS;
70 filt.filter.bitmask.value = PAPI_PRINTER_CLASS;
72 status = papiPrintersList(svc, req_attrs, &filt, &p);
H A Dcups-get-printers.c44 papi_filter_t filt; local
68 filt.type = PAPI_FILTER_BITMASK;
69 filt.filter.bitmask.mask = ~PAPI_PRINTER_CLASS;
70 filt.filter.bitmask.value = PAPI_PRINTER_LOCAL | PAPI_PRINTER_REMOTE;
73 status = papiPrintersList(svc, req_attrs, &filt, &p);
/illumos-gate/usr/src/cmd/lp/lib/filters/
H A Dloadfilters.c60 char *filt[FL_MAX], local
87 getfields(fd, filt, buf, sizeof(buf), FL_MAX, FL_SEP) != -1;
110 #define DFLT(X) (filt[X] && *filt[X]? filt[X] : NAME_ANY)
112 pf->name = Strdup(filt[FL_NAME]);
113 pf->type = s_to_filtertype(filt[FL_TYPE]);
114 pf->command = Strdup(filt[FL_CMD]);
138 list = getlist(filt[FL_TMPS], "", LP_SEP);
/illumos-gate/usr/src/uts/common/io/i40e/
H A Di40e_gld.c42 struct i40e_aqc_remove_macvlan_element_data filt; local
71 bzero(&filt, sizeof (filt));
72 bcopy(mac_addr, filt.mac_addr, ETHERADDRL);
73 filt.flags = I40E_AQC_MACVLAN_DEL_PERFECT_MATCH |
76 if (i40e_aq_remove_macvlan(hw, iua->iua_vsi, &filt, 1, NULL) !=
81 mac_addr[4], mac_addr[5], filt.error_code);
113 struct i40e_aqc_add_macvlan_element_data filt; local
142 bzero(&filt, sizeof (filt));
285 struct i40e_aqc_add_macvlan_element_data filt; local
342 struct i40e_aqc_remove_macvlan_element_data filt; local
[all...]
/illumos-gate/usr/src/cmd/lockstat/
H A Dlockstat.c563 filter_add(char **filt, char *what, uintptr_t base, uintptr_t size) argument
568 if (*filt == NULL) {
569 *filt = malloc(1);
570 *filt[0] = '\0';
573 (void) sprintf(c, "%s(%s >= 0x%p && %s < 0x%p)", *filt[0] != '\0' ?
576 newlen = (len = strlen(*filt) + 1) + strlen(c);
578 bcopy(*filt, new, len);
580 free(*filt);
581 *filt = new;
585 filter_destroy(char **filt) argument
1032 char *filt = NULL, *ifilt = NULL; local
[all...]
/illumos-gate/usr/src/lib/libpkg/common/
H A Dpkgserv.c651 pkgopenfilter(PKGserver server, const char *filt) argument
655 int clen = filt == NULL ? 0 : strlen(filt);
667 if (filt != NULL)
668 (void) strcpy(pfcmd->buf, filt);
/illumos-gate/usr/src/lib/brand/shared/zone/
H A Dcommon.ksh711 filt=$(for i in $(cat $fspaxfile)
722 list=$(cd "$source_dir" && ls -d * | egrep -v "$filt")
/illumos-gate/usr/src/lib/libdladm/common/
H A Dlinkprop.c4854 boolean_t filt; local
4857 perm_flags, &filt, sizeof (filt));
4861 if (filt != 0)

Completed in 78 milliseconds