Home
last modified time | relevance | path

Searched refs:group (Results 451 – 475 of 2471) sorted by relevance

1...<<11121314151617181920>>...99

/openbmc/openbmc/poky/meta/recipes-connectivity/avahi/files/
H A DCVE-2023-38469-2.patch52 …printf("%s\n", avahi_strerror(avahi_entry_group_add_service (group, AVAHI_IF_UNSPEC, AVAHI_PROTO_U…
53 …printf("add_record: %d\n", avahi_entry_group_add_record (group, AVAHI_IF_UNSPEC, AVAHI_PROTO_UNSPE…
59 + error = avahi_entry_group_add_service_strlst(group, AVAHI_IF_UNSPEC, AVAHI_PROTO_UNSPEC, 0, "T…
63 avahi_entry_group_commit (group);
/openbmc/linux/Documentation/sphinx/
H A Dmaintainers_include.py84 line = re.sub(pat, ':doc:`%s <../%s>`' % (m.group(2), m.group(2)), line)
95 field_letter = m.group(1)
99 fields[field_letter] = m.group(1)
/openbmc/openbmc/meta-phosphor/recipes-phosphor/users/phosphor-user-manager/
H A Dupgrade_hostconsole_group.sh7 if grep -wq hostconsole /etc/group; then
25 for usr in $(grep '^'priv-admin':.*$' /etc/group | cut -d: -f4 | tr ',' ' ')
/openbmc/linux/tools/perf/tests/
H A Dattr.py104 self.group = ''
335 group = exp_event.group
337 if (group == ''):
341 res_group = result[res_name].group
342 if res_group not in match[group]:
346 (exp_name, str(match[group])))
358 event.group = iname
/openbmc/linux/drivers/pci/endpoint/
H A Dpci-epf-core.c305 struct config_group *group, *tmp; in pci_epf_remove_cfs() local
311 list_for_each_entry_safe(group, tmp, &driver->epf_group, group_entry) in pci_epf_remove_cfs()
312 pci_ep_cfs_remove_epf_group(group); in pci_epf_remove_cfs()
332 struct config_group *group; in pci_epf_add_cfs() local
342 group = pci_ep_cfs_add_epf_group(id->name); in pci_epf_add_cfs()
343 if (IS_ERR(group)) { in pci_epf_add_cfs()
345 return PTR_ERR(group); in pci_epf_add_cfs()
349 list_add_tail(&group->group_entry, &driver->epf_group); in pci_epf_add_cfs()
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Led/
H A DREADME.md29 that system before acting on it. In one case, the LED group may consist of DIMM
31 then the LED group may consist of DIMM LED + Raise card LED + Enclosure Fault
36 YAML format. A group definition looks like this:
59 This says that the group `bmc_booted` consists of 2 physical LEDs in it. When
60 this group is acted on, led_1 will turn solid [ON], while led_2 would be
71 boolean **true**, the actions listed for the LEDs in that group will get into
76 `assert` property of the group. Term **de-assert** would mean writing
93 groups but the group as such is deemed required.
/openbmc/linux/drivers/pinctrl/aspeed/
H A Dpinctrl-aspeed.h87 unsigned int group);
89 unsigned int group, const unsigned int **pins,
100 unsigned int group);
/openbmc/linux/scripts/tracing/
H A Ddraw_functrace.py109 return (m.group(2), m.group(3), m.group(4))
/openbmc/linux/rust/macros/
H A Dvtable.rs25 Some(TokenTree::Group(group)) if group.delimiter() == Delimiter::Brace => group, in vtable()
/openbmc/linux/Documentation/userspace-api/netlink/
H A Dnetlink-raw.rst37 Multicast group properties
43 The ``value`` property is used to specify the group ID to use for multicast
44 group registration.
/openbmc/phosphor-fan-presence/control/
H A Dmanager.cpp92 for (auto& group : _zoneLayouts) in Manager() local
94 auto& conditions = std::get<conditionListPos>(group); in Manager()
102 auto& zones = std::get<zoneListPos>(group); in Manager()
/openbmc/linux/fs/dlm/
H A Dconfig.c67 struct config_group group; member
265 struct config_group group; member
415 configfs_add_default_group(&sps->ss_group, &cl->group); in make_cluster()
416 configfs_add_default_group(&cms->cs_group, &cl->group); in make_cluster()
434 return &cl->group; in make_cluster()
447 configfs_remove_default_groups(&cl->group); in drop_cluster()
475 config_group_init_type_name(&sp->group, name, &space_type); in make_space()
478 configfs_add_default_group(&nds->ns_group, &sp->group); in make_space()
484 return &sp->group; in make_space()
498 configfs_remove_default_groups(&sp->group); in drop_space()
[all …]
/openbmc/openbmc/meta-facebook/meta-harma/recipes-phosphor/leds/
H A Dphosphor-led-manager_%.bbappend4 SRC_URI:append = " file://led-group-config.json"
7 install -m 0644 ${WORKDIR}/led-group-config.json ${D}${datadir}/phosphor-led-manager/
/openbmc/linux/Documentation/admin-guide/nfs/
H A Dnfs-idmapper.rst5 Id mapper is used by NFS to translate user and group ids into names, and to
6 translate user and group names into ids. Part of this translation involves
42 gid: Find the GID for the given group
44 group: Find the group name for the given GID
59 /usr/sbin/nfs.idmap will handle gid, user, and group lookups.
/openbmc/linux/arch/arm/kernel/
H A Dperf_event_v7.c1426 group_shift = group * 8; in krait_evt_setup()
1434 val += group; in krait_evt_setup()
1461 group_shift = group * 8; in clear_pmresrn_group()
1581 unsigned int group) in krait_event_to_bit() argument
1592 bit += group; in krait_event_to_bit()
1620 if (group > 3 || region > 2) in krait_pmu_get_event_idx()
1773 group_shift = group * 8; in scorpion_evt_setup()
1781 val += group; in scorpion_evt_setup()
1914 unsigned int group) in scorpion_event_to_bit() argument
1925 bit += group; in scorpion_event_to_bit()
[all …]
/openbmc/linux/net/netlink/
H A Daf_netlink.c162 if (group > 32) in netlink_group_mask()
164 return group ? 1 << (group - 1) : 0; in netlink_group_mask()
1045 int group; in netlink_bind() local
1048 for (group = 0; group < BITS_PER_TYPE(u32); group++) { in netlink_bind()
1049 if (!test_bit(group, &groups)) in netlink_bind()
1429 u32 group; member
1536 info.group = group; in netlink_broadcast_filtered()
1584 u32 group; member
1633 info.group = group; in netlink_set_err()
1649 unsigned int group, in netlink_update_socket_mc() argument
[all …]
/openbmc/linux/Documentation/devicetree/bindings/pinctrl/
H A Dabilis,tb10x-iomux.txt17 Every function is associated to one named pin group inside the pin controller
18 driver and these names are used to associate pin group predefinitions to pin
22 - abilis,function: should be set to the name of the function's pin group.
79 gpio-ranges-group-names = "gpioa";
/openbmc/telemetry/redfish-tests/
H A Dredfish_requests.py130 days = r.group(1)
131 hours = r.group(3)
132 minutes = r.group(4)
133 seconds = r.group(5)
/openbmc/linux/Documentation/ABI/testing/
H A Dsysfs-bus-nvdimm14 Description: (RO) Attribute group to describe the magic bits
18 Each attribute under this group defines a bit range of the
32 Description: (RO) Attribute group to describe performance monitoring events
33 for the nvdimm memory device. Each attribute in this group
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/polkit/
H A Dpolkit-group-rule.inc1 # polkit must prepare polkitd group
13 USERADD_PARAM:${PN}:prepend = "--system --no-create-home --user-group --home-dir ${sysconfdir}/polk…
/openbmc/linux/drivers/pinctrl/
H A Dpinctrl-utils.h22 unsigned *num_maps, const char *group,
26 unsigned *num_maps, const char *group,
/openbmc/linux/tools/perf/util/
H A Dprobe-event.c1422 if (!pev->group) in parse_perf_probe_event_name()
2314 pev->group = strdup(tev->group); in convert_to_perf_probe_event()
2424 dst->group = strdup_or_goto(src->group, out_err); in perf_probe_event__copy()
2852 group = pev->group; in probe_trace_event__set_name()
2854 group = tev->group; in probe_trace_event__set_name()
2867 tev->group = strdup(group); in probe_trace_event__set_name()
3271 if (tev->group) { in try_to_find_absolute_address()
3272 tev->group = strdup(pev->group); in try_to_find_absolute_address()
3273 if (!tev->group) in try_to_find_absolute_address()
3370 if ((!pev->group || strglobmatch(entry->pev.group, pev->group)) && in find_cached_events()
[all …]
/openbmc/qemu/hw/s390x/
H A Ds390-pci-bus.c762 S390PCIGroup *group; in s390_group_create() local
766 group->id = id; in s390_group_create()
767 group->host_id = host_id; in s390_group_create()
769 return group; in s390_group_create()
774 S390PCIGroup *group; in s390_group_find() local
779 return group; in s390_group_find()
787 S390PCIGroup *group; in s390_group_find_host_sim() local
791 if (group->id >= ZPCI_SIM_GRP_START && group->host_id == host_id) { in s390_group_find_host_sim()
792 return group; in s390_group_find_host_sim()
800 S390PCIGroup *group; in s390_pci_init_default_group() local
[all …]
/openbmc/linux/net/bridge/
H A Dbr_mdb.c795 sg_ip = cfg->group; in br_mdb_add_group_src_fwd()
812 sg_cfg.group = sg_ip; in br_mdb_add_group_src_fwd()
1020 struct br_ip group = cfg->group; in br_mdb_add_group() local
1027 mp = br_multicast_new_group(br, &group); in br_mdb_add_group()
1047 if (br_multicast_is_star_g(&group)) in br_mdb_add_group()
1159 if (!br_multicast_is_star_g(&cfg->group)) { in br_mdb_config_attrs_init()
1173 if (!br_multicast_is_star_g(&cfg->group)) { in br_mdb_config_attrs_init()
1289 if (!br_multicast_is_star_g(&cfg.group)) { in br_mdb_add()
1316 cfg.group.vid = v->vid; in br_mdb_add()
1337 struct br_ip ip = cfg->group; in __br_mdb_del()
[all …]
/openbmc/phosphor-fan-presence/control/json/triggers/
H A Dinit.hpp41 void getProperties(Manager* mgr, const Group& group);
49 void nameHasOwner(Manager* mgr, const Group& group);

1...<<11121314151617181920>>...99