/kernel/linux/linux-6.6/tools/perf/util/ |
H A D | evlist.h | 127 int evlist__add_sb_event(struct evlist *evlist, struct perf_event_attr *attr,
|
H A D | pmus.c | 590 pmu = perf_pmus__find_by_type(evsel->core.attr.type); in evsel__find_pmu()
|
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/bpf_testmod/ |
H A D | bpf_testmod.c | 338 .attr = { .name = "bpf_testmod", .mode = 0666, },
|
/kernel/liteos_a/kernel/extended/trace/cnv/ |
H A D | trace_cnv.c | 152 LOS_TRACE(MUX_DELETE, (UINTPTR)muxCB, muxCB->attr.type, muxCB->muxCount, in LOS_TraceMuxDelete()
|
/kernel/linux/linux-6.6/mm/ |
H A D | dmapool.c | 72 static ssize_t pools_show(struct device *dev, struct device_attribute *attr, char *buf) in pools_show() argument
|
/kernel/linux/linux-6.6/tools/lib/bpf/ |
H A D | libbpf_internal.h | 595 int sys_bpf_prog_load(union bpf_attr *attr, unsigned int size, int attempts);
|
/kernel/linux/linux-6.6/net/netfilter/ |
H A D | nf_conntrack_ftp.c | 547 static int nf_ct_ftp_from_nlattr(struct nlattr *attr, struct nf_conn *ct) in nf_ct_ftp_from_nlattr() argument
|
H A D | nf_conntrack_helper.c | 440 int (*from_nlattr)(struct nlattr *attr, in nf_ct_helper_init() 432 nf_ct_helper_init(struct nf_conntrack_helper *helper, u16 l3num, u16 protonum, const char *name, u16 default_port, u16 spec_port, u32 id, const struct nf_conntrack_expect_policy *exp_pol, u32 expect_class_max, int (*help)(struct sk_buff *skb, unsigned int protoff, struct nf_conn *ct, enum ip_conntrack_info ctinfo), int (*from_nlattr)(struct nlattr *attr, struct nf_conn *ct), struct module *module) nf_ct_helper_init() argument
|
/kernel/liteos_a/testsuites/unittest/libc/posix/pthread/ |
H A D | It_posix_pthread.h | 132 * 1 => sched policy from the attr param 238 extern UINT32 PosixPthreadInit(pthread_attr_t *attr, INT32 pri);
|
/third_party/libbpf/src/ |
H A D | libbpf_internal.h | 653 int sys_bpf_prog_load(union bpf_attr *attr, unsigned int size, int attempts);
|
/third_party/libwebsockets/plugins/ssh-base/include/ |
H A D | lws-ssh.h | 433 uint32_t attr; member
|
/third_party/mesa3d/src/microsoft/compiler/ |
H A D | dxil_module.h | 271 enum dxil_attr_kind attr);
|
/third_party/libexif/contrib/c++/ |
H A D | exif_module.cxx | 311 if((t.attr("__len__")() == 2) && in convertible()
|
/third_party/python/Tools/i18n/ |
H A D | pygettext.py | 366 func_name = func.attr
|
/third_party/skia/modules/skparagraph/src/ |
H A D | TextLine.h | 249 bool hasBackgroundRect(const RoundRectAttr& attr);
|
/third_party/selinux/libsepol/cil/src/ |
H A D | cil_build_ast.h | 86 void cil_destroy_userattribute(struct cil_userattribute *attr);
|
/third_party/rust/crates/serde/serde_derive_internals/src/ |
H A D | check.rs | 2 use crate::internals::attr::{Default, Identifier, TagType};
|
/third_party/rust/crates/serde/serde_derive/src/internals/ |
H A D | check.rs | 2 use crate::internals::attr::{Default, Identifier, TagType};
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/wps/ |
H A D | wps.h | 884 int wps_oob_use_cred(struct wps_context *wps, struct wps_parse_attr *attr);
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/common/ |
H A D | ieee802_11_common.h | 307 size_t mbo_add_ie(u8 *buf, size_t len, const u8 *attr, size_t attr_len);
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/wps/ |
H A D | wps.h | 897 int wps_oob_use_cred(struct wps_context *wps, struct wps_parse_attr *attr);
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/ap/ |
H A D | wpa_auth.h | 440 struct radius_das_attrs *attr);
|
/foundation/arkui/napi/native_engine/ |
H A D | native_api.cpp | 1830 PropertyAttribute attr(object, true, false, true); in napi_wrap() 1831 nativeObject->DefineProperty(vm, key, attr); in napi_wrap() 1875 PropertyAttribute attr(object, true, false, true); in napi_wrap_async_finalizer() 1876 nativeObject->DefineProperty(vm, key, attr); in napi_wrap_async_finalizer() 1922 PropertyAttribute attr(object, true, false, true); in napi_wrap_with_size() 1923 nativeObject->DefineProperty(vm, key, attr); in napi_wrap_with_size() 1983 PropertyAttribute attr(object, true, false, true); in napi_remove_wrap() 1984 nativeObject->DefineProperty(vm, key, attr); in napi_remove_wrap()
|
/kernel/linux/linux-5.10/drivers/net/wireless/intel/iwlwifi/mvm/ |
H A D | mac80211.c | 1868 struct iwl_fw_bcast_filter_attr *attr; in iwl_mvm_set_bcast_filter() local 1874 attr = &out_filter->attrs[i]; in iwl_mvm_set_bcast_filter() 1876 if (!attr->mask) in iwl_mvm_set_bcast_filter() 1879 switch (attr->reserved1) { in iwl_mvm_set_bcast_filter() 1882 attr->mask = 0; in iwl_mvm_set_bcast_filter() 1886 attr->val = vif->bss_conf.arp_addr_list[0]; in iwl_mvm_set_bcast_filter() 1889 attr->val = *(__be32 *)&vif->addr[2]; in iwl_mvm_set_bcast_filter() 1894 attr->reserved1 = 0; in iwl_mvm_set_bcast_filter()
|
/kernel/linux/linux-6.6/kernel/bpf/ |
H A D | verifier.c | 15419 const union bpf_attr *attr, in check_btf_func() 15434 nfuncs = attr->func_info_cnt; in check_btf_func() 15446 urec_size = attr->func_info_rec_size; in check_btf_func() 15457 urecord = make_bpfptr(attr->func_info, uattr.is_kernel); in check_btf_func() 15565 const union bpf_attr *attr, in check_btf_line() 15576 nr_linfo = attr->line_info_cnt; in check_btf_line() 15582 rec_size = attr->line_info_rec_size; in check_btf_line() 15601 ulinfo = make_bpfptr(attr->line_info, uattr.is_kernel); in check_btf_line() 15693 const union bpf_attr *attr, in check_core_relo() 15707 nr_core_relo = attr in check_core_relo() 15418 check_btf_func(struct bpf_verifier_env *env, const union bpf_attr *attr, bpfptr_t uattr) check_btf_func() argument 15564 check_btf_line(struct bpf_verifier_env *env, const union bpf_attr *attr, bpfptr_t uattr) check_btf_line() argument 15692 check_core_relo(struct bpf_verifier_env *env, const union bpf_attr *attr, bpfptr_t uattr) check_core_relo() argument 15761 check_btf_info(struct bpf_verifier_env *env, const union bpf_attr *attr, bpfptr_t uattr) check_btf_info() argument 18131 opt_subreg_zext_lo32_rnd_hi32(struct bpf_verifier_env *env, const union bpf_attr *attr) opt_subreg_zext_lo32_rnd_hi32() argument 20191 bpf_check(struct bpf_prog **prog, union bpf_attr *attr, bpfptr_t uattr, __u32 uattr_size) bpf_check() argument [all...] |