/illumos-gate/usr/src/cmd/abi/appcert/scripts/ |
H A D | abi_index.pl | 121 filter($pathname, $link, $pkgs); 149 sub filter subroutine
|
/illumos-gate/usr/src/lib/sun_fc/common/ |
H A D | TargetEventListener.h | 56 bool filter; member in class:TargetEventListener
|
H A D | Sun_fcRegisterForTargetEvents.cc | 65 bool filter = true; local 69 if (allTargets) filter = false; 75 wwnConversion(discoveredPortWWN.wwn), filter); 79 wwnConversion(discoveredPortWWN.wwn), filter);
|
H A D | FCSyseventBridge.cc | 103 HBAPort *port, uint64_t targetWWN, bool filter) { 102 addListener(TargetEventListener *listener, HBAPort *port, uint64_t targetWWN, bool filter) argument
|
/illumos-gate/usr/src/lib/libslp/javalib/com/sun/slp/ |
H A D | DATable.java | 135 // if any. We don't filter on any scopes, since we want all of 252 // Filter scopes, removing any not on the filter list if inVector is 253 // false and removing any in the filter list if inVector is true. 256 filterScopes(Vector scopes, Vector filter, boolean inVector) { argument 260 // Null or empty filter vector means that all should be accepted. 262 if (filter != null && !(filter.size() <= 0)) { 267 if ((!inVector && !filter.contains(scope)) || 268 (inVector && filter.contains(scope))) {
|
/illumos-gate/usr/src/lib/libcurses/screen/ |
H A D | newscreen.c | 337 filter(void) function
|
/illumos-gate/usr/src/lib/libdiskmgt/common/ |
H A D | alias.c | 151 alias_get_descriptors(int filter[], int *errp) argument
|
H A D | bus.c | 126 bus_get_descriptors(int filter[], int *errp) argument
|
H A D | controller.c | 168 controller_get_descriptors(int filter[], int *errp) argument
|
H A D | path.c | 129 path_get_descriptors(int filter[], int *errp) argument
|
/illumos-gate/usr/src/cmd/sgs/crle/common/ |
H A D | depend.c | 41 * Establish an association between a filter and filtee. Both the filter and 46 filter(Crle_desc *crle, const char *filter, const char *str, const char *filtee) argument 53 * Locate the filter. Mark the underlying object as the filter to 54 * reflect that no matter how it is referenced, it's a filter. 56 if ((fltrent = get_hash(crle->c_strtbl, (Addr)filter, 0, 66 * this is the object referenced by the filter. 74 * Traverse the filter lis [all...] |
/illumos-gate/usr/src/cmd/hal/hald-runner/ |
H A D | main.c | 209 filter(DBusConnection *con, DBusMessage *msg, void *user_data) function 263 dbus_connection_add_filter(c, filter, NULL, NULL);
|
/illumos-gate/usr/src/lib/libast/common/disc/ |
H A D | sfdcfilter.c | 32 Sfio_t* filter; /* the filter stream */ member in struct:_filter_s 38 /* read data from the filter */ 63 sfset(fi->filter,SF_READ,0); 64 close(sffileno(fi->filter)); 65 sfset(fi->filter,SF_READ,1); 72 sfset(fi->filter, SF_READ, 0); 73 r = sfpoll(&fi->filter, 1, 1); 74 sfset(fi->filter, SF_READ, 1); 78 if((w = sfwr(fi->filter, f 158 reg Sfio_t* filter; local [all...] |
/illumos-gate/usr/src/lib/libsldap/common/ |
H A D | ns_getalias.c | 54 * This is a generic filter call back function for 55 * merging the filter from service search descriptor with 56 * an existing search filter. This routine expects userdata 58 * use the format string with sprintf() to insert the SSD filter. 61 * filter call back together with filter and userdata. For example, 62 * "(&(objectclass=mailgroup)(|(cn=abc)(mail=abc)))" as filter 66 * filter, if the input SSD contains a filter "dpet=sds". 81 if (desc == NULL || desc->filter 112 char filter[BUFSIZE]; local [all...] |
/illumos-gate/usr/src/lib/libxcurses/src/libc/xcurses/ |
H A D | newterm.c | 66 * calls to newterm(), without a preceding call to filter(), will load 71 filter(void) function 74 __m_trace("filter(void)"); 77 __m_return_void("filter");
|
/illumos-gate/usr/src/lib/libxcurses2/src/libc/xcurses/ |
H A D | newterm.c | 72 * calls to newterm(), without a preceding call to filter(), will load 77 filter(void) function
|
/illumos-gate/usr/src/lib/libnisdb/ |
H A D | ldap_ldap.c | 65 char *base, *filter; local 94 "%s: %s: unable to evaluate filter expression \"%s\"", 101 filter = eVal->val[0].value; 103 filter = t->attrs; 129 if (slen(filter) > 0) 137 ls = buildLdapSearch(base, scope, 0, 0, filter, attrs, 0, 0); 142 NIL(filter)); 166 NIL(base), getScope(scope), NIL(filter)); 288 * If the search triple specifies a filter, we use the 289 * base, scope and filter t [all...] |
H A D | ldap_structs.h | 83 char *filter; member in struct:__anon3623
|
/illumos-gate/usr/src/cmd/audio/utilities/ |
H A D | Fir.cc | 143 getOrder(void) // returns filter order 149 getNumCoefs(void) // returns number of filter coefficients 155 putCoef(double *coef_in) // copy coef_in in filter coefficients 161 getCoef(double *coef_out) // returns filter coefs in coef_out 166 int Fir:: // filter in[size], and updates the state. 219 * filter() filters in[size] with filter delay adjusted to 0 228 * The first call of filter returns "size - group_delay" output samples. 229 * After all the input samples have been filtered, filter() needs 236 filter( function in class:Fir [all...] |
/illumos-gate/usr/src/uts/common/io/audio/impl/ |
H A D | audio_grc3.c | 99 _conv31d_##T(int32_t *history, uint32_t filter, uint32_t incv) \ 103 filter = (1024 << 15) - filter; \ 105 while (filter < ((uint32_t)(SZ << 15))) { \ 106 accum += _filt31_##T(*history, filter); \ 107 filter += incv; \ 122 _conv31_L(int32_t *history, uint32_t filter) argument 127 accum += _filt31_##p(*history, filter); \ 128 filter += (1024 << 15); \ 137 _conv31_M(int32_t *history, uint32_t filter) argument 147 _conv31_H(int32_t *history, uint32_t filter) argument 159 _conv31_HX(int32_t *history, uint32_t filter) argument 171 _conv31_P(int32_t *history, uint32_t filter) argument 187 _conv31_PX(int32_t *history, uint32_t filter) argument [all...] |
/illumos-gate/usr/src/uts/common/ipp/ipgpc/ |
H A D | classifierddi.c | 216 ipgpc_filter_t *filter; local 241 case CLASSIFIER_ADD_FILTER: /* add a filter */ 242 filter = kmem_zalloc(sizeof (ipgpc_filter_t), KM_SLEEP); 243 if ((rc = ipgpc_parse_filter(filter, nvlp)) != 0) { 244 ipgpc0dbg(("ipgpc_modify_action: invalid filter")); 245 ipgpc_filter_destructor(filter); 246 kmem_free(filter, sizeof (ipgpc_filter_t)); 253 ipgpc_filter_destructor(filter); 254 kmem_free(filter, sizeof (ipgpc_filter_t)); 257 rc = ipgpc_addfilter(filter, nam [all...] |
/illumos-gate/usr/src/lib/krb5/plugins/kdb/ldap/libkdb_ldap/ |
H A D | ldap_tkt_policy.c | 432 char *filter=NULL, *dn=NULL; local 452 /* set the filter for the search operation */ 454 filter = malloc ((unsigned) filterlen); 455 if (filter == NULL) { 459 snprintf(filter, (unsigned) filterlen,"(objectclass=%s)",objectclass); 461 LDAP_SEARCH(containerdn, LDAP_SCOPE_SUBTREE, filter, NULL); 488 if (filter) 489 free (filter);
|
/illumos-gate/usr/src/lib/nsswitch/compat/common/ |
H A D | compat_common.c | 525 const char *filter = argp->key.name; local 581 if (filter != 0 && strstr(instr, filter) == 0) { 584 * filter string then it can't be the entry we want,
|
/illumos-gate/usr/src/lib/nsswitch/ldap/common/ |
H A D | ldap_common.h | 120 char *filter; member in struct:ldap_backend
|
/illumos-gate/usr/src/lib/nsswitch/nis/common/ |
H A D | getexecattr.c | 196 const char *filter; local 218 filter = (_priv_exec->name) ? _priv_exec->name : _priv_exec->id; 227 * Optimization: if the entry doesn't contain the filter string then 233 (strstr(inval, filter) == NULL)) {
|