Home
last modified time | relevance | path

Searched refs:odata (Results 1 – 25 of 76) sorted by relevance

1234

/openbmc/openbmc/poky/meta/recipes-multimedia/libsndfile/libsndfile1/
H A DCVE-2024-50612.patch19 @@ -211,12 +211,16 @@ ogg_read_first_page (SF_PRIVATE *psf, OGG_PRIVATE *odata)
47 ogg_stream_packetin (&odata->ostream, &op) ;
48 - for ( ; (nn = ogg_stream_flush (&odata->ostream, &odata->opage)) ; )
49 - { if (! (nn = ogg_write_page (psf, &odata->opage)))
50 + while (ogg_stream_flush (&odata->ostream, &odata->opage))
51 + { nn = ogg_write_page (psf, &odata->opage) ;
67 ogg_stream_packetin (&odata->ostream, &op) ;
68 - for ( ; (nn = ogg_stream_flush (&odata->ostream, &odata->opage)) ; )
69 - { if (! (nn = ogg_write_page (psf, &odata->opage)))
70 + while (ogg_stream_flush (&odata->ostream, &odata->opage))
[all …]
/openbmc/bmcweb/test/redfish-core/include/utils/
H A Djson_utils_test.cpp352 crow::Request req(R"({"@odata.etag": "etag", "integer": 1})", ec); in TEST()
367 crow::Request req(R"({"@odata.etag": "etag"})", ec); in TEST()
382 crow::Request req(R"({"@odata.etag": "etag", "integer": 4294967296})", ec); in TEST()
444 EXPECT_EQ(0, odataObjectCmp(R"({"@odata.id": "/redfish/v1/1"})"_json, in TEST()
445 R"({"@odata.id": "/redfish/v1/1"})"_json)); in TEST()
446 EXPECT_EQ(0, odataObjectCmp(R"({"@odata.id": ""})"_json, in TEST()
447 R"({"@odata.id": ""})"_json)); in TEST()
448 EXPECT_EQ(0, odataObjectCmp(R"({"@odata.id": 42})"_json, in TEST()
449 R"({"@odata.id": 0})"_json)); in TEST()
452 EXPECT_GT(0, odataObjectCmp(R"({"@odata.id": "/redfish/v1"})"_json, in TEST()
[all …]
H A Dquery_param_test.cpp320 "@odata.id":1, in TEST()
321 "@odata.type":2, in TEST()
322 "@odata.context":3, in TEST()
323 "@odata.etag":4, in TEST()
326 "@odata.id":1, in TEST()
333 "@odata.id":1, in TEST()
341 "@odata.id":1, in TEST()
342 "@odata.type":2, in TEST()
343 "@odata.context":3, in TEST()
344 "@odata.etag":4, in TEST()
[all …]
/openbmc/bmcweb/
H A DRedfish.md25 - @odata.id
26 - @odata.type
80 - `Members@odata.count`
115 - `Members@odata.count`
130 - `Members@odata.count`
154 - `Members@odata.count`
163 - `Members@odata.count`
188 - `Members@odata.count`
212 - Links/Certificates@odata.count
219 - `Members@odata.count`
[all …]
H A DAGGREGATION.md118 "@odata.id": "/redfish/v1/Systems",
119 "@odata.type": "#ComputerSystemCollection.ComputerSystemCollection",
122 "@odata.id": "/redfish/v1/Systems/system"
125 "@odata.id": "/redfish/v1/Systems/5B247A_system"
128 "Members@odata.count": 2,
155 "@odata.id": "/redfish/v1/Systems/5B247A_system",
158 "@odata.id": "/redfish/v1/Systems/5B247A_system/LogServices"
161 "@odata.id": "/redfish/v1/Systems/5B247A_system/Memory"
H A DREDFISH_CHECKLIST.md16 static/redfish/v1/odata. DO NOT rely solely on the JSON schema files, as they
17 are less restrictive than odata.
20 Verify that the @odata.type on the schema on which you've added functionality
/openbmc/bios-bmc-smm-error-logger/test/
H A Dexternal_storer_file_test.cpp68 "@odata.id": "/redfish/v1/Systems/system/Memory/dimm0/MemoryMetrics", in TEST_F()
80 "@odata.type": "#LogService.v1_1_0.LogService","Id":"6F7-C1A7C" in TEST_F()
91 "@odata.id": "/redfish/v1/Systems/system/LogServices/6F7-C1A7C", in TEST_F()
92 "@odata.type": "#LogService.v1_1_0.LogService" in TEST_F()
103 "@odata.id": "/redfish/v1/Systems/system/LogServices/6F7-C1A7C", in TEST_F()
104 "@odata.type": "#LogService.v1_1_0.LogService","Id":"6F7-C1A7C" in TEST_F()
125 "@odata.type": "#LogEntry.v1_13_0.LogEntry" in TEST_F()
137 "@odata.id": "/redfish/v1/Systems/system/LogServices/6F7-C1A7C", in TEST_F()
138 "@odata.type": "#LogService.v1_1_0.LogService","Id":"6F7-C1A7C" in TEST_F()
156 "@odata.id": "/some/odata/id", in TEST_F()
[all …]
/openbmc/openbmc-test-automation/redfish/systems/LogServices/
H A Dtest_post_codes.robot32 Log To Console BIOS POST Codes count: ${post_codes['Members@odata.count']}
33 Should Be True ${post_codes['Members@odata.count']} >= 1 msg=No BIOS POST Codes populated.
50 Log To Console BIOS POST Codes count: ${post_codes['Members@odata.count']}
51 Should Be True ${post_codes['Members@odata.count']} >= 1 msg=No BIOS POST Codes populated.
68 Log To Console BIOS POST Codes count: ${post_codes['Members@odata.count']}
69 Should Be True ${post_codes['Members@odata.count']} == 0
100 ${initial_log_count}= Set Variable ${post_codes['Members@odata.count']}
108 ${current_log_count}= Set Variable ${post_codes['Members@odata.count']}
123 Should Be True ${post_codes['Members@odata.count']} == 0
166 # "@odata.id": "/redfish/v1/Systems/system/LogServices/PostCodes/Entries",
[all …]
/openbmc/openbmc-test-automation/redfish/update_service/
H A Dtest_firmware_inventory.robot37 # "@odata.type": "#SoftwareInventoryCollection.SoftwareInventoryCollection",
40 # "@odata.id": "/redfish/v1/UpdateService/FirmwareInventory/a3522998"
43 # "@odata.id": "/redfish/v1/UpdateService/FirmwareInventory/a7c79f71"
46 # "@odata.id": "/redfish/v1/UpdateService/FirmwareInventory/ace821ef"
49 # "Members@odata.count": 3,
55 Should Be True ${resp.dict["Members@odata.count"]} >= ${1}
56 Length Should Be ${resp.dict["Members"]} ${resp.dict["Members@odata.count"]}
65 # Entries "Members@odata.count": 3,
66 # {'@odata.id': '/redfish/v1/UpdateService/FirmwareInventory/a3522998'}
67 # {'@odata.id': '/redfish/v1/UpdateService/FirmwareInventory/a7c79f71'}
[all …]
/openbmc/openbmc-test-automation/redfish/service_root/
H A Dtest_sessions_management.robot100 Valid Value session_service['@odata.id'] ['/redfish/v1/SessionService/']
106 Valid Value session_service['Sessions']['@odata.id'] ['/redfish/v1/SessionService/Sessions']
117 Valid Value sessions['@odata.id'] ['/redfish/v1/SessionService/Sessions/']
120 Valid Value sessions['Members@odata.count'] [${sessions_count}]
132 …Valid Value session_properties['@odata.id'] ['/redfish/v1/SessionService/Sessions/${session_id}']
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…
164 Valid Value chassis['@odata.id'] ['/redfish/v1/Chassis']
165 Valid Value chassis['Members@odata.count'] [${chassis_count}]
[all …]
/openbmc/docs/designs/
H A Dredfish-postcodes.md26 "@odata.context": "/redfish/v1/$metadata#LogService.LogService",
27 "@odata.id": "/redfish/v1/Systems/system/LogServices/PostCodes",
28 "@odata.type": "#LogService.v1_1_0.LogService",
36 "@odata.id": "/redfish/v1/Systems/system/LogServices/PostCodes/Entries"
50 "@odata.context": "/redfish/v1/$metadata#LogEntryCollection.LogEntryCollection",
51 "@odata.id": "/redfish/v1/Systems/system/LogServices/PostCodes/Entries",
52 "@odata.type": "#LogEntryCollection.LogEntryCollection",
56 "@odata.context": "/redfish/v1/$metadata#LogEntry.LogEntry",
57 "@odata.id": "/redfish/v1/Systems/system/LogServices/PostCodes/Entries/B1-03",
58 "@odata.type": "#LogEntry.v1_4_0.LogEntry",
[all …]
H A Dtelemetry.md538 "@odata.type": "#TelemetryService.v1_1_2.TelemetryService",
549 "@odata.id": "/redfish/v1/TelemetryService/MetricDefinitions"
552 "@odata.id": "/redfish/v1/TelemetryService/MetricReportDefinitions"
555 "@odata.id": "/redfish/v1/TelemetryService/MetricReports"
558 "@odata.id": "/redfish/v1/TelemetryService/Triggers"
561 "@odata.id": "/redfish/v1/Managers/<manager_name>/LogServices/Journal"
563 "@odata.context": "/redfish/v1/$metadata#TelemetryService",
564 "@odata.id": "/redfish/v1/TelemetryService"
572 "@odata.type": "#MetricReportDefinition.v1_3_0.MetricReportDefinition",
582 "@odata.id": "/redfish/v1/TelemetryService/MetricReports/SampleMetric"
[all …]
H A Dguard-on-bmc.md155 "@odata.type": "#Processor.v1_7_0.Processor",
174 "@odata.id":view details "/redfish/v1/Systems/system/Processors/CPU1"
186 "@odata.id": "/redfish/v1/Systems/system/LogServices/IsolatedHardware/Entries",
187 "@odata.type": "#LogEntryCollection.LogEntryCollection",
191 "@odata.id":
193 "@odata.type": "#LogEntry.v1_7_0.LogEntry",
201 "@odata.id": "/redfish/v1/Systems/system/Processors/cpu1"
210 "Members@odata.count": 1,
/openbmc/linux/drivers/gpio/
H A Dgpio-visconti.c45 u32 intmode, odata; in visconti_gpio_irq_set_type() local
51 odata = readl(priv->base + GPIO_ODATA); in visconti_gpio_irq_set_type()
56 odata &= ~bit; in visconti_gpio_irq_set_type()
60 odata |= bit; in visconti_gpio_irq_set_type()
68 odata &= ~bit; in visconti_gpio_irq_set_type()
73 odata |= bit; in visconti_gpio_irq_set_type()
81 writel(odata, priv->base + GPIO_ODATA); in visconti_gpio_irq_set_type()
/openbmc/openbmc-test-automation/openpower/mpipl/
H A Dtest_mpipl_basic.robot119 # "@odata.id": "/redfish/v1/Managers/${MANAGER_ID}/LogServices/Dump/Entries/4",
120 # "@odata.type": "#LogEntry.v1_8_0.LogEntry",
130 Log To Console BMC dumps generated: ${bmc_dump['Members@odata.count']}
131 Should Be True ${bmc_dump['Members@odata.count']} >= 1 msg=No BMC dump generated.
135 # "@odata.id": "/redfish/v1/Systems/system/LogServices/Dump/Entries/System_1",
136 # "@odata.type": "#LogEntry.v1_8_0.LogEntry",
147 Log To Console System dump generated: ${sys_dump['Members@odata.count']}
148 Should Be True ${sys_dump['Members@odata.count']} == 1 msg=No system dump generated.
156 Redfish.Delete ${subscription['@odata.id']}
/openbmc/openbmc-test-automation/redfish/systems/
H A Dtest_powersubsystem_settings.robot73 ${resp_resource}= Redfish.Get ${resp.dict["Members"][${entry}]["@odata.id"]}
104 ... ${resp.dict["Members"][${entry}]["@odata.id"]} EfficiencyRatings
117 ... ${REDFISH_CHASSIS_URI}/${CHASSIS_ID}/PowerSubsystem/PowerSupplies Members@odata.count
119 # Entries "Members@odata.count": 4,
120 # {'@odata.id': '/redfish/v1/Chassis/chassis/PowerSubsystem/PowerSupplies/powersupply0'}
121 # {'@odata.id': '/redfish/v1/Chassis/chassis/PowerSubsystem/PowerSupplies/powersupply1'}
122 # {'@odata.id': '/redfish/v1/Chassis/chassis/PowerSubsystem/PowerSupplies/powersupply2'}
123 # {'@odata.id': '/redfish/v1/Chassis/chassis/PowerSubsystem/PowerSupplies/powersupply3'}
H A Dtest_sensor_monitoring.robot32 Should Be Equal As Strings ${resp.dict['Sensors']['@odata.id']}
34 Should Be Equal As Strings ${resp.dict['Thermal']['@odata.id']}
36 Should Be Equal As Strings ${resp.dict['Power']['@odata.id']}
116 # "@odata.id": "/redfish/v1/Chassis/${CHASSIS_ID}/Power#/Voltages/0",
117 # "@odata.type": "#Power.v1_0_0.Voltage",
/openbmc/openbmc-test-automation/lib/snmp/
H A Dredfish_snmp_utils.robot48 # "@odata.id": "/redfish/v1/EventService/Subscriptions/snmp1",
49 # "@odata.type": "#EventDestination.v1_7_0.EventDestination",
105 # "@odata.id": "/redfish/v1/EventService/Subscriptions",
106 # "@odata.type": "#EventDestinationCollection.EventDestinationCollection",
109 # "@odata.id": "/redfish/v1/EventService/Subscriptions/snmp6"
112 # "@odata.id": "/redfish/v1/EventService/Subscriptions/snmp2"
115 # "@odata.id": "/redfish/v1/EventService/Subscriptions/snmp9"
118 # "@odata.id": "/redfish/v1/EventService/Subscriptions/snmp1"
121 # "@odata.id": "/redfish/v1/EventService/Subscriptions/snmp8"
124 # "@odata.id": "/redfish/v1/EventService/Subscriptions/snmp4"
[all …]
/openbmc/openbmc-test-automation/redfish/systems/eventlog/
H A Dtest_event_logging.robot96 # "@odata.context": "/redfish/v1/$metadata#LogEntryCollection.LogEntryCollection",
97 # "@odata.id": "/redfish/v1/Systems/system/LogServices/EventLog/Entries",
98 # "@odata.type": "#LogEntryCollection.LogEntryCollection",
102 # "@odata.context": "/redfish/v1/$metadata#LogEntry.LogEntry",
103 # "@odata.id": "/redfish/v1/Systems/system/LogServices/EventLog/Entries/1",
104 # "@odata.type": "#LogEntry.v1_4_0.LogEntry",
113 # "Members@odata.count": 1,
157 # "@odata.context": "/redfish/v1/$metadata#LogEntryCollection.LogEntryCollection",
158 # "@odata.id": "/redfish/v1/Systems/system/LogServices/EventLog/Entries",
159 # "@odata.type": "#LogEntryCollection.LogEntryCollection",
[all …]
/openbmc/linux/crypto/
H A Dccm.c41 u8 odata[16]; member
177 u8 *odata = pctx->odata; in crypto_ccm_auth() local
182 err = format_input(odata, req, cryptlen); in crypto_ccm_auth()
187 sg_set_buf(&sg[0], odata, 16); in crypto_ccm_auth()
221 ahash_request_set_crypt(ahreq, plain, odata, cryptlen); in crypto_ccm_auth()
232 u8 *odata = pctx->odata; in crypto_ccm_encrypt_done() local
235 scatterwalk_map_and_copy(odata, req->dst, in crypto_ccm_encrypt_done()
293 u8 *odata = pctx->odata; in crypto_ccm_encrypt() local
297 err = crypto_ccm_init_crypt(req, odata); in crypto_ccm_encrypt()
318 scatterwalk_map_and_copy(odata, sg_next(dst), cryptlen, in crypto_ccm_encrypt()
[all …]
/openbmc/bmcweb/test/redfish-core/include/
H A Dredfish_aggregator_test.cpp178 "@odata.id": "/redfish/v1/Chassis/TestChassis" in TEST()
182 "@odata.id": "/redfish/v1/Chassis/TestChassis2" in TEST()
206 "@odata.id": "/redfish/v1/Chassis/TestChassis" in TEST()
244 "@odata.id": "/redfish/v1/TaskService/Tasks/0",
/openbmc/openbmc-test-automation/docs/
H A Dcertificate_generate.md54 "@odata.id": "/redfish/v1/Managers/${MANAGER_ID}/NetworkProtocol/HTTPS/Certificates/"
71 "@odata.id": "/redfish/v1/Managers/${MANAGER_ID}/NetworkProtocol/HTTPS/Certificates/"
89 "@odata.id": "/redfish/v1/Managers/${MANAGER_ID}/NetworkProtocol/HTTPS/Certificates/"
137 "@odata.id": "/redfish/v1/Managers/${MANAGER_ID}/NetworkProtocol/HTTPS/Certificates/1"
150 "@odata.context": "/redfish/v1/$metadata#Certificate.Certificate",
151 "@odata.id": "/redfish/v1/Managers/${MANAGER_ID}/NetworkProtocol/HTTPS/Certificates/1",
152 "@odata.type": "#Certificate.v1_0_0.Certificate",
/openbmc/openbmc-test-automation/redfish/task_service/
H A Dtest_tasks_service.robot28 # "@odata.id": "/redfish/v1/TaskService",
29 # "@odata.type": "#TaskService.v1_1_4.TaskService",
42 # "@odata.id": "/redfish/v1/TaskService/Tasks"
81 # "@odata.id": "/redfish/v1/TaskService/Tasks/3",
82 # "@odata.type": "#Task.v1_4_3.Task",
86 # "@odata.type": "#Message.v1_0_0.Message",
178 ... Members@odata.count
183 ... Members@odata.count
/openbmc/openbmc-test-automation/lib/
H A Dlogging_utils.robot253 # "@odata.context": "/redfish/v1/$metadata#LogEntryCollection.LogEntryCollection",
254 # "@odata.id": "/redfish/v1/Systems/system/LogServices/EventLog/Entries",
255 # "@odata.type": "#LogEntryCollection.LogEntryCollection",
259 # "@odata.context": "/redfish/v1/$metadata#LogEntry.LogEntry",
260 # "@odata.id": "/redfish/v1/Systems/system/LogServices/EventLog/Entries/1",
261 # "@odata.type": "#LogEntry.v1_4_0.LogEntry",
270 # "Members@odata.count": 1,
292 Set To Dictionary ${packed_dict} ${idx['@odata.id']}=${idx}
349 # [@odata.id]: /redfish/v1/Systems/system/LogServices/PostCodes/Entries/B1-1
350 # [@odata.type]: #LogEntry.v1_8_0.LogEntry
H A Desel_utils.robot53 # "@odata.context": "/redfish/v1/$metadata#LogEntry.LogEntry",
54 # "@odata.id": "/redfish/v1/Systems/system/LogServices/EventLog/Entries/2",
55 # "@odata.type": "#LogEntry.v1_4_0.LogEntry",

1234