/titanic_51/usr/src/uts/i86pc/io/ |
H A D | immu_dmar.c | 114 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() 173 * parse a scope structure in the "raw" table 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 in parse_scope() 235 ioapic_drhd_insert(scope_t * scope,drhd_t * drhd) ioapic_drhd_insert() argument 293 scope_t *scope; parse_drhd() local 351 scope_t *scope; parse_rmrr() local 537 scope_t *scope; print_scope_list() local 947 scope_t *scope; immu_dmar_rmrr_map() local 1057 scope_t *scope; immu_dmar_get_immu() local [all...] |
/titanic_51/usr/src/lib/libldap5/sources/ldap/common/ |
H A D | search.c | 48 static int nsldapi_search( LDAP *ld, const char *base, int scope, 62 static int nsldapi_search_s( LDAP *ld, const char *base, int scope, 73 * scope the search scope - one of LDAP_SCOPE_BASE, 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 ! in nsldapi_search() 272 nsldapi_build_search_req(LDAP * ld,const char * base,int scope,const char * filter,char ** attrs,int attrsonly,LDAPControl ** serverctrls,LDAPControl ** clientctrls,int timelimit,int sizelimit,int msgid,BerElement ** berp) nsldapi_build_search_req() argument 911 ldap_search_st(LDAP * ld,const char * base,int scope,const char * filter,char ** attrs,int attrsonly,struct timeval * timeout,LDAPMessage ** res) ldap_search_st() argument 928 ldap_search_s(LDAP * ld,const char * base,int scope,const char * filter,char ** attrs,int attrsonly,LDAPMessage ** res) ldap_search_s() argument 943 ldap_search_ext_s(LDAP * ld,const char * base,int scope,const char * filter,char ** attrs,int attrsonly,LDAPControl ** serverctrls,LDAPControl ** clientctrls,struct timeval * timeoutp,int sizelimit,LDAPMessage ** res) ldap_search_ext_s() argument 964 nsldapi_search_s(LDAP * ld,const char * base,int scope,const char * filter,char ** attrs,int attrsonly,LDAPControl ** serverctrls,LDAPControl ** clientctrls,struct timeval * localtimeoutp,int timelimit,int sizelimit,LDAPMessage ** res) nsldapi_search_s() argument [all...] |
H A D | url.c | 38 * l d a p : / / hostport / dn [ ? attributes [ ? scope [ ? filter ] ] ] 42 * scope is one of these three strings: base one sub (default=base) 185 char *urlcopy, *attrs, *scope, *extensions = NULL, *p, *q; in nsldapi_url_parse() local 220 /* initialize scope and filter */ in nsldapi_url_parse() 284 /* scan for '?' that marks end of attrs and begin. of scope */ in nsldapi_url_parse() 287 * terminate attrs; point to start of scope and scan for in nsldapi_url_parse() 288 * '?' that marks end of scope and begin. of filter in nsldapi_url_parse() 291 scope = p; in nsldapi_url_parse() 293 if (( p = strchr( scope, '?' )) != NULL ) { in nsldapi_url_parse() 294 /* terminate scope; poin in nsldapi_url_parse() 568 ldap_dns_to_url(LDAP * ld,char * dns_name,char * attrs,char * scope,char * filter) ldap_dns_to_url() argument [all...] |
H A D | ufn.c | 54 char *filter, int scope, char **attrs, int aonly, int *err ); 101 int max, i, err, scope = 0, phase, tries; in ldap_ufn_search_ctx() local 138 scope = LDAP_SCOPE_ONELEVEL; in ldap_ufn_search_ctx() 142 scope = LDAP_SCOPE_ONELEVEL; in ldap_ufn_search_ctx() 146 scope = LDAP_SCOPE_SUBTREE; in ldap_ufn_search_ctx() 211 cancelparm, dns, fi->lfi_filter, scope, in ldap_ufn_search_ctx() 229 scope = LDAP_SCOPE_SUBTREE; in ldap_ufn_search_ctx() 446 void *cancelparm, char **dns, char *filter, int scope, in ldap_ufn_expand() argument 463 if (( msgid = ldap_search( ld, dn, scope, filter, attrs, in ldap_ufn_expand()
|
/titanic_51/usr/src/common/smbsrv/ |
H A D | smb_netbios_util.c | 156 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() 209 * The scope field is a series of length designated labels as described 220 netbios_first_level_name_decode(char *in, char *name, char *scope) in netbios_first_level_name_decode() argument 249 * Don't bother decoding the scope. Not supported. in netbios_first_level_name_decode() 253 scope[0] = '\0'; in netbios_first_level_name_decode() 274 char scope[NETBIOS_DOMAIN_NAME_MAX]; in netbios_name_isvalid() local 276 if (netbios_first_level_name_decode(in, name, scope) < 0) in netbios_name_isvalid()
|
/titanic_51/usr/src/lib/libast/common/hash/ |
H A D | hashview.c | 53 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 D | hashdump.c | 106 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()
|
H A D | hashscan.c | 58 if (tab->scope && !(flags & HASH_NOSCOPE)) in hashscan() 74 } while (tab = tab->scope); in hashscan() 102 if (!pos->flags || !pos->tab->scope) return(0); in hashnext() 103 pos->tab = pos->tab->scope; in hashnext()
|
/titanic_51/usr/src/contrib/ast/src/lib/libast/hash/ |
H A D | hashview.c | 33 * push/pop/query hash table scope 35 * bot==0 pop top scope 39 * scope table pointer returned 53 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 D | hashdump.c | 106 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()
|
H A D | hashscan.c | 58 if (tab->scope && !(flags & HASH_NOSCOPE)) in hashscan() 74 } while (tab = tab->scope); in hashscan() 102 if (!pos->flags || !pos->tab->scope) return(0); in hashnext() 103 pos->tab = pos->tab->scope; in hashnext()
|
/titanic_51/usr/src/lib/libslp/javalib/com/sun/slp/ |
H A D | SLPV1SSrvTypeMsg.java | 82 // Finally get scope. in initialize() 88 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 D | ServiceStoreInMemory.java | 1167 * @return Vector of strings with scope names. 1298 // Keys for this table are scope/service type/lang tag. Values are 1341 // original. Values are hashtables with key being scope name, 1351 // The scope/service type v.s. number of languages. Keys are 1352 // the type/scope, values are a hashtable keyed by lang tag. 1354 // the number of registrations for that type/scope in the 1584 * and every scope. There will be only one record for each URL 1587 * same in each scope if the locale is the same. 1716 * Delete for every locale that has the attributes and every scope. 1742 // Get the scope leve in deleteAttributes() 1786 String scope = (String)en.nextElement(); deleteAttributes() local 2004 String scope = (String)scopes.elementAt(i); findServices() local 2145 String scope = (String)scopes.elementAt(i); findAttributes() local 2269 String scope = (String)scopes.elementAt(i); findAttributes() local 2445 String scope = (String)scopes.elementAt(i); registerInternal() local 2490 initializeURLScopeLangTableVector(ServiceURL url, String scope, String lang) initializeURLScopeLangTableVector() argument 2537 addRecordToScopeTypeLangTable(String scope, String serviceType, String lang, boolean isAbstract, ServiceRecordInMemory rec, Vector listVec) addRecordToScopeTypeLangTable() argument 2724 String scope = (String)scopes.elementAt(i); deregisterInternal() local 2741 deleteTypeLocale(type.toString(), scope, lang); deregisterInternal() local 2746 deleteTypeLocale(type.getAbstractTypeName(), scope, lang); deregisterInternal() local 2764 deleteTypeLocale(type.toString(), scope, lang); deregisterInternal() local 2770 scope, deregisterInternal() local 2856 String scope = (String)en.nextElement(); findExistingRecord() local 3055 Object scope = scopes.elementAt(0); checkForExistingUnderOtherServiceType() local 3142 String scope = (String)oldScopes.elementAt(j); mergeOldRecordIntoNew() local 3296 addTypeLocale(String type, String scope, String lang) addTypeLocale() argument 3336 deleteTypeLocale(String type, String scope, String lang) deleteTypeLocale() argument 3412 String scope = (String)scopes.elementAt(i); languageSupported() local 3462 makeScopeTypeKey(String scope, String type) makeScopeTypeKey() argument 3470 makeScopeTypeLangKey(String scope, String serviceType, String lang) makeScopeTypeLangKey() argument [all...] |
H A D | SLPV1SAttrMsg.java | 113 // Parse in the scope and validate it. in initialize() 117 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()
|
H A D | SLPV1CDAAdvert.java | 99 // Parse in the scope list. in initialize() 107 // Validate the scope list. in initialize() 112 String scope = (String)hdr.scopes.elementAt(i); in initialize() local 114 SLPHeaderV1.validateScope(scope); in initialize() 115 hdr.scopes.setElementAt(scope.toLowerCase().trim(), i); in initialize() 119 // change the scope name to default. We don't check whether we in initialize()
|
/titanic_51/usr/src/lib/smbsrv/libsmbns/common/ |
H A D | smbns_netbios.c | 184 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() 198 * Set up the name and scope fields in the destination name_entry structure. 200 * last byte, i.e. "netbiosname <suffix>". The scope is copied and folded 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() 221 smb_init_name_struct(unsigned char * name,char suffix,unsigned char * scope,uint32_t ipaddr,unsigned short port,uint32_t attr,uint32_t addr_attr,struct name_entry * dest) smb_init_name_struct() argument [all...] |
H A D | smbns_netbios_cache.c | 50 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() 385 * Node Status response for names in the given scope 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) in smb_netbios_cache_status() 816 smb_netbios_cache_key(char * key,unsigned char * name,unsigned char * scope) smb_netbios_cache_key() argument [all...] |
/titanic_51/usr/src/lib/libnisdb/ |
H A D | ldap_ldap.c | 68 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 in storeLDAP() [all...] |
/titanic_51/usr/src/lib/libsldap/common/ |
H A D | ns_wrapper.c | 316 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, filte in _ns_ldap_search_st() [all...] |
/titanic_51/usr/src/lib/libc/port/threads/ |
H A D | pthr_attr.c | 43 PTHREAD_SCOPE_PROCESS, /* scope */ in def_thrattr() 261 * pthread_attr_setscope: sets the scope to SYSTEM or PROCESS. 265 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() 279 * pthread_attr_getscope: gets the scheduling scope. 283 pthread_attr_getscope(const pthread_attr_t *attr, int *scope) in pthread_attr_getscope() argument 288 scope ! in pthread_attr_getscope() [all...] |
/titanic_51/usr/src/lib/libsmbfs/smb/ |
H A D | nb.c | 95 * API for library consumer to set NB scope. 98 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()
|
/titanic_51/usr/src/cmd/cmd-inet/usr.sbin/snoop/ |
H A D | snoop_ospf6.c | 154 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_ipadd in ospf6_print_ls_type() [all...] |
/titanic_51/usr/src/cmd/svc/common/ |
H A D | manifest_hash.c | 119 scf_scope_t *scope; in mhash_retrieve_entry() local 136 if ((scope = scf_scope_create(hndl)) == NULL || in mhash_retrieve_entry() 145 if (scf_handle_get_local_scope(hndl, scope) < 0) { in mhash_retrieve_entry() 150 if (scf_scope_get_service(scope, MHASH_SVC, svc) < 0) { in mhash_retrieve_entry() 226 scf_scope_destroy(scope); in mhash_retrieve_entry() 235 scf_scope_t *scope = NULL; in mhash_store_entry() local 251 if ((scope = scf_scope_create(hndl)) == NULL || in mhash_store_entry() 261 if (scf_handle_get_local_scope(hndl, scope) != SCF_SUCCESS) { in mhash_store_entry() 263 *errstr = gettext("Could not get local scope"); in mhash_store_entry() 270 if (scf_scope_get_service(scope, MHASH_SV in mhash_store_entry() [all...] |
/titanic_51/usr/src/tools/ctf/cvt/ |
H A D | stabs.c | 191 int scope = 0; in stabs_read() local 218 scope++; in stabs_read() 219 debug(3, "stab %d: opening scope (%d)\n", i + 1, scope); in stabs_read() 222 scope--; in stabs_read() 223 debug(3, "stab %d: closing scope (%d)\n", i + 1, scope); in stabs_read() 231 * trying to pop a stack that only has the outer scope in stabs_read() 324 /* Make sure the scope tracking is working correctly */ in stabs_read() 326 iidescp->ii_type != II_SFUN) || scope in stabs_read() [all...] |
/titanic_51/usr/src/uts/common/sys/scsi/generic/ |
H A D | persist.h | 51 * Persistent reservation scope codes 146 scope : 4; member 248 scope : 4; member 272 scope : 4; member 342 uint8_t scope : 4, 444 uint8_t scope : 4, 467 uint8_t scope : 4,
|