Searched refs:dump_file (Results 1 – 3 of 3) sorted by relevance
138 dump_file() { function165 dump_file "$UEVENT_PATH"
803 struct iwl_fw_error_dump_file *dump_file; in iwl_fw_error_dump_file() local848 file_len = sizeof(*dump_file) + fifo_len + prph_len + radio_len; in iwl_fw_error_dump_file()885 file_len = sizeof(*dump_file) + sizeof(*dump_data) * 2 + in iwl_fw_error_dump_file()894 dump_file = vzalloc(file_len); in iwl_fw_error_dump_file()895 if (!dump_file) in iwl_fw_error_dump_file()898 fw_error_dump->fwrt_ptr = dump_file; in iwl_fw_error_dump_file()900 dump_file->barker = cpu_to_le32(IWL_FW_ERROR_DUMP_BARKER); in iwl_fw_error_dump_file()901 dump_data = (void *)dump_file->data; in iwl_fw_error_dump_file()1041 dump_file->file_len = cpu_to_le32(file_len); in iwl_fw_error_dump_file()1042 return dump_file; in iwl_fw_error_dump_file()[all …]
181 if (!strcmp(mod->dump_file, filename) && in find_module()2188 mod->dump_file = fname; in read_dump()2207 if (mod->dump_file) in write_dump()2231 if (mod->dump_file || list_empty(&mod->missing_namespaces)) in write_namespace_deps_files()2357 if (mod->dump_file || mod->is_vmlinux) in main()2368 if (mod->dump_file) in main()