Home
last modified time | relevance | path

Searched refs:member_list (Results 1 – 9 of 9) sorted by relevance

/openbmc/linux/security/tomoyo/
H A Dgroup.c81 param->list = &group->member_list; in tomoyo_write_group()
136 list_for_each_entry_rcu(member, &group->member_list, head.list, in tomoyo_path_matches_group()
165 list_for_each_entry_rcu(member, &group->member_list, head.list, in tomoyo_number_matches_group()
196 list_for_each_entry_rcu(member, &group->member_list, head.list, in tomoyo_address_matches_group()
H A Dgc.c486 struct list_head *member_list) in tomoyo_collect_member() argument
491 list_for_each_entry_safe(member, tmp, member_list, list) { in tomoyo_collect_member()
579 tomoyo_collect_member(id, &group->member_list); in tomoyo_collect_entry()
580 if (!list_empty(&group->member_list) || in tomoyo_collect_entry()
H A Dmemory.c124 INIT_LIST_HEAD(&entry->member_list); in tomoyo_get_group()
H A Dcommon.h544 struct list_head member_list; member
H A Dcommon.c1799 list_for_each_cookie(head->r.acl, &group->member_list) { in tomoyo_read_group()
/openbmc/openbmc-test-automation/lib/
H A Dbmc_redfish.py353 member_list = []
360 member_list.append(member["@odata.id"])
368 return [x for x in member_list if re.match(regex, x)]
370 return member_list
H A Dbmc_redfish_utils.py213 member_list = []
216 return member_list
219 member_list.append(resp_list_dict[member_id]["@odata.id"])
221 return member_list
/openbmc/linux/tools/net/ynl/
H A Dynl-gen-c.py642 def member_list(self): member in Struct
1341 for _, arg in struct.member_list():
1417 for _, arg in struct.member_list():
1437 for arg, aspec in struct.member_list():
1476 for _, arg in struct.member_list():
1565 if ri.struct["reply"].member_list():
1713 for _, attr in struct.member_list():
1728 for _, attr in struct.member_list():
1811 for _, attr in struct.member_list():
1819 for _, attr in struct.member_list():
[all …]
/openbmc/openbmc-test-automation/redfish/account_service/
H A Dtest_user_account.robot466 ${member_list}= Redfish_Utils.Get Member List
474 List Should Contain Sub List ${member_list} ${roles}