Home
last modified time | relevance | path

Searched refs:dump_file (Results 1 – 3 of 3) sorted by relevance

/openbmc/openbmc/poky/meta/lib/oeqa/utils/
H A Ddump.py74 with open(fullname, 'w') as dump_file:
75 dump_file.write(output)
/openbmc/linux/drivers/net/wireless/intel/iwlwifi/fw/
H A Ddbg.c774 struct iwl_fw_error_dump_file *dump_file; in iwl_fw_error_dump_file() local
818 file_len = sizeof(*dump_file) + fifo_len + prph_len + radio_len; in iwl_fw_error_dump_file()
855 file_len = sizeof(*dump_file) + sizeof(*dump_data) * 2 + in iwl_fw_error_dump_file()
864 dump_file = vzalloc(file_len); in iwl_fw_error_dump_file()
865 if (!dump_file) in iwl_fw_error_dump_file()
868 fw_error_dump->fwrt_ptr = dump_file; in iwl_fw_error_dump_file()
870 dump_file->barker = cpu_to_le32(IWL_FW_ERROR_DUMP_BARKER); in iwl_fw_error_dump_file()
871 dump_data = (void *)dump_file->data; in iwl_fw_error_dump_file()
1010 dump_file->file_len = cpu_to_le32(file_len); in iwl_fw_error_dump_file()
1011 return dump_file; in iwl_fw_error_dump_file()
[all …]
/openbmc/openbmc-test-automation/redfish/managers/
H A Dtest_bmc_dumps.robot116 ${dump_file} ${stderr} ${rc}= BMC Execute Command
119 Should Contain Any ${dump_file} BMCDUMP obmcdump