Home
last modified time | relevance | path

Searched refs:App (Results 1 – 25 of 137) sorted by relevance

123456

/openbmc/openbmc/meta-quanta/meta-gbs/recipes-phosphor/ipmi/phosphor-ipmi-host/
H A Dgbs-ipmid-whitelist.conf21 0x06:0x01 //<App>:<Get Device ID>
22 0x06:0x02 //<App>:<Cold Reset>
23 0x06:0x03 //<App>:<Warm Reset>
27 0x06:0x08 //<App>:<Get Device GUID>
32 0x06:0x3D //<App>:<Get Session Info>
35 0x06:0x42 //<App>:<Get Channel Info>
36 0x06:0x43 //<App>:<Set User Access>
37 0x06:0x44 //<App>:<Get User Access>
38 0x06:0x45 //<App>:<Set User Name>
39 0x06:0x46 //<App>:<Get User Name>
[all …]
/openbmc/phosphor-host-ipmid/
H A Dhost-ipmid-whitelist.conf14 0x06:0x01 //<App>:<Get Device ID>
15 0x06:0x04 //<App>:<Get Self Test Results>
16 0x06:0x06 //<App>:<Set ACPI Power State>
17 0x06:0x07 //<App>:<Get ACPI Power State>
18 0x06:0x08 //<App>:<Get Device GUID>
19 0x06:0x22 //<App>:<Reset Watchdog Timer>
20 0x06:0x24 //<App>:<Set Watchdog Timer>
21 0x06:0x25 //<App>:<Get Watchdog Timer>
22 0x06:0x2E //<App>:<Set BMC Global Enables>
24 0x06:0x31 //<App>:<Get Message Flags>
[all …]
/openbmc/bmcweb/http/
H A Dapp.hpp32 class App class
40 using server_type = Server<App, socket_type>;
42 explicit App(std::shared_ptr<boost::asio::io_context> ioIn = in App() function in crow::App
46 ~App() in ~App()
51 App(const App&) = delete;
52 App(App&&) = delete;
53 App& operator=(const App&) = delete;
54 App& operator=(const App&&) = delete;
161 App& ssl(std::shared_ptr<boost::asio::ssl::context>&& ctx) in ssl()
184 using App = crow::App; typedef
/openbmc/intel-ipmi-oem/
H A Dipmi-allowlist.conf40 0x06:0x01:0xffff //<App>:<Get Device ID>
41 0x06:0x02:0x7f7f //<App>:<Cold Reset>
42 0x06:0x04:0xff7f //<App>:<Get Self Test>
46 0x06:0x08:0xff7f //<App>:<Get Device GUID>
54 0x06:0x33:0x8080 //<App>:<Get Message>
55 0x06:0x34:0x7f7f //<App>:<Send Message>
57 0x06:0x37:0xff7f //<App>:<Get System GUID>
62 0x06:0x3c:0x7f7f //<App>:<Close Session>
68 0x06:0x43:0x7f7f //<App>:<Set User Access>
70 0x06:0x45:0x7f7f //<App>:<Set User Name>
[all …]
/openbmc/bmcweb/redfish-core/lib/
H A Daggregation_service.hpp21 App& app, const crow::Request& req, in handleAggregationServiceHead()
34 App& app, const crow::Request& req, in handleAggregationServiceGet()
55 inline void requestRoutesAggregationService(App& app) in requestRoutesAggregationService()
91 App& app, const crow::Request& req, in handleAggregationSourceCollectionGet()
113 App& app, const crow::Request& req, in handleAggregationSourceCollectionHead()
125 inline void requestRoutesAggregationSourceCollection(App& app) in requestRoutesAggregationSourceCollection()
184 App& app, const crow::Request& req, in handleAggregationSourceGet()
200 App& app, const crow::Request& req, in handleAggregationSourceHead()
217 inline void requestRoutesAggregationSource(App& app) in requestRoutesAggregationSource()
H A Dredfish_sessions.hpp57 handleSessionHead(crow::App& app, const crow::Request& req, in handleSessionHead()
71 handleSessionGet(crow::App& app, const crow::Request& req, in handleSessionGet()
97 handleSessionDelete(crow::App& app, const crow::Request& req, in handleSessionDelete()
157 crow::App& app, const crow::Request& req, in handleSessionCollectionHead()
170 crow::App& app, const crow::Request& req, in handleSessionCollectionGet()
193 crow::App& app, const crow::Request& req, in handleSessionCollectionMembersGet()
204 crow::App& app, const crow::Request& req, in handleSessionCollectionPost()
284 crow::App& app, const crow::Request& req, in handleSessionServiceHead()
296 handleSessionServiceGet(crow::App& app, const crow::Request& req, in handleSessionServiceGet()
323 crow::App& app, const crow::Request& req, in handleSessionServicePatch()
[all …]
H A Dbios.hpp16 handleBiosServiceGet(crow::App& app, const crow::Request& req, in handleBiosServiceGet()
52 inline void requestRoutesBiosService(App& app) in requestRoutesBiosService()
68 handleBiosResetPost(crow::App& app, const crow::Request& req, in handleBiosResetPost()
105 inline void requestRoutesBiosReset(App& app) in requestRoutesBiosReset()
H A Dmessage_registries.hpp36 crow::App& app, const crow::Request& req, in handleMessageRegistryFileCollectionGet()
65 inline void requestRoutesMessageRegistryFileCollection(App& app) in requestRoutesMessageRegistryFileCollection()
77 crow::App& app, const crow::Request& req, in handleMessageRoutesMessageRegistryFileGet()
148 inline void requestRoutesMessageRegistryFile(App& app) in requestRoutesMessageRegistryFile()
157 crow::App& app, const crow::Request& req, in handleMessageRegistryGet()
263 inline void requestRoutesMessageRegistry(App& app) in requestRoutesMessageRegistry()
H A Dredfish_v1.hpp19 inline void redfishGet(App& app, const crow::Request& req, in redfishGet()
29 inline void redfish404(App& app, const crow::Request& req, in redfish404()
51 inline void redfish405(App& app, const crow::Request& req, in redfish405()
75 jsonSchemaIndexGet(App& app, const crow::Request& req, in jsonSchemaIndexGet()
116 inline void jsonSchemaGet(App& app, const crow::Request& req, in jsonSchemaGet()
218 inline void requestRoutesRedfish(App& app) in requestRoutesRedfish()
H A Denvironment_metrics.hpp18 App& app, const crow::Request& req, in handleEnvironmentMetricsHead()
45 App& app, const crow::Request& req, in handleEnvironmentMetricsGet()
77 inline void requestRoutesEnvironmentMetrics(App& app) in requestRoutesEnvironmentMetrics()
H A Dthermal_metrics.hpp38 App& app, const crow::Request& req, in handleThermalMetricsHead()
63 handleThermalMetricsGet(App& app, const crow::Request& req, in handleThermalMetricsGet()
77 inline void requestRoutesThermalMetrics(App& app) in requestRoutesThermalMetrics()
H A Dpower_subsystem.hpp46 App& app, const crow::Request& req, in handlePowerSubsystemCollectionHead()
71 App& app, const crow::Request& req, in handlePowerSubsystemCollectionGet()
85 inline void requestRoutesPowerSubsystem(App& app) in requestRoutesPowerSubsystem()
H A Dcertificate_service.hpp399 App& app, const crow::Request& req, in handleCertificateServiceGet()
443 App& app, const crow::Request& req, in handleCertificateLocationsGet()
466 App& app, const crow::Request& req, in handleReplaceCertificateAction()
875 App& app, const crow::Request& req, in handleHTTPSCertificateCollectionGet()
905 App& app, const crow::Request& req, in handleHTTPSCertificateCollectionPost()
962 App& app, const crow::Request& req, in handleHTTPSCertificateGet()
1010 App& app, const crow::Request& req, in handleLDAPCertificateCollectionGet()
1032 App& app, const crow::Request& req, in handleLDAPCertificateCollectionPost()
1075 App& app, const crow::Request& req, in handleLDAPCertificateGet()
1093 App& app, const crow::Request& req, in handleLDAPCertificateDelete()
[all …]
H A Dthermal_subsystem.hpp54 App& app, const crow::Request& req, in handleThermalSubsystemCollectionHead()
79 App& app, const crow::Request& req, in handleThermalSubsystemCollectionGet()
93 inline void requestRoutesThermalSubsystem(App& app) in requestRoutesThermalSubsystem()
H A Dlog_services.hpp2288 crow::App& app, const crow::Request& req, in handleBMCLogServicesCollectionGet()
2488 crow::App& app, const crow::Request& req, in handleLogServicesDumpServiceComputerSystemGet()
2523 crow::App& app, const crow::Request& req, in handleLogServicesDumpEntriesCollectionComputerSystemGet()
2557 crow::App& app, const crow::Request& req, in handleLogServicesDumpEntryComputerSystemGet()
2592 crow::App& app, const crow::Request& req, in handleLogServicesDumpEntryComputerSystemDelete()
2664 crow::App& app, const crow::Request& req, in handleLogServicesDumpCollectDiagnosticDataComputerSystemPost()
2708 crow::App& app, const crow::Request& req, in handleLogServicesDumpClearLogComputerSystemPost()
2748 inline void requestRoutesBMCDumpEntry(App& app) in requestRoutesBMCDumpEntry()
2773 inline void requestRoutesBMCDumpCreate(App& app) in requestRoutesBMCDumpCreate()
2784 inline void requestRoutesBMCDumpClear(App& app) in requestRoutesBMCDumpClear()
[all …]
H A Dservice_root.hpp34 handleServiceRootHead(App& app, const crow::Request& req, in handleServiceRootHead()
119 handleServiceRootGet(App& app, const crow::Request& req, in handleServiceRootGet()
130 inline void requestRoutesServiceRoot(App& app) in requestRoutesServiceRoot()
H A Dstorage.hpp44 App& app, const crow::Request& req, in handleSystemsStorageCollectionGet()
75 App& app, const crow::Request& req, in handleStorageCollectionGet()
93 inline void requestRoutesStorageCollection(App& app) in requestRoutesStorageCollection()
277 inline void requestRoutesStorage(App& app) in requestRoutesStorage()
690 App& app, const crow::Request& req, in handleSystemsStorageDriveGet()
721 inline void requestRoutesDrive(App& app) in requestRoutesDrive()
806 crow::App& app, const crow::Request& req, in chassisDriveCollectionGet()
825 inline void requestRoutesChassisDrive(App& app) in requestRoutesChassisDrive()
967 inline void requestRoutesChassisDriveName(App& app) in requestRoutesChassisDriveName()
1137 App& app, const crow::Request& req, in handleSystemsStorageControllerCollectionGet()
[all …]
H A Dfabric_adapters.hpp260 handleFabricAdapterGet(App& app, const crow::Request& req, in handleFabricAdapterGet()
288 crow::App& app, const crow::Request& req, in handleFabricAdapterCollectionGet()
329 crow::App& app, const crow::Request& req, in handleFabricAdapterCollectionHead()
385 handleFabricAdapterHead(crow::App& app, const crow::Request& req, in handleFabricAdapterHead()
413 inline void requestRoutesFabricAdapterCollection(App& app) in requestRoutesFabricAdapterCollection()
426 inline void requestRoutesFabricAdapters(App& app) in requestRoutesFabricAdapters()
H A Dtelemetry_service.hpp18 crow::App& app, const crow::Request& req, in handleTelemetryServiceGet()
93 inline void requestRoutesTelemetryService(App& app) in requestRoutesTelemetryService()
H A Dfan.hpp109 handleFanCollectionHead(App& app, const crow::Request& req, in handleFanCollectionHead()
134 handleFanCollectionGet(App& app, const crow::Request& req, in handleFanCollectionGet()
148 inline void requestRoutesFanCollection(App& app) in requestRoutesFanCollection()
389 inline void handleFanHead(App& app, const crow::Request& req, in handleFanHead()
417 inline void handleFanGet(App& app, const crow::Request& req, in handleFanGet()
431 inline void requestRoutesFan(App& app) in requestRoutesFan()
/openbmc/phosphor-power/phosphor-regulators/src/regsctl/
H A Dmain.cpp37 CLI::App app{"Regulators control app for OpenBMC phosphor-regulators"}; in main()
42 CLI::App* config = methods->add_subcommand("config", in main()
46 CLI::App* monitor = methods->add_subcommand("monitor", in main()
/openbmc/bmcweb/test/http/
H A Dcrow_getroutes_test.cpp30 App app; in TEST()
39 App app; in TEST()
54 App app; in TEST()
/openbmc/pldm/pldmtool/
H A Dpldmtool.cpp34 explicit RawOp(const char* type, const char* name, CLI::App* app) : in RawOp()
56 void registerCommand(CLI::App& app) in registerCommand()
68 CLI::App app{"PLDM requester tool for OpenBMC"}; in main()
/openbmc/bmcweb/redfish-core/include/
H A Dquery.hpp34 crow::App& app, const std::shared_ptr<bmcweb::AsyncResp>& asyncResp, in afterIfMatchRequest()
52 inline bool handleIfMatch(crow::App& app, const crow::Request& req, in handleIfMatch()
120 crow::App& app, const crow::Request& req, in setUpRedfishRouteWithDelegation()
185 setUpRedfishRoute(crow::App& app, const crow::Request& req, in setUpRedfishRoute()
/openbmc/qemu/python/qemu/qmp/
H A Dqmp_tui.py130 class App(QMPClient): class
432 def __init__(self, parent: App) -> None: argument
497 def __init__(self, parent: App) -> None: argument
511 def __init__(self, parent: App) -> None: argument
545 def __init__(self, parent: App) -> None: argument
583 def __init__(self, parent: App) -> None: argument
598 def __init__(self, tui: App) -> None: argument
641 app = App(address, args.num_retries, args.retry_delay)

123456