Home
last modified time | relevance | path

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

1234

/freebsd/sys/dev/aic7xxx/aicasm/
H A Daicasm_symbol.h166 typedef struct scope { struct
170 scope_type type; argument
171 int inner_scope_patches; argument
179 SLIST_HEAD(scope_list, scope); argument
H A Daicasm.c461 dump_scope(scope_t *scope) in dump_scope()
488 emit_patch(scope_t *scope, int patch) in emit_patch()
780 process_scope(scope_t *scope) in process_scope()
/freebsd/sys/netinet6/
H A Dscope6.c406 int scope; in in6_setscope() local
516 in6_getscopezone(const struct ifnet *ifp, int scope) in in6_getscopezone()
556 int scope; in sa6_checkzone() local
596 int scope; in sa6_checkzone_ifp() local
H A Din6_cksum.c94 uint16_t scope, *w; in _in6_cksum_pseudo() local
263 uint16_t *w, scope; in in6_cksum_partial() local
/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DELFAttributeParser.cpp43 DictScope scope(*sw, "Attribute"); in integerAttribute() local
59 DictScope scope(*sw, "Attribute"); in stringAttribute() local
180 DictScope scope(*sw, scopeName); in parseSubsection() local
H A DARMAttributeParser.cpp78 DictScope scope(*sw, "Attribute"); in stringAttribute() local
290 DictScope scope(*sw, "Attribute"); in compatibility() local
448 DictScope scope(*sw, "Attribute"); in also_compatible_with() local
/freebsd/contrib/bmake/
H A Dvar.c464 GNode_FindVar(GNode *scope, Substring varname, unsigned int hash) in GNode_FindVar()
483 VarFindSubstring(Substring name, GNode *scope, bool elsewhere) in VarFindSubstring()
529 VarFind(const char *name, GNode *scope, bool elsewhere) in VarFind()
558 VarAdd(const char *name, const char *value, GNode *scope, VarSetFlags flags) in VarAdd()
574 Var_Delete(GNode *scope, const char *varname) in Var_Delete()
618 Var_DeleteAll(GNode *scope) in Var_DeleteAll()
694 ExportVarEnv(Var *v, GNode *scope) in ExportVarEnv()
767 ExportVar(const char *name, GNode *scope, VarExportMode mode) in ExportVar()
793 Var_ReexportVars(GNode *scope) in Var_ReexportVars()
1012 Var_SetWithFlags(GNode *scope, const char *name, const char *val, in Var_SetWithFlags()
[all …]
/freebsd/contrib/byacc/test/
H A Dbtyacc_demo.y26 Scope *scope; member
37 Scope *scope; member
/freebsd/sys/contrib/openzfs/module/zcommon/
H A Dzfeature_common.c176 zfs_mod_list_supported(const char *scope) in zfs_mod_list_supported()
251 zfs_mod_supported_impl(const char *scope, const char *name, const char *sysfs) in zfs_mod_supported_impl()
263 zfs_mod_supported(const char *scope, const char *name, in zfs_mod_supported()
/freebsd/sys/compat/linuxkpi/common/include/net/
H A Dip.h75 unsigned char scope; in ip_ib_mc_map() local
H A Dipv6.h54 unsigned char scope; in ipv6_ib_mc_map() local
/freebsd/tests/sys/netinet6/
H A Dtest_ip6_output.py454 def test_output6_self_tcp(self, scope, source_validation): argument
502 def test_output6_self_udp(self, scope, source_validation): argument
/freebsd/contrib/kyua/utils/
H A Dauto_array_test.cpp113 ATF_TEST_CASE_HEAD(scope) in ATF_TEST_CASE_HEAD() argument
118 ATF_TEST_CASE_BODY(scope) in ATF_TEST_CASE_BODY() argument
/freebsd/contrib/kyua/utils/signals/
H A Dprogrammer_test.cpp87 ATF_TEST_CASE_BODY(scope) in ATF_TEST_CASE_BODY() argument
/freebsd/contrib/ntp/libntp/
H A Ddecodenetnum.c93 unsigned int port=NTP_PORT, scope=0; in decodenetnum() local
H A Dsocktoa.c39 u_long scope; socktoa() local
/freebsd/sys/net/
H A Dif_infiniband.c72 uint8_t scope; in infiniband_ipv4_multicast_map() local
105 uint8_t scope; in infiniband_ipv6_multicast_map() local
/freebsd/contrib/openpam/include/security/
H A Dpam_types.h78 void *scope; member
/freebsd/contrib/smbfs/lib/smb/
H A Dnb.c90 nb_ctx_setscope(struct nb_ctx *ctx, const char *scope) in nb_ctx_setscope()
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/LogicalView/Core/
H A DLVRange.h42 LVScope *scope() const { return Scope; } in scope() function
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/
H A DPdbAstBuilder.cpp249 clang::DeclContext *scope = GetParentDeclContext(id); in GetOrCreateSymbolForId() local
367 std::optional<PdbCompilandSymId> scope = in GetParentDeclContext() local
656 clang::DeclContext *scope = GetParentDeclContext(block_id); GetOrCreateBlockDecl() local
671 CreateVariableDecl(PdbSymUid uid,CVSymbol sym,clang::DeclContext & scope) CreateVariableDecl() argument
694 clang::DeclContext *scope = GetOrCreateDeclContextForUid(scope_id); GetOrCreateVariableDecl() local
729 clang::DeclContext *scope = GetParentDeclContext(id); GetOrCreateTypedefDecl() local
1074 CVSymbolArray scope = CreateFunctionParameters() local
[all...]
/freebsd/contrib/ntp/libntp/lib/isc/unix/
H A Dinterfaceiter.c194 int prefix, scope, flags; in linux_if_inet6_current() local
/freebsd/contrib/byacc/test/btyacc/
H A Dbtyacc_demo.tab.h24 Scope *scope; member
/freebsd/contrib/unbound/edns-subnet/
H A Daddrtree.c90 node_create(struct addrtree *tree, void *elem, addrlen_t scope, in node_create()
362 addrlen_t sourcemask, addrlen_t scope, void *elem, time_t ttl, in addrtree_insert()
/freebsd/sys/dev/acpica/
H A Dacpi_package.c155 acpi_GetReference(ACPI_HANDLE scope, ACPI_OBJECT *obj) in acpi_GetReference()

1234