Home
last modified time | relevance | path

Searched refs:scope (Results 1 – 25 of 291) sorted by relevance

12345678910>>...12

/onnv-gate/usr/src/uts/i86pc/io/
H A Dimmu_dmar.c114 scope_t *scope; in scope_list_free() local
121 while ((scope = list_remove_head(scope_list)) != NULL) { in scope_list_free()
122 kmem_free(scope, sizeof (scope_t)); in scope_list_free()
178 scope_t *scope; in parse_scope() local
187 scope = kmem_zalloc(sizeof (scope_t), KM_SLEEP); in parse_scope()
188 scope->scp_type = get_uint8(&shead[0]); in parse_scope()
189 scope->scp_enumid = get_uint8(&shead[4]); in parse_scope()
213 scope->scp_bus = bus; in parse_scope()
214 scope->scp_dev = dev; in parse_scope()
215 scope->scp_func = func; in parse_scope()
[all …]
/onnv-gate/usr/src/common/smbsrv/
H A Dsmb_netbios_util.c156 netbios_first_level_name_encode(unsigned char *name, unsigned char *scope, in netbios_first_level_name_encode() argument
177 in = scope; in netbios_first_level_name_encode()
220 netbios_first_level_name_decode(char *in, char *name, char *scope) in netbios_first_level_name_decode() argument
248 out = scope; in netbios_first_level_name_decode()
265 if (out != scope) { in netbios_first_level_name_decode()
285 if (domainname_is_valid(scope)) { in netbios_first_level_name_decode()
286 (void) smb_strupr(scope); in netbios_first_level_name_decode()
291 scope[0] = '\0'; in netbios_first_level_name_decode()
310 char scope[NETBIOS_DOMAIN_NAME_MAX]; in netbios_name_isvalid() local
312 if (netbios_first_level_name_decode(in, name, scope) < 0) in netbios_name_isvalid()
/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/t/lib/warnings/
H A D2use15 # Check compile time scope of pragma
26 # Check compile time scope of pragma
37 # Check runtime scope of pragma
48 # Check runtime scope of pragma
59 # Check runtime scope of pragma
122 # Check scope of pragma with eval
135 # Check scope of pragma with eval
149 # Check scope of pragma with eval
163 # Check scope of pragma with eval
177 # Check scope of pragma with eval
[all …]
H A D5nolint99 # Check scope of pragma with eval
112 # Check scope of pragma with eval
126 # Check scope of pragma with eval
139 # Check scope of pragma with eval
153 # Check scope of pragma with eval
166 # Check scope of pragma with eval
180 # Check scope of pragma with eval
193 # Check scope of pragma with eval
H A D7fatal29 # Check runtime scope of pragma
41 # Check runtime scope of pragma
53 # Check runtime scope of pragma
65 # Check runtime scope of pragma
125 # Check scope of pragma with eval
138 # Check scope of pragma with eval
150 # Check scope of pragma with eval
162 # Check scope of pragma with eval
174 # Check scope of pragma with eval
185 # Check scope of pragma with eval
[all …]
H A D6default23 # check scope
56 # Check scope of pragma with eval
69 # Check scope of pragma with eval
85 # Check scope of pragma with eval
99 # Check scope of pragma with eval
112 # Check scope of pragma with eval
/onnv-gate/usr/src/lib/libldap5/sources/ldap/common/
H A Dsearch.c48 static int nsldapi_search( LDAP *ld, const char *base, int scope,
62 static int nsldapi_search_s( LDAP *ld, const char *base, int scope,
90 int scope, in ldap_search() argument
100 if ( ldap_search_ext( ld, base, scope, filter, attrs, attrsonly, NULL, in ldap_search()
118 int scope, in ldap_search_ext() argument
140 return( nsldapi_search( ld, base, scope, filter, attrs, attrsonly, in ldap_search_ext()
154 int scope, in nsldapi_search() argument
183 if ( msgidp == NULL || ( scope != LDAP_SCOPE_BASE in nsldapi_search()
184 && scope != LDAP_SCOPE_ONELEVEL && scope != LDAP_SCOPE_SUBTREE ) in nsldapi_search()
198 } else if (( rc_key = ldap_memcache_createkey( ld, base, scope, filter, in nsldapi_search()
[all …]
H A Durl.c185 char *urlcopy, *attrs, *scope, *extensions = NULL, *p, *q; in nsldapi_url_parse() local
291 scope = p; in nsldapi_url_parse()
293 if (( p = strchr( scope, '?' )) != NULL ) { in nsldapi_url_parse()
317 if ( strcasecmp( scope, "one" ) == 0 ) { in nsldapi_url_parse()
319 } else if ( strcasecmp( scope, "base" ) == 0 ) { in nsldapi_url_parse()
321 } else if ( strcasecmp( scope, "sub" ) == 0 ) { in nsldapi_url_parse()
323 } else if ( *scope != '\0' ) { in nsldapi_url_parse()
568 char *scope, in ldap_dns_to_url() argument
600 if (attrs || scope || filter) { in ldap_dns_to_url()
605 if (scope) in ldap_dns_to_url()
[all …]
/onnv-gate/usr/src/cmd/krb5/kadmin/gui/visualrt/sunsoft/jws/visual/rt/type/
H A DAMRef.java84 public static void stopRecording(AttributeManager scope) { in stopRecording() argument
86 if (scope != null) { in stopRecording()
91 ref.getRef(scope); in stopRecording()
126 public AttributeManager getRef(AttributeManager scope) { in getRef() argument
128 Root root = scope.getRoot(); in getRef()
H A DOp.java70 public Root scope; field in Op
100 public Op(Root scope) { in Op() argument
101 this.scope = scope; in Op()
136 action.invoke(msg.target, msg.arg, scope); in handleMessage()
150 action.invoke(msg.target, evt.arg, scope); in handleEvent()
/onnv-gate/usr/src/lib/libast/common/hash/
H A Dhashview.c53 bot = top->scope; in hashview()
56 if (top->scope) in hashview()
69 top->scope = bot; in hashview()
73 else if (bot = top->scope) in hashview()
84 top->scope = 0; in hashview()
H A Dhashdump.c106 Hash_table_t* scope; in dumptable() local
110 if (scope = tab->scope) in dumptable()
113 while (scope = scope->scope) level++; in dumptable()
114 sfprintf(sfstderr, " level %d scope on 0x%08lx", level, (unsigned long)tab->scope); in dumptable()
/onnv-gate/usr/src/lib/libslp/javalib/com/sun/slp/
H A DSLPV1SSrvTypeMsg.java88 String scope = buf.toString().trim().toLowerCase(); in initialize() local
90 hdr.validateScope(scope); in initialize()
94 if (scope.length() <= 0) { in initialize()
95 scope = Defaults.DEFAULT_SCOPE; in initialize()
100 hdr.scopes.addElement(scope); in initialize()
H A DServiceStoreInMemory.java1786 String scope = (String)en.nextElement(); in deleteAttributes() local
1787 Hashtable langLevel = (Hashtable)scopeLevel.get(scope); in deleteAttributes()
2004 String scope = (String)scopes.elementAt(i); in findServices() local
2006 makeScopeTypeLangKey(scope, serviceType, lang); in findServices()
2145 String scope = (String)scopes.elementAt(i); in findAttributes() local
2147 (Hashtable)scopeLevel.get(scope); in findAttributes()
2269 String scope = (String)scopes.elementAt(i); in findAttributes() local
2271 makeScopeTypeLangKey(scope, serviceType, lang); in findAttributes()
2445 String scope = (String)scopes.elementAt(i); in registerInternal() local
2450 initializeURLScopeLangTableVector(surl, scope, lang); in registerInternal()
[all …]
H A DSLPV1SAttrMsg.java117 String scope = buf.toString().toLowerCase().trim(); in initialize() local
119 hdr.validateScope(scope); in initialize()
123 if (scope.length() <= 0) { in initialize()
124 scope = Defaults.DEFAULT_SCOPE; in initialize()
129 hdr.scopes.addElement(scope); in initialize()
/onnv-gate/usr/src/lib/smbsrv/libsmbns/common/
H A Dsmbns_netbios.c184 return (netbios_first_level_name_encode(name->name, name->scope, in smb_first_level_name_encode()
192 (char *)name->scope)); in smb_first_level_name_decode()
204 smb_encode_netbios_name(unsigned char *name, char suffix, unsigned char *scope, in smb_encode_netbios_name() argument
209 if (scope) { in smb_encode_netbios_name()
210 (void) strlcpy((char *)dest->scope, (const char *)scope, in smb_encode_netbios_name()
211 sizeof (dest->scope)); in smb_encode_netbios_name()
213 (void) smb_config_getstr(SMB_CI_NBSCOPE, (char *)dest->scope, in smb_encode_netbios_name()
214 sizeof (dest->scope)); in smb_encode_netbios_name()
217 (void) smb_strupr((char *)dest->scope); in smb_encode_netbios_name()
221 smb_init_name_struct(unsigned char *name, char suffix, unsigned char *scope, in smb_init_name_struct() argument
[all …]
H A Dsmbns_netbios_cache.c50 unsigned char *scope);
161 smb_netbios_cache_key(key, name->name, name->scope); in smb_netbios_cache_lookup()
203 smb_netbios_cache_key(key, name->name, name->scope); in smb_netbios_cache_lookup_addr()
241 smb_netbios_cache_key(key, name->name, name->scope); in smb_netbios_cache_insert()
313 smb_netbios_cache_key(key, name->name, name->scope); in smb_netbios_cache_delete()
337 smb_init_name_struct(NETBIOS_EMPTY_NAME, 0, name->scope, in smb_netbios_cache_insert_list()
388 smb_netbios_cache_status(unsigned char *buf, int bufsize, unsigned char *scope) in smb_netbios_cache_status() argument
420 (strcasecmp((char *)scope, (char *)name->scope) == 0)) { in smb_netbios_cache_status()
746 (void) strlcpy((char *)dup->scope, (char *)entry->scope, in smb_netbios_name_dup()
779 if (entry->scope[0] != '\0') { in smb_strname()
[all …]
/onnv-gate/usr/src/lib/libnisdb/
H A Dldap_ldap.c68 int scope, i, stat, nrv = 0, freeBase = 0; in lookupLDAP() local
118 if (def == 0 || def->read.scope == LDAP_SCOPE_UNKNOWN || in lookupLDAP()
130 scope = t->scope; in lookupLDAP()
132 scope = LDAP_SCOPE_BASE; in lookupLDAP()
137 ls = buildLdapSearch(base, scope, 0, 0, filter, attrs, 0, 0); in lookupLDAP()
141 myself, attrName, NIL(base), getScope(scope), in lookupLDAP()
166 NIL(base), getScope(scope), NIL(filter)); in lookupLDAP()
258 if (item->searchSpec.triple.scope == LDAP_SCOPE_UNKNOWN) { in storeLDAP()
267 if (defDN != 0 && defDN->write.scope == LDAP_SCOPE_UNKNOWN) { in storeLDAP()
285 ls.scope = item->searchSpec.triple.scope; in storeLDAP()
/onnv-gate/usr/src/lib/libsldap/common/
H A Dns_wrapper.c316 char *base, int scope, char *filter, in _ns_ldap_search_ext() argument
323 return (ldap_search_ext(ld, base, scope, filter, in _ns_ldap_search_ext()
330 char *base, int scope, char *filter, in _ns_ldap_search_ext_s() argument
337 return (ldap_search_ext_s(ld, base, scope, filter, in _ns_ldap_search_ext_s()
344 char *base, int scope, char *filter, in _ns_ldap_search() argument
349 return (ldap_search(ld, base, scope, filter, attrs, attrsonly)); in _ns_ldap_search()
354 char *base, int scope, char *filter, in _ns_ldap_search_s() argument
359 return (ldap_search_s(ld, base, scope, filter, in _ns_ldap_search_s()
365 char *base, int scope, char *filter, in _ns_ldap_search_st() argument
371 return (ldap_search_st(ld, base, scope, filter, in _ns_ldap_search_st()
/onnv-gate/usr/src/lib/libldap4/common/
H A Durl.c554 char *scope, in ldap_dns_to_url() argument
586 if (attrs || scope || filter) { in ldap_dns_to_url()
591 if (scope) in ldap_dns_to_url()
592 scope_len = strlen(scope) + 1; /* for NULL */ in ldap_dns_to_url()
664 if (scope) { in ldap_dns_to_url()
665 while (*scope) { in ldap_dns_to_url()
666 *cp2++ = *scope++; in ldap_dns_to_url()
674 if (scope) { in ldap_dns_to_url()
680 while (*scope) { in ldap_dns_to_url()
681 *cp2++ = *scope++; in ldap_dns_to_url()
[all …]
/onnv-gate/usr/src/lib/libc/port/threads/
H A Dpthr_attr.c265 pthread_attr_setscope(pthread_attr_t *attr, int scope) in pthread_attr_setscope() argument
270 (scope == PTHREAD_SCOPE_SYSTEM || in pthread_attr_setscope()
271 scope == PTHREAD_SCOPE_PROCESS)) { in pthread_attr_setscope()
272 ap->scope = scope; in pthread_attr_setscope()
283 pthread_attr_getscope(const pthread_attr_t *attr, int *scope) in pthread_attr_getscope() argument
288 scope != NULL) { in pthread_attr_getscope()
289 *scope = ap->scope; in pthread_attr_getscope()
/onnv-gate/usr/src/lib/libsmbfs/smb/
H A Dnb.c98 smb_ctx_setscope(struct smb_ctx *ctx, const char *scope) in smb_ctx_setscope() argument
105 return (nb_ctx_setscope(nb, scope)); in smb_ctx_setscope()
202 nb_ctx_setscope(struct nb_ctx *ctx, const char *scope) in nb_ctx_setscope() argument
204 size_t slen = strlen(scope); in nb_ctx_setscope()
208 "scope '%s' is too long"), 0, scope); in nb_ctx_setscope()
216 nls_str_upper(ctx->nb_scope, scope); in nb_ctx_setscope()
/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/t/lib/strict/
H A Dsubs78 # Check compile time scope of strict subs pragma
90 # Check compile time scope of strict subs pragma
102 # Check compile time scope of strict vars pragma
115 # Check compile time scope of strict vars pragma
127 # Check runtime scope of strict refs pragma
140 # Check runtime scope of strict refs pragma
153 # Check runtime scope of strict refs pragma
218 # Check scope of pragma with eval
229 # Check scope of pragma with eval
242 # Check scope of pragma with eval
[all …]
H A Drefs130 # Check runtime scope of strict refs pragma
143 # Check runtime scope of strict refs pragma
156 # Check runtime scope of strict refs pragma
215 # Check scope of pragma with eval
226 # Check scope of pragma with eval
238 # Check scope of pragma with eval
248 # Check scope of pragma with eval
260 # Check scope of pragma with eval
270 # Check scope of pragma with eval
280 # Check scope of pragma with eval
[all …]
/onnv-gate/usr/src/cmd/cmd-inet/usr.sbin/snoop/
H A Dsnoop_ospf6.c154 char scope[15]; in ospf6_print_ls_type() local
161 snprintf(scope, sizeof (scope), "linklocal"); in ospf6_print_ls_type()
164 snprintf(scope, sizeof (scope), "area"); in ospf6_print_ls_type()
167 snprintf(scope, sizeof (scope), "AS"); in ospf6_print_ls_type()
170 snprintf(scope, sizeof (scope), ""); in ospf6_print_ls_type()
177 "%s Router = %s", scope, print_ipaddr(ls6_router)); in ospf6_print_ls_type()
183 "%s Net DR %s IF %s", scope, in ospf6_print_ls_type()
191 "%s Inter-area-prefix = %s ABR %s", scope, in ospf6_print_ls_type()
199 "%s Inter-area-router = %s Router %s", scope, in ospf6_print_ls_type()
207 "%s ASE = %s ASBR %s", scope, in ospf6_print_ls_type()
[all …]

12345678910>>...12