Home
last modified time | relevance | path

Searched refs:attr (Results 7901 - 7925 of 8604) sorted by relevance

1...<<311312313314315316317318319320>>...345

/kernel/linux/linux-6.6/tools/perf/util/
H A Devlist.h127 int evlist__add_sb_event(struct evlist *evlist, struct perf_event_attr *attr,
H A Dpmus.c590 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 Dbpf_testmod.c338 .attr = { .name = "bpf_testmod", .mode = 0666, },
/kernel/liteos_a/kernel/extended/trace/cnv/
H A Dtrace_cnv.c152 LOS_TRACE(MUX_DELETE, (UINTPTR)muxCB, muxCB->attr.type, muxCB->muxCount, in LOS_TraceMuxDelete()
/kernel/linux/linux-6.6/mm/
H A Ddmapool.c72 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 Dlibbpf_internal.h595 int sys_bpf_prog_load(union bpf_attr *attr, unsigned int size, int attempts);
/kernel/linux/linux-6.6/net/netfilter/
H A Dnf_conntrack_ftp.c547 static int nf_ct_ftp_from_nlattr(struct nlattr *attr, struct nf_conn *ct) in nf_ct_ftp_from_nlattr() argument
H A Dnf_conntrack_helper.c440 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 DIt_posix_pthread.h132 * 1 => sched policy from the attr param
238 extern UINT32 PosixPthreadInit(pthread_attr_t *attr, INT32 pri);
/third_party/libbpf/src/
H A Dlibbpf_internal.h653 int sys_bpf_prog_load(union bpf_attr *attr, unsigned int size, int attempts);
/third_party/libwebsockets/plugins/ssh-base/include/
H A Dlws-ssh.h433 uint32_t attr; member
/third_party/mesa3d/src/microsoft/compiler/
H A Ddxil_module.h271 enum dxil_attr_kind attr);
/third_party/libexif/contrib/c++/
H A Dexif_module.cxx311 if((t.attr("__len__")() == 2) && in convertible()
/third_party/python/Tools/i18n/
H A Dpygettext.py366 func_name = func.attr
/third_party/skia/modules/skparagraph/src/
H A DTextLine.h249 bool hasBackgroundRect(const RoundRectAttr& attr);
/third_party/selinux/libsepol/cil/src/
H A Dcil_build_ast.h86 void cil_destroy_userattribute(struct cil_userattribute *attr);
/third_party/rust/crates/serde/serde_derive_internals/src/
H A Dcheck.rs2 use crate::internals::attr::{Default, Identifier, TagType};
/third_party/rust/crates/serde/serde_derive/src/internals/
H A Dcheck.rs2 use crate::internals::attr::{Default, Identifier, TagType};
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/wps/
H A Dwps.h884 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 Dieee802_11_common.h307 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 Dwps.h897 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 Dwpa_auth.h440 struct radius_das_attrs *attr);
/foundation/arkui/napi/native_engine/
H A Dnative_api.cpp1830 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 Dmac80211.c1868 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 Dverifier.c15419 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...]

Completed in 57 milliseconds

1...<<311312313314315316317318319320>>...345