/openbmc/qemu/tests/qtest/ |
H A D | test-netfilter.c | 18 QDict *response; in add_one_netfilter() local 29 g_assert(response); in add_one_netfilter() 37 g_assert(response); in add_one_netfilter() 45 QDict *response; in remove_netdev_with_one_netfilter() local 56 g_assert(response); in remove_netdev_with_one_netfilter() 64 g_assert(response); in remove_netdev_with_one_netfilter() 74 g_assert(response); in remove_netdev_with_one_netfilter() 82 QDict *response; in add_multi_netfilter() local 93 g_assert(response); in add_multi_netfilter() 106 g_assert(response); in add_multi_netfilter() [all …]
|
H A D | pvpanic-test.c | 18 QDict *response, *data; in test_panic_nopause() local 29 g_assert(qdict_haskey(response, "data")); in test_panic_nopause() 30 data = qdict_get_qdict(response, "data"); in test_panic_nopause() 33 qobject_unref(response); in test_panic_nopause() 41 QDict *response, *data; in test_panic() local 52 g_assert(qdict_haskey(response, "data")); in test_panic() 53 data = qdict_get_qdict(response, "data"); in test_panic() 56 qobject_unref(response); in test_panic() 64 QDict *response, *data; in test_pvshutdown() local 75 qobject_unref(response); in test_pvshutdown() [all …]
|
H A D | drive_del-test.c | 23 QDict *response; in look_for_drive0() local 29 g_assert(response && qdict_haskey(response, "return")); in look_for_drive0() 70 QDict *response; in blockdev_add_with_media() local 84 g_assert(response); in blockdev_add_with_media() 143 QDict *response = in device_add() local 150 g_assert(response); in device_add() 157 QDict *response; in device_del() local 192 QDict *response; in test_after_failed_device_add() local 213 g_assert(response); in test_after_failed_device_add() 361 QDict *response = in device_add_q35() local [all …]
|
H A D | pvpanic-pci-test.c | 25 QDict *response, *data; in test_panic_nopause() local 44 g_assert(qdict_haskey(response, "data")); in test_panic_nopause() 45 data = qdict_get_qdict(response, "data"); in test_panic_nopause() 48 qobject_unref(response); in test_panic_nopause() 58 QDict *response, *data; in test_panic() local 77 g_assert(qdict_haskey(response, "data")); in test_panic() 78 data = qdict_get_qdict(response, "data"); in test_panic() 81 qobject_unref(response); in test_panic() 91 QDict *response, *data; in test_pvshutdown() local 110 qobject_unref(response); in test_pvshutdown() [all …]
|
/openbmc/u-boot/drivers/fastboot/ |
H A D | fb_getvar.c | 87 fastboot_okay(U_BOOT_VERSION, response); in getvar_bootloader_version() 100 fastboot_okay(tmp, response); in getvar_serialno() 107 fastboot_okay("N/A", response); in getvar_version_baseband() 115 fastboot_okay(board, response); in getvar_product() 123 fastboot_okay("_a", response); in getvar_current_slot() 128 fastboot_okay("_a,_b", response); in getvar_slot_suffixes() 135 fastboot_okay("yes", response); in getvar_has_slot() 137 fastboot_okay("no", response); in getvar_has_slot() 148 response); in getvar_partition_type() 170 response); in getvar_partition_size() [all …]
|
H A D | fb_command.c | 111 response); in fastboot_handle_command() 136 fastboot_okay(NULL, response); in okay() 211 char *response) in fastboot_data_download() argument 220 response); in fastboot_data_download() 236 *response = '\0'; in fastboot_data_download() 249 fastboot_okay(NULL, response); in fastboot_data_complete() 271 response); in flash() 275 response); in flash() 310 fastboot_okay(NULL, response); in reboot_bootloader() 330 fastboot_fail("", response); in oem_format() [all …]
|
H A D | fb_mmc.c | 128 fastboot_okay(NULL, response); in write_raw_image() 144 char *response) in fb_mmc_get_boot_header() argument 164 response); in fb_mmc_get_boot_header() 191 char *response) in fb_mmc_update_zimage() argument 231 response); in fb_mmc_update_zimage() 250 response); in fb_mmc_update_zimage() 288 fastboot_okay(NULL, response); in fb_mmc_update_zimage() 359 response); in fastboot_mmc_flash_write() 380 response); in fastboot_mmc_flash_write() 422 response); in fastboot_mmc_flash_write() [all …]
|
/openbmc/u-boot/test/py/tests/ |
H A D | test_avb.py | 34 assert response == '' 36 assert response.find(success_str) 46 assert response == '' 78 assert response == '' 81 assert response == 'Rollback index: 0' 90 assert response == '' 93 assert response == 'Unlocked = 1' 106 assert response.find('read: OK') 109 assert response == '' 113 assert response.find('Read 512 bytes') [all …]
|
H A D | test_bind.py | 30 assert response == '' 38 assert response == '' 46 assert response == '' 54 assert response == '' 63 assert response == '' 71 assert response == '' 79 assert response != '' 85 assert response != '' 91 assert response == '' 98 assert response == '' [all …]
|
H A D | test_shell_basics.py | 13 response = u_boot_console.run_command('echo hello') 14 assert response.strip() == 'hello' 20 response = u_boot_console.run_command(cmd) 22 assert response.index('hello') < response.index('world') 30 response = u_boot_console.run_command(cmd) 31 assert response.strip() == '123' 39 response = u_boot_console.run_command('echo $monty') 40 assert response.strip() == '1' 41 response = u_boot_console.run_command('echo $python') 42 assert response.strip() == '2'
|
/openbmc/openbmc/poky/bitbake/lib/prserv/ |
H A D | client.py | 18 response = await self.invoke( 21 if response: 22 return response["value"] 28 if response: 29 return response["value"] 35 if response: 42 if response: 49 if response: 56 if response: 57 return (response["metainfo"], response["datainfo"]) [all …]
|
/openbmc/linux/drivers/greybus/ |
H A D | control.c | 50 response.minor); in gb_control_get_version() 68 &response, sizeof(response)); in gb_control_get_bundle_version() 80 response.major, response.minor); in gb_control_get_bundle_version() 111 NULL, 0, &response, sizeof(response)); in gb_control_get_manifest_size_operation() 224 sizeof(request), &response, sizeof(response)); in gb_control_bundle_suspend() 249 sizeof(request), &response, sizeof(response)); in gb_control_bundle_resume() 274 sizeof(request), &response, sizeof(response)); in gb_control_bundle_deactivate() 303 sizeof(request), &response, sizeof(response)); in gb_control_bundle_activate() 339 &response, sizeof(response)); in gb_control_interface_suspend_prepare() 362 0, &response, sizeof(response)); in gb_control_interface_deactivate_prepare() [all …]
|
/openbmc/phosphor-webui/app/common/services/ |
H A D | userModel.js | 18 APIUtils.login(username, password, function(response, error) { argument 19 if (response && 20 (response.status == APIUtils.API_RESPONSE.SUCCESS_STATUS || 21 response.status === undefined)) { 25 response && response.data && response.data.data && 26 response.data.data.description) { 27 callback(false, response.data.data.description); 28 } else if (response && response.statusText) { 29 callback(false, response.statusText); 46 APIUtils.logout(function(response, error) { argument [all …]
|
H A D | api-utils.js | 33 function(response) { argument 54 function(response) { argument 90 return response.data; 102 function(response) { argument 121 return response.data; 241 return response.data; 252 return response.data; 264 return response.data; 385 return response.data; 397 return response.data; [all …]
|
/openbmc/linux/drivers/gpu/drm/amd/display/dc/clk_mgr/dcn30/ |
H A D | dcn30_clk_mgr_smu_msg.c | 112 uint32_t response = 0; in dcn30_smu_test_message() local 142 uint32_t response = 0; in dcn30_smu_check_driver_if_version() local 161 uint32_t response = 0; in dcn30_smu_check_msg_header_version() local 212 uint32_t response = 0; in dcn30_smu_set_hard_min_by_freq() local 224 return response; in dcn30_smu_set_hard_min_by_freq() 230 uint32_t response = 0; in dcn30_smu_set_hard_max_by_freq() local 242 return response; in dcn30_smu_set_hard_max_by_freq() 261 uint32_t response = 0; in dcn30_smu_get_dpm_freq_by_index() local 273 return response; in dcn30_smu_get_dpm_freq_by_index() 279 uint32_t response = 0; in dcn30_smu_get_dc_mode_max_dpm_freq() local [all …]
|
/openbmc/openbmc-test-automation/lib/ |
H A D | redfish_plus.py | 125 return response 188 response.status = response.status_code 190 response.dict = json.loads(response.text) 192 return response 205 response.status = response.status_code 207 return response 220 response.status = response.status_code 222 return response 233 response.status = response.status_code 248 response.status = response.status_code [all …]
|
H A D | redfish_request.py | 53 def log_console(response): argument 104 return response 143 response = requests.get( 148 return response 197 return response 250 return response 309 return response 360 return response 394 response = redfish_request.dict_parse(lookup_item, response) 395 if response is not None and type(response) is dict(): [all …]
|
/openbmc/linux/arch/s390/pci/ |
H A D | pci_clp.c | 110 zdev->dtsm = response->dtsm; in clp_store_query_pci_fngrp() 112 switch (response->version) { in clp_store_query_pci_fngrp() 134 rrb->response.hdr.len = sizeof(rrb->response); in clp_query_pci_fngrp() 162 zdev->pft = response->pft; in clp_store_query_pci_fn() 163 zdev->vfn = response->vfn; in clp_store_query_pci_fn() 165 zdev->uid = response->uid; in clp_store_query_pci_fn() 201 rrb->response.hdr.len = sizeof(rrb->response); in clp_query_pci_fn() 248 rrb->response.hdr.len = sizeof(rrb->response); in clp_set_pci_fn() 264 *fh = rrb->response.fh; in clp_set_pci_fn() 288 rrb->response.hdr.len = sizeof(rrb->response); in clp_setup_writeback_mio() [all …]
|
/openbmc/phosphor-net-ipmid/command/ |
H A D | payload_cmds.cpp | 30 auto response = in activatePayload() local 33 response->completionCode = IPMI_CC_OK; in activatePayload() 112 response->vlanNum = 0xFFFF; in activatePayload() 130 auto response = in deactivatePayload() local 132 response->completionCode = IPMI_CC_OK; in deactivatePayload() 217 auto response = in getPayloadStatus() local 227 response->completionCode = IPMI_CC_OK; in getPayloadStatus() 230 response->capacity = maxSolPayloadInstances; in getPayloadStatus() 252 auto response = in getPayloadInfo() local 275 response->sessionID = 0; in getPayloadInfo() [all …]
|
H A D | open_session.cpp | 29 response->messageTag = request->messageTag; in openSession() 36 response->status_code = in openSession() 45 response->status_code = in openSession() 70 response->status_code = in openSession() 87 response->status_code = in openSession() 96 response->managedSystemSessionID = in openSession() 99 response->authPayload = request->authPayload; in openSession() 101 response->authAlgo = request->authAlgo; in openSession() 103 response->intPayload = request->intPayload; in openSession() 105 response->intAlgo = request->intAlgo; in openSession() [all …]
|
/openbmc/linux/drivers/input/misc/ |
H A D | ariel-pwrbutton.c | 16 #define RESP_COUNTER(response) (response.header & 0x3) argument 17 #define RESP_SIZE(response) ((response.header >> 2) & 0x3) argument 18 #define RESP_TYPE(response) ((response.header >> 4) & 0xf) argument 33 struct ec_input_response *response) in ec_input_read() argument 39 .rx_buf = response, in ec_input_read() 53 struct ec_input_response response; in ec_input_interrupt() local 57 error = ec_input_read(priv, &response); in ec_input_interrupt() 70 if (RESP_TYPE(response) != 0x3 && RESP_TYPE(response) != 0xc) { in ec_input_interrupt() 76 switch (response.data[i]) { in ec_input_interrupt() 87 response.data[i]); in ec_input_interrupt() [all …]
|
/openbmc/u-boot/drivers/mmc/ |
H A D | mvebu_mmc.c | 189 uint response[8]; in mvebu_mmc_send_cmd() local 192 response[resp_indx] in mvebu_mmc_send_cmd() 195 cmd->response[0] = ((response[0] & 0x03ff) << 22) | in mvebu_mmc_send_cmd() 198 cmd->response[1] = ((response[2] & 0x03ff) << 22) | in mvebu_mmc_send_cmd() 201 cmd->response[2] = ((response[4] & 0x03ff) << 22) | in mvebu_mmc_send_cmd() 204 cmd->response[3] = ((response[6] & 0x03ff) << 22) | in mvebu_mmc_send_cmd() 207 uint response[3]; in mvebu_mmc_send_cmd() local 210 response[resp_indx] in mvebu_mmc_send_cmd() 213 cmd->response[0] = ((response[2] & 0x003f) << (8 - 8)) | in mvebu_mmc_send_cmd() 216 cmd->response[1] = ((response[0] & 0xfc00) >> 10); in mvebu_mmc_send_cmd() [all …]
|
/openbmc/openbmc/poky/bitbake/lib/toaster/tests/views/ |
H A D | test_views.py | 68 self.assertEqual(response.status_code, 200) 103 def basic_reponse_check(response, url): argument 187 response = self.client.post(url, params) 212 response = self.client.post(url, params) 221 response = self.client.post(url, params) 229 response = self.client.get(url) 248 response = self.client.delete(url) 259 response = self.client.delete(url) 281 response = self.client.delete(del_url) 294 response = self.client.delete(del_url) [all …]
|
/openbmc/u-boot/lib/ |
H A D | tpm-v1.c | 156 size_t response_length = sizeof(response); in tpm1_nv_read_value() 194 size_t response_length = sizeof(response); in tpm1_nv_write_value() 222 size_t response_length = sizeof(response); in tpm1_extend() 251 size_t response_length = sizeof(response); in tpm1_pcr_read() 305 size_t response_length = sizeof(response); in tpm1_read_pubek() 423 u8 response[COMMAND_BUFFER_SIZE]; in tpm1_get_permanent_flags() local 678 u8 response[COMMAND_BUFFER_SIZE]; in tpm1_oiap() local 715 u8 response[COMMAND_BUFFER_SIZE]; in tpm1_load_key2_oiap() local 750 response + response_length - in tpm1_load_key2_oiap() 810 response + response_length - in tpm1_get_pub_key_oiap() [all …]
|
/openbmc/openpower-occ-control/ |
H A D | occ_command.cpp | 105 response.clear(); in send() 185 if (response.size() > 2) in send() 191 response.size()); in send() 192 dump_hex(response, 64); in send() 198 (response[csumIndex] << 8) + response[csumIndex + 1]; in send() 211 dump_hex(response); in send() 222 response.pop_back(); in send() 223 response.pop_back(); in send() 232 response[1], "SEQ", lg2::hex, response[0]); in send() 243 dump_hex(response); in send() [all …]
|