Home
last modified time | relevance | path

Searched refs:managers (Results 1 – 25 of 83) sorted by relevance

1234

/openbmc/phosphor-webui/app/configuration/controllers/
H A Dsnmp-controller.js15 $scope.managers = [];
24 $scope.managers.push({
43 $scope.managers.push({address: '', port: ''});
49 if ($scope.managers[index].path) {
50 $scope.managersToDelete.push($scope.managers[index].path);
52 $scope.managers.splice(index, 1);
65 for (let i in $scope.managers) {
66 if (!$scope.managers[i].address || !$scope.managers[i].port) {
74 let managersLength = $scope.managers.length;
78 if (!$scope.managers[managersLength].path) {
[all …]
/openbmc/linux/drivers/video/fbdev/omap2/omapfb/dss/
H A Dmanager.c26 static struct omap_overlay_manager *managers; variable
34 managers = kcalloc(num_managers, sizeof(struct omap_overlay_manager), in dss_init_overlay_managers()
37 BUG_ON(managers == NULL); in dss_init_overlay_managers()
40 struct omap_overlay_manager *mgr = &managers[i]; in dss_init_overlay_managers()
77 struct omap_overlay_manager *mgr = &managers[i]; in dss_init_overlay_managers_sysfs()
89 kfree(managers); in dss_uninit_overlay_managers()
90 managers = NULL; in dss_uninit_overlay_managers()
99 struct omap_overlay_manager *mgr = &managers[i]; in dss_uninit_overlay_managers_sysfs()
116 return &managers[num]; in omap_dss_get_overlay_manager()
/openbmc/phosphor-snmp/
H A Dsnmp_util.cpp116 std::vector<std::string> managers; in getManagers() local
139 managers.push_back(mgr); in getManagers()
147 return managers; in getManagers()
H A Dmeson.build22 '/var/lib/phosphor-snmp/managers/',
/openbmc/openbmc-test-automation/redfish/service_root/
H A Dtest_sessions_management.robot140 [Documentation] Verify managers defaults.
143 ${managers}= Redfish.Get Properties /redfish/v1/Managers
144 Rprint Vars managers
145 ${managers_count}= Get Length ${managers['Members']}
147 Valid Value managers['Name'] ['Manager Collection']
148 Valid Value managers['@odata.id'] ['/redfish/v1/Managers']
149 Valid Value managers['Members@odata.count'] [${managers_count}]
152 …Valid List managers['Members'] required_values=[{'@odata.id': '/redfish/v1/Managers/${MANAGER_ID…
/openbmc/openbmc-test-automation/redfish/update_service/
H A Dtest_firmware_inventory.robot171 [Documentation] Verify functional image version is same as in Redfish managers.
182 ... is same as in Redfish managers..
191 [Documentation] Verify the firmware software inventory is same as software images of managers.
215 ... active software image of Redfish managers and firmware inventory of update service.
223 ... active software image of Redfish managers and firmware inventory of update service.
259 [Documentation] Verify the Redfish firmware inventory path version is same as Redfish managers.
285 ... Redfish managers for backup image.
322 …[Documentation] Verify the functional image version is same as in firmware inventory and managers.
/openbmc/webui-vue/src/store/modules/
H A DGlobalStore.js86 const managers = await api
89 bmcPath = managers.data?.Members?.[0]?.['@odata.id'];
/openbmc/openbmc-test-automation/redfish/events/
H A Dtest_bmc_snmp_trap.robot99 [Documentation] Configure multiple SNMP managers and verify.
157 # Configure multiple SNMP managers with non-default port.
161 # Verify if SNMP managers are configured.
176 # Configure multiple SNMP managers with different ports.
181 # Verify if SNMP managers are configured.
283 # Check if trap is generated and sent to SNMP managers after reboot.
/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/
H A Dpython3-stopit_1.1.2.bb1 …er threads, control the timeout of blocks or callables with two context managers and two decorator…
/openbmc/phosphor-fan-presence/control/
H A Dfanctl.cpp847 std::map<std::string, std::string> managers; in displaySensors() local
850 objectManagers, [&sensorServices, &managers](const auto& object) { in displaySensors()
853 object.second, [&managers, path = object.first, in displaySensors()
858 managers[entry.first] = path; in displaySensors()
863 readSensorsAndPrint(managers, opts); in displaySensors()
/openbmc/openbmc-test-automation/gui/gui_test/settings_menu/
H A Dtest_snmp_alerts_sub_menu.robot130 [Documentation] Configure multiple SNMP managers on BMC via GUI and verify.
140 [Documentation] Configure multiple SNMP managers with non-default port via GUI and verify.
150 [Documentation] Configure multiple SNMP managers with different ports via GUI and verify.
261 # Check if trap is generated and sent to SNMP managers those are configured.
330 … [Documentation] Configure multiple SNMP managers on BMC with valid port value via GUI and verify.
412 [Documentation] Delete multiple SNMP managers with default port on BMC via GUI.
521 [Documentation] Start multiple SNMP managers on specific port.
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-connectivity/telepathy/
H A Dtelepathy-glib_0.24.1.bb2 DESCRIPTION = "Telepathy Framework: GLib-based helper library for connection managers"
/openbmc/linux/Documentation/process/
H A Ddevelopment-process.rst21 The purpose of this document is to help developers (and their managers)
/openbmc/linux/Documentation/devicetree/bindings/soc/ti/
H A Dkeystone-navigator-dma.txt35 managers. Note that these addresses though points to queue managers,
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/nuttcp/
H A Dnuttcp_8.2.2.bb3 and system managers. Its most basic usage is to determine the raw TCP (or UDP) \
/openbmc/linux/Documentation/admin-guide/device-mapper/
H A Dlinear.rst7 block of logical volume managers.
/openbmc/linux/Documentation/arch/arm/omap/
H A Ddss.rst46 The DSS driver models OMAP's overlays, overlay managers and displays in a
49 managers. These can be used when updating a display with CPU or system DMA.
146 connected only to DISPC overlay managers, and virtual overlays can be only
153 - Virtual overlay managers can only be connected to DBI or DSI displays.
238 framebuffers, overlays, overlay managers, displays. Framebuffers are
/openbmc/linux/drivers/media/platform/ti/omap/
H A Domap_voutdef.h114 struct omap_overlay_manager *managers[MAX_MANAGERS]; member
/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/pipewire/
H A Dpipewire_1.2.7.bb41 # The session-managers list specifies which session managers Meson
46 # This does not disable support or the need for session managers,
62 -Dsession-managers='[]' \
/openbmc/openbmc-test-automation/redfish/managers/
H A Dtest_managers_bmc.robot38 [Documentation] Verify BMC managers resource properties.
61 [Documentation] Verify BMC managers resource properties.
/openbmc/openbmc/poky/documentation/dev-manual/
H A Dinit-manager.rst51 The ":ref:`device-manager`" chapter has more details about device managers.
117 The Yocto Project supports three different initialization managers, offering
/openbmc/linux/drivers/video/fbdev/omap2/omapfb/
H A Domapfb.h95 struct omap_overlay_manager *managers[10]; member
/openbmc/openbmc-test-automation/lib/snmp/
H A Dredfish_snmp_utils.robot38 [Documentation] Get the list of SNMP managers and return IP addresses and ports.
91 # Get the list of SNMP managers that are configured on BMC.
257 # Clean SNMP managers running in the background.
/openbmc/phosphor-snmp/docs/
H A Dsnmp-configuration.md34 The administrator can configure one or more SNMP managers to receive the OpenBMC
/openbmc/linux/Documentation/driver-api/fpga/
H A Dintro.rst49 The FPGA Region framework (fpga-region.c) associates managers and

1234