OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:attr_group
(Results
1 - 3
of
3
) sorted by relevancy
/src/sys/external/bsd/drm2/dist/drm/amd/amdkfd/
kfd_topology.h
159
struct attribute_group *
attr_group
;
member in struct:kfd_perf_properties
kfd_topology.c
595
kfree(perf->
attr_group
);
596
perf->
attr_group
= NULL;
737
perf->
attr_group
= kzalloc(sizeof(struct kfd_perf_attr)
740
if (!perf->
attr_group
)
743
attrs = (struct attribute **)(perf->
attr_group
+ 1);
753
perf->
attr_group
->name = perf->block_name;
754
perf->
attr_group
->attrs = attrs;
755
ret = sysfs_create_group(dev->kobj_perf, perf->
attr_group
);
/src/external/bsd/wpa/dist/src/common/
dpp_pkex.c
349
const u8 *
attr_group
, *attr_id, *attr_key;
local
406
attr_group
= dpp_get_attr(buf, len, DPP_ATTR_FINITE_CYCLIC_GROUP,
408
if (!
attr_group
|| attr_group_len != 2) {
413
ike_group = WPA_GET_LE16(
attr_group
);
701
const u8 *attr_status, *attr_id, *attr_key, *
attr_group
;
local
764
attr_group
= dpp_get_attr(buf, buflen,
767
if (
attr_group
&& attr_group_len == 2) {
770
WPA_GET_LE16(
attr_group
));
Completed in 28 milliseconds
Indexes created Tue Feb 24 01:34:59 UTC 2026