Home
last modified time | relevance | path

Searched refs:group (Results 176 – 200 of 2471) sorted by relevance

12345678910>>...99

/openbmc/openbmc/poky/meta/recipes-core/base-passwd/base-passwd/
H A D0007-Add-wheel-group.patch2 We need to have a wheel group which has some system privileges to consult the
5 Upstream says the group does not exist by default.
10 Index: base-passwd-3.5.26/group.master
12 --- base-passwd-3.5.29.orig/group.master
13 +++ base-passwd-3.5.29/group.master
/openbmc/phosphor-fan-presence/control/json/actions/
H A Dnet_target_decrease.cpp57 for (const auto& group : _groups) in run() local
59 for (const auto& member : group.getMembers()) in run()
64 member, group.getInterface(), group.getProperty()); in run()
129 group.getInterface(), group.getProperty()) in run()
139 zone.setDecreaseAllow(group.getName(), !(netDelta == 0)); in run()
H A Dnet_target_increase.cpp57 for (const auto& group : _groups) in run() local
59 const auto& members = group.getMembers(); in run()
62 [this, &zone, &group, &netDelta](const auto& member) { in run()
66 member, group.getInterface(), group.getProperty()); in run()
125 group.getInterface(), group.getProperty()) in run()
/openbmc/webui-vue/tests/unit/Global/__snapshots__/
H A DSearch.spec.js.snap8 class="form-group mb-2"
10 role="group"
21 class="input-group align-items-center input-group-md"
22 role="group"
26 class="input-group-prepend"
/openbmc/qemu/docs/
H A Dthrottle.txt170 group named using the throttling.group parameter. If this parameter is
172 be used as the group name.
201 group, the last one wins.
203 - If 'group' is unset it is assumed to be the current group of that
205 group named after the device name.
207 - If 'group' is set then the drive will be moved to that group if
274 "qom-type": "throttle-group",
319 "throttle-group": "group0",
326 -drive driver=throttle,throttle-group=group0,
347 -drive driver=throttle,throttle-group=limits012,
[all …]
/openbmc/linux/tools/lib/thermal/
H A Dthermal_nl.c12 const char *group; member
101 grp->group, in nl_family_handler()
114 const char *family, const char *group) in nl_get_multicast_id() argument
119 .group = group, in nl_get_multicast_id()
186 const char *group) in nl_unsubscribe_thermal() argument
191 group); in nl_unsubscribe_thermal()
202 const char *group) in nl_subscribe_thermal() argument
207 group); in nl_subscribe_thermal()
/openbmc/linux/kernel/trace/
H A Dtrace_events_user.c333 kfree(group); in user_event_group_destroy()
360 group = kzalloc(sizeof(*group), GFP_KERNEL); in user_event_group_create()
362 if (!group) in user_event_group_create()
373 return group; in user_event_group_create()
375 if (group) in user_event_group_create()
2061 user->group = group; in user_event_parse()
2247 if (!group) in user_events_open()
2255 info->group = group; in user_events_open()
2286 struct user_event_group *group = info->group; in user_events_ref_add() local
2606 struct user_event_group *group = info->group; in user_events_ioctl() local
[all …]
/openbmc/openbmc-test-automation/lib/xcat/
H A Dxcat_utils.robot117 [Documentation] Add BMC nodes to group.
118 [Arguments] ${node} ${group}=${GROUP}
122 # group Name of the group (e.g. "openbmc").
130 [Arguments] ${group}=${GROUP}
133 # group Name of the group (e.g. "openbmc").
141 ... ${XCAT_DIR_PATH}/nodels ${group} return_stderr=True
147 [Documentation] Validate whether node is added in group.
148 [Arguments] ${node} ${group}
152 # group Name of the group (e.g. "openbmc").
154 ${nodes_in_group}= Get List Of Nodes In Group ${group}
[all …]
/openbmc/linux/drivers/thermal/tegra/
H A Dtegra132-soctherm.c135 .group = &tegra132_tsensor_group_cpu,
143 .group = &tegra132_tsensor_group_cpu,
151 .group = &tegra132_tsensor_group_cpu,
159 .group = &tegra132_tsensor_group_cpu,
167 .group = &tegra132_tsensor_group_mem,
175 .group = &tegra132_tsensor_group_mem,
183 .group = &tegra132_tsensor_group_gpu,
191 .group = &tegra132_tsensor_group_pll,
H A Dtegra124-soctherm.c135 .group = &tegra124_tsensor_group_cpu,
143 .group = &tegra124_tsensor_group_cpu,
151 .group = &tegra124_tsensor_group_cpu,
159 .group = &tegra124_tsensor_group_cpu,
167 .group = &tegra124_tsensor_group_mem,
175 .group = &tegra124_tsensor_group_mem,
183 .group = &tegra124_tsensor_group_gpu,
191 .group = &tegra124_tsensor_group_pll,
H A Dtegra210-soctherm.c136 .group = &tegra210_tsensor_group_cpu,
144 .group = &tegra210_tsensor_group_cpu,
152 .group = &tegra210_tsensor_group_cpu,
160 .group = &tegra210_tsensor_group_cpu,
168 .group = &tegra210_tsensor_group_mem,
176 .group = &tegra210_tsensor_group_mem,
184 .group = &tegra210_tsensor_group_gpu,
192 .group = &tegra210_tsensor_group_pll,
/openbmc/linux/include/linux/
H A Diommu.h504 struct iommu_group *group);
506 struct iommu_group *group);
513 extern int iommu_group_add_device(struct iommu_group *group,
520 extern void iommu_group_put(struct iommu_group *group);
532 extern int iommu_group_id(struct iommu_group *group);
716 void iommu_group_release_dma_owner(struct iommu_group *group);
717 bool iommu_group_dma_owner_claimed(struct iommu_group *group);
852 struct iommu_group *group) in iommu_attach_group() argument
858 struct iommu_group *group) in iommu_detach_group() argument
906 static inline void iommu_group_put(struct iommu_group *group) in iommu_group_put() argument
[all …]
H A Dpci-ep-cfs.h16 void pci_ep_cfs_remove_epc_group(struct config_group *group);
18 void pci_ep_cfs_remove_epf_group(struct config_group *group);
25 static inline void pci_ep_cfs_remove_epc_group(struct config_group *group) in pci_ep_cfs_remove_epc_group() argument
34 static inline void pci_ep_cfs_remove_epf_group(struct config_group *group) in pci_ep_cfs_remove_epf_group() argument
/openbmc/webui-vue/src/views/SecurityAndAccess/Ldap/
H A DModalAddRoleGroup.vue2 <b-modal id="modal-role-group" ref="modal" @ok="onOk" @hidden="resetForm">
14 <b-form id="role-group" @submit.prevent="handleSubmit">
15 <!-- Edit role group -->
23 <!-- Add new role group -->
25 <b-form-group
27 label-for="role-group-name"
30 id="role-group-name"
38 </b-form-group>
41 <b-form-group
61 </b-form-group>
[all …]
H A DLdap.vue8 <b-form-group
20 </b-form-group>
24 <b-form-group
32 <b-form-group
51 </b-form-group>
91 </b-form-group>
118 <b-form-group
135 <b-form-group
157 <b-form-group
190 <b-form-group label-for="group-id-attribute">
[all …]
/openbmc/phosphor-led-manager/
H A DREADME.md26 Using LED Priority is fine for simple configurations, but when group state needs
36 Here we prioritize the locating group above the fault group since locating may
42 The "unrelated" group will have the default group priority of 0.
48 "group": "enclosure_identify",
62 "group": "fault",
76 "group": "unrelated",
91 '_enclosure_identify_' group, with their respective states and duty cycles.
97 "group": "enclosure_identify",
127 When starting the program, our LED group shows up on dbus. Usually there will be
149 We can now drive the entire group by setting it's 'Asserted' property on dbus.
/openbmc/phosphor-power/phosphor-power-sequencer/src/
H A Ducd90320_device.cpp72 for (const GPIOGroup& group : gpioGroups) in storeGPIOValues() local
75 format_utils::toString(span.subspan(group.offset, group.count)); in storeGPIOValues()
76 additionalData.emplace(group.additionalDataName, valuesStr); in storeGPIOValues()
78 std::format("{}: {}", group.journalName, valuesStr)); in storeGPIOValues()
/openbmc/docs/designs/
H A Dci-authorization.md44 openbmc/general-developers group membership administrative capability.
58 group: `openbmc/ci-authorized`
60 group: `xyzcorp/ci-authorized`
62 group: `abccorp/ci-authorized`
67 group: `openbmc/ci-authorized` contains ->
69 group `xyzcorp/ci-authorized`
71 group `abccorp/ci-authorized`
80 group: `xyzcorp/ci-authorized-owners` administers -> `xyzcorp/ci-authorized`
82 group: `abccorp/ci-authorized-owners` administers -> `abccorp/ci-authorized`
84 group: `openbmc/ci-authorized` administers -> `openbmc/ci-authorized`
[all …]
/openbmc/linux/tools/perf/util/
H A Dbpf-filter.c66 struct perf_bpf_filter_expr *group; in check_sample_flags() local
68 list_for_each_entry(group, &expr->groups, list) { in check_sample_flags()
69 if (check_sample_flags(evsel, group) < 0) in check_sample_flags()
119 struct perf_bpf_filter_expr *group; in perf_bpf_filter__prepare() local
121 list_for_each_entry(group, &expr->groups, list) { in perf_bpf_filter__prepare()
123 .op = group->op, in perf_bpf_filter__prepare()
124 .part = group->part, in perf_bpf_filter__prepare()
125 .flags = group->sample_flags, in perf_bpf_filter__prepare()
126 .value = group->val, in perf_bpf_filter__prepare()
/openbmc/phosphor-fan-presence/control/json/triggers/
H A Dsignal.hpp53 void propertiesChanged(Manager* mgr, const Group& group,
63 void interfacesAdded(Manager* mgr, const Group& group, TriggerActions& actions,
73 void interfacesRemoved(Manager* mgr, const Group& group,
83 void nameOwnerChanged(Manager* mgr, const Group& group, TriggerActions& actions,
93 void member(Manager* mgr, const Group& group, TriggerActions& actions,
/openbmc/linux/tools/testing/selftests/bpf/progs/
H A Dbpf_iter_netlink.c19 unsigned long group, ino; in dump_netlink() local
36 group = 0; in dump_netlink()
41 bpf_probe_read_kernel(&group, sizeof(group), &nlk->groups[0]); in dump_netlink()
44 nlk->portid, (u32)group, in dump_netlink()
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Led/
H A DGroup.interface.yaml7 Whether or not the group is currently asserted. To assert a group, set
8 to True. To de-assert a group, set to False.
13 Objects that implement LED group can optionally implement the
20 Objects that implement LED group can optionally implement the
/openbmc/openbmc/meta-security/dynamic-layers/meta-perl/recipes-security/bastille/files/
H A DAccountPermission.pm525 my $group = $1;
532 push @groups,$group;
541 foreach my $group (@groups) {
542 &B_remove_user_from_group($user_to_remove,$group);
571 my $group = $_[0];
579 if (grep /^$group:/,@lines > 0) {
600 my ($user_to_remove,$group) = @_;
623 if ($line =~ /^\s*$group\s*:/) {
677 my ($fileName, $owner, $group) = @_;
692 if ($group ne "") {
[all …]
/openbmc/openbmc/poky/scripts/lib/
H A Dargparse_oe.py150 group = getattr(parser, '_group', None)
151 groupmap[group].append(subaction)
152 if group not in groups:
153 groups.append(group)
162 for group in groups:
163 subactions = groupmap[group]
167 if not group:
168 group = 'other'
169 groupdesc = subparser_groups.get(group, (group, 0))[0]
/openbmc/linux/drivers/connector/
H A Dconnector.c72 u32 group = 0; in cn_netlink_send_mult() local
76 group = __group; in cn_netlink_send_mult()
83 group = __cbq->group; in cn_netlink_send_mult()
93 if (!portid && !netlink_has_listeners(dev->nls, group)) in cn_netlink_send_mult()
112 NETLINK_CB(skb).dst_group = group; in cn_netlink_send_mult()
114 if (group) in cn_netlink_send_mult()
115 return netlink_broadcast_filtered(dev->nls, skb, portid, group, in cn_netlink_send_mult()
173 static int cn_bind(struct net *net, int group) in cn_bind() argument
175 unsigned long groups = (unsigned long) group; in cn_bind()

12345678910>>...99