Home
last modified time | relevance | path

Searched defs:scope (Results 1 – 25 of 109) sorted by relevance

12345

/illumos-gate/usr/src/tools/smatch/src/
H A Dscope.h31 struct scope { struct
33 struct symbol_list *symbols; /* List of symbols in this scope */ argument
34 struct scope *next; argument
43 static inline int toplevel(struct scope *scope) in toplevel()
H A Dscope.c43 void bind_scope(struct symbol *sym, struct scope *scope) in bind_scope()
64 struct scope *scope = __alloc_scope(0); in start_scope() local
74 struct scope *scope = __alloc_scope(0); in start_file_scope() local
107 struct scope *scope = *s; in end_scope() local
141 int is_outer_scope(struct scope *scope) in is_outer_scope()
/illumos-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()
220 netbios_first_level_name_decode(char *in, char *name, char *scope) in netbios_first_level_name_decode()
274 char scope[NETBIOS_DOMAIN_NAME_MAX]; in netbios_name_isvalid() local
/illumos-gate/usr/src/lib/libldap5/sources/ldap/common/
H A Dsearch.c90 int scope, in ldap_search()
118 int scope, in ldap_search_ext()
154 int scope, in nsldapi_search()
272 int scope, in nsldapi_build_search_req()
921 int scope, in ldap_search_st()
938 int scope, in ldap_search_s()
953 int scope, in ldap_search_ext_s()
974 int scope, in nsldapi_search_s()
H A Durl.c182 char *urlcopy, *attrs, *scope, *extensions = NULL, *p, *q; in nsldapi_url_parse() local
565 char *scope, in ldap_dns_to_url()
H A Dufn.c99 int max, i, err, scope = 0, phase, tries; in ldap_ufn_search_ctx() local
444 void *cancelparm, char **dns, char *filter, int scope, in ldap_ufn_expand()
/illumos-gate/usr/src/uts/i86pc/io/
H A Dimmu_dmar.c117 scope_t *scope; in scope_list_free() local
181 scope_t *scope; in parse_scope() local
238 ioapic_drhd_insert(scope_t *scope, drhd_t *drhd) in ioapic_drhd_insert()
296 scope_t *scope; in parse_drhd() local
354 scope_t *scope; in parse_rmrr() local
540 scope_t *scope; in print_scope_list() local
948 scope_t *scope; in immu_dmar_rmrr_map() local
1058 scope_t *scope; in immu_dmar_get_immu() local
/illumos-gate/usr/src/lib/libslp/javalib/com/sun/slp/
H A DServiceStoreInMemory.java1786 String scope = (String)en.nextElement(); in deleteAttributes() local
2004 String scope = (String)scopes.elementAt(i); in findServices() local
2269 String scope = (String)scopes.elementAt(i); in findAttributes() local
2445 String scope = (String)scopes.elementAt(i); in registerInternal() local
2490 String scope, in initializeURLScopeLangTableVector()
2537 addRecordToScopeTypeLangTable(String scope, in addRecordToScopeTypeLangTable()
2724 String scope = (String)scopes.elementAt(i); in deregisterInternal() local
2770 scope, in deregisterInternal() local
2856 String scope = (String)en.nextElement(); in findExistingRecord() local
3055 Object scope = scopes.elementAt(0); in checkForExistingUnderOtherServiceType() local
[all …]
H A DDATable.java265 String scope = (String)scopes.elementAt(i); in filterScopes() local
315 String scope = (String)dascopes.elementAt(j); in addToEquivClass() local
H A DSLPV1SSrvTypeMsg.java88 String scope = buf.toString().trim().toLowerCase(); in initialize() local
H A DSLPV1CDAAdvert.java112 String scope = (String)hdr.scopes.elementAt(i); in initialize() local
H A DSLPV1SSrvReg.java114 String scope = (String)o; in initialize() local
H A DSLPV1SAttrMsg.java117 String scope = buf.toString().toLowerCase().trim(); in initialize() local
/illumos-gate/usr/src/uts/intel/io/vmm/
H A Dvmm_stat.h63 enum vmm_stat_scope scope; member
68 #define VMM_STAT_FDEFINE(type, nelems, desc, func, scope) \ argument
74 #define VMM_STAT_DEFINE(type, nelems, desc, scope) \ argument
/illumos-gate/usr/src/lib/libsmbfs/smb/
H A Dnb.c98 smb_ctx_setscope(struct smb_ctx *ctx, const char *scope) in smb_ctx_setscope()
202 nb_ctx_setscope(struct nb_ctx *ctx, const char *scope) in nb_ctx_setscope()
/illumos-gate/usr/src/lib/smbsrv/libsmbns/common/
H A Dsmbns_netbios.c204 smb_encode_netbios_name(unsigned char *name, char suffix, unsigned char *scope, in smb_encode_netbios_name()
221 smb_init_name_struct(unsigned char *name, char suffix, unsigned char *scope, in smb_init_name_struct()
H A Dsmbns_netbios_cache.c388 smb_netbios_cache_status(unsigned char *buf, int bufsize, unsigned char *scope) in smb_netbios_cache_status()
819 smb_netbios_cache_key(char *key, unsigned char *name, unsigned char *scope) in smb_netbios_cache_key()
/illumos-gate/usr/src/lib/libsldap/common/
H A Dns_wrapper.c314 char *base, int scope, char *filter, in _ns_ldap_search_ext()
328 char *base, int scope, char *filter, in _ns_ldap_search_ext_s()
342 char *base, int scope, char *filter, in _ns_ldap_search()
352 char *base, int scope, char *filter, in _ns_ldap_search_s()
363 char *base, int scope, char *filter, in _ns_ldap_search_st()
/illumos-gate/usr/src/cmd/svc/common/
H A Dmanifest_hash.c120 scf_scope_t *scope; in mhash_retrieve_entry() local
236 scf_scope_t *scope = NULL; in mhash_store_entry() local
/illumos-gate/usr/src/contrib/ast/src/lib/libast/hash/
H A Dhashdump.c106 Hash_table_t* scope; in dumptable() local
/illumos-gate/usr/src/lib/libshare/common/
H A Dscfutil.h43 scf_scope_t *scope; member
/illumos-gate/usr/src/lib/libc/port/threads/
H A Dpthr_attr.c273 pthread_attr_setscope(pthread_attr_t *attr, int scope) in pthread_attr_setscope()
291 pthread_attr_getscope(const pthread_attr_t *attr, int *scope) in pthread_attr_getscope()
/illumos-gate/usr/src/lib/libnisdb/
H A Dldap_ldap.c65 int scope, i, stat, nrv = 0, freeBase = 0; in lookupLDAP() local
/illumos-gate/usr/src/lib/fm/topo/libtopo/common/
H A Dsvc.c422 char *scope = NULL; in svc_fmri_nvl2str() local
704 scf_scope_t *scope = NULL; in svc_get_state() local
/illumos-gate/usr/src/lib/libnvme/common/
H A Dlibnvme_feature.c249 nvme_feat_discover_init(nvme_ctrl_t *ctrl, nvme_feat_scope_t scope, in nvme_feat_discover_init()
280 nvme_feat_discover(nvme_ctrl_t *ctrl, nvme_feat_scope_t scope, uint32_t flags, in nvme_feat_discover()

12345